Commits
User selector
Commit History
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Feb 16, 2021
EventHandler::updateSelectionForMouseDownDispatchingSelectStart should not use an orphaned selection
Show description for 77f1c0dcommitted
Commits on Feb 12, 2021
Nullopt crash in DOMSelection::getRangeAt
Show description for d86e24dcommitted
Commits on Nov 11, 2020
Remove another function that implicitly uses the composed tree (intersects with range)
Show description for 45cd52bcommitted
Commits on Oct 23, 2020
Source/WebCore:
Show description for a10e6f9committed
Commits on Sep 28, 2020
REGRESSION (r267329): Crash due to null-dereference of frame pointer in DOMSelection::rangeCount
Show description for 50802a9committed
Commits on Sep 21, 2020
Selection API: A few more refinements to DOMSelection and VisibleSelection to pass all WPT tests
Show description for b98a88bcommitted
Commits on Sep 20, 2020
Selection API: Further improvements to VisibleSelection, FrameSelection, and DOMSelection to preserve anchor and focus
Show description for fa323c7committedSelection API: Fix selectAllChilden to return InvalidNodeTypeError when passed a DocumentType node
Show description for 426bffccommitted
Commits on Sep 18, 2020
Selection API: Introduce LiveRangeSelectionEnabled, off by default
Show description for beaecb3committed
Commits on Sep 4, 2020
Simplify some editing code
Show description for 0b31c5bcommitted
Commits on Sep 3, 2020
Remove EAffinity, UPSTREAM, DOWNSTREAM, SEL_DEFAULT_AFFINITY, and VisibleSelection::selectionType
Show description for dd4653ecommittedUnreviewed, reverting r266498.
Show description for 0aaf264committedSimplify some editing code
Show description for f9f3a65committed
Commits on Aug 28, 2020
Remove almost all the remaining uses of live ranges
Show description for 03ef0cacommitted
Commits on Aug 22, 2020
Create documentOrder function, start refactoring to use it instead of Range::compare functions
Show description for 5e7fe98committed
Commits on Aug 3, 2020
Remove some member functions of Range and many calls to createLiveRange
Show description for 5bc9273committed
Commits on Aug 1, 2020
Remove Range::create and many more uses of live ranges
Show description for c6cccadcommitted
Commits on Jul 29, 2020
Improve range idioms and other changes to prepare the way for more reduction in live range use
Show description for a67d2bccommitted
Commits on May 16, 2020
Use enum serialization instead of casting to/from uint32_t
Show description for 18fee80authored andcommitted
Commits on Apr 26, 2020
Stop using live ranges in functions that return range of the selection
Show description for d9462bdcommitted
Commits on Apr 2, 2020
Remove all uses of live ranges from TextIterator
Show description for 4829e1acommitted
Commits on Mar 28, 2019
Debug assert in DOMSelection::containsNode when node belongs to a different tree
Show description for 6e00d01committed
Commits on Oct 8, 2018
Have DOMWindowProperty get is frame from its associated DOMWindow
Show description for 7a9cfbccommitted
Commits on Sep 28, 2018
Replace every use of Node::offsetInCharacters() by Node::isCharacterDataNode()
Show description for 8a8baa4committed
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on Oct 12, 2017
Correct nullptr deref in selection handling.
Show description for 821eddccommitted
Commits on Jul 25, 2017
ExceptionCode enumeration should use modern exception names
Show description for 5f34bdecommitted
Commits on Jul 24, 2017
Make ExceptionCode a proper enumeration
Show description for 8adeaebcommitted
Commits on May 10, 2017
REGRESSION (r206960): Possible null pointer dereference under DOMSelection::getRangeAt()
Show description for a24b121committed
Commits on Mar 3, 2017
Rename htmlediting.h/cpp to Editing.h/cpp
Show description for 45f3c30authored andcommitted
Commits on Feb 2, 2017
Rename Node::inDocument() to isConnected()
Show description for 06b2893committed
Commits on Jan 26, 2017
Crash under DOMSelection::deleteFromDocument()
Show description for 8e491a2committed
Commits on Dec 9, 2016
document.webkitFullscreenElement leaks elements inside a shadow tree
Show description for 2c3150ccommitted