Commits
User selector
Commit History
Commits on Sep 20, 2021
Reduce use of makeRefPtr() and use RefPtr { } directly
Show description for 65b0916committed
Commits on Jun 7, 2021
Turn TextIteratorBehaviorFlag into an enum class and wrap it in OptionSet
Show description for a5811b3committed
Commits on Apr 25, 2021
Deploy Ref/RefPtr in DeleteSelectionCommand
Show description for 609ed3ecommitted
Commits on Mar 18, 2021
ASSERTION FAILED: node.isConnected() in matchSlottedPseudoElementRules
Show description for bf7cbe5authored andcommitted
Commits on Feb 22, 2021
Commits on Nov 2, 2020
Start removing functions that implicitly use composed tree
Show description for 185f495committed
Commits on Sep 21, 2020
Next step towards eliminating deprecated legacy positions
Show description for 06ad7b5committed
Commits on Sep 3, 2020
Remove EAffinity, UPSTREAM, DOWNSTREAM, SEL_DEFAULT_AFFINITY, and VisibleSelection::selectionType
Show description for dd4653ecommitted
Commits on Sep 2, 2020
Remove comparePositions and make VisiblePosition improvements
Show description for 15f9b0bcommitted
Commits on Aug 28, 2020
Remove almost all the remaining uses of live ranges
Show description for 03ef0cacommitted
Commits on Aug 3, 2020
Non-unified build fixes, early August 20202 edition
Show description for 516d3c4committed
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 Jul 15, 2020
Caret leaves trails behind when the editable content is subpixel positioned
Show description for 3dd2c1dcommitted
Commits on Jul 11, 2020
Remove live ranges from AccessibilityObject.h, AccessibilityObjectInterface.h, AccessibilityRenderObject.h, AXIsolatedObject.h
Show description for 08b80b1committed
Commits on Jul 6, 2020
Use RenderObject::positionForPoint instead of hit testing the entire view in closestEditablePositionInElementForAbsolutePoint
Show description for 7bf6baecommitted
Commits on Apr 28, 2020
Nullptr crash in EditCommand::EditCommand via CompositeEditCommand::removeNode
Show description for 22801e6committed
Jack Lee
Commits on Apr 27, 2020
Caret may be placed in the wrong spot for text input context that is a form control
Show description for cf98e83committedReplace more uses of live ranges with SimpleRange
Show description for 55c9dbecommitted
Commits on Apr 26, 2020
Stop using live ranges in functions that return range of the selection
Show description for d9462bdcommitted
Commits on Apr 11, 2020
Use Node::length to replace Node::maxCharacterOffset and lastOffsetInNode; switch more offsets from int to unsigned
Show description for 2f47877committed
Commits on Apr 6, 2020
Stop using live ranges in DocumentMarkerController
Show description for 28fb3f1committed
Commits on Mar 30, 2020
Move TextIterator::rangeFromLocationAndLength off of live ranges
Show description for b19656ccommitted
Commits on Mar 23, 2020
Change TextIterator::rangeLength to not require a live range
Show description for 1b36dffcommitted
Commits on Mar 16, 2020
Move most of TextIterator off of live ranges
Show description for 6bd1d05committed
Commits on Mar 14, 2020
Change all return values in TextIterator header from live ranges to SimpleRange
Show description for ef1c39bcommitted
Commits on Feb 13, 2020
Unreviewed, rolling out r254557.
Show description for 3558d47committed
Commits on Jan 15, 2020
Enable the offset assertion in HTMLTextFormControlElement::indexForPosition
Show description for bb2bff9committed
Commits on Sep 7, 2019
Incorrect selection rect revealed after pasting images in a contenteditable element
Show description for a17c343committed
Commits on Sep 6, 2019
AccessibilityRenderObject::setSelectedTextRange fails to set the selection passed an empty line.
Show description for 7253c74authored andcommitted
Commits on Aug 12, 2019
Replace multiparameter overloads of append() in StringBuilder as a first step toward standardizinging on the flexibleAppend() implementation
Show description for 4a9938fcommitted
Sam Weinig
Commits on Jul 31, 2019
AX: Re-enable accessibility/set-selected-text-range-after-newline.html test.
Show description for 58b5f63authored andcommitted
Commits on Jul 3, 2019
Safari hanging while loading pages - WebCore::AccessibilityRenderObject::visiblePositionRangeForLine.
Show description for 56305dcauthored andcommitted
Commits on Jun 20, 2019
REGRESSION(r245912): Crash in TextIterator::range via visiblePositionForIndexUsingCharacterIterator
Show description for efa13c7committed
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on May 31, 2019
Inserting a newline in contenteditable causes two characters to be added instead of one
Show description for 0f15f77authored andcommitted