Commits
User selector
Commit History
Commits on Sep 20, 2021
Reduce use of makeRefPtr() and use RefPtr { } directly
Show description for 65b0916committedStop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on May 12, 2021
Use HashSet<RefPtr<Node>> instead of HashSet<Node*>
Show description for d12b191committed
Commits on May 10, 2021
Unreviewed, reverting r277281.
Show description for c0528a0committedUse HashSet<RefPtr<Node>> instead of HashSet<Node*>
Show description for da38125authored andcommitted
Commits on Apr 16, 2021
Deploy Ref/RefPtr/WeakPtr in EditCommand and CompositeEditCommand
Show description for 32a41facommitted
Commits on Apr 28, 2020
Nullptr crash in EditCommand::EditCommand via CompositeEditCommand::removeNode
Show description for 22801e6committed
Jack Lee
Commits on Jan 22, 2020
Automatic link replacement via "Smart links" should emit "insertLink" input events
Show description for 287b944authored andcommitted
Commits on Nov 8, 2019
'Strikethrough' editing command reported as 'formatUnderline'
Show description for 4b5c8edcommitted
Commits on Feb 22, 2019
Input type "formatSetInlineTextDirection" is dispatched when changing paragraph-level text direction
Show description for 5ea40adcommitted
Commits on Sep 7, 2018
Refactor WebCore::EditAction to be an 8-bit enum class
Show description for b589c0dcommitted
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on Oct 19, 2017
Use "= default" to denote default constructor or destructor
Show description for 3882108committed
Commits on Aug 25, 2017
Using the touchbar, both align left and align justify send a beforeinput event with the 'formatJustifyLeft' inputType.
Show description for bac4659committed
Commits on Aug 18, 2017
[Input Events] Rename inputType "formatForeColor" to "formatFontColor"
Show description for 85f29b8committed
Commits on Mar 3, 2017
Rename htmlediting.h/cpp to Editing.h/cpp
Show description for 45f3c30authored andcommitted
Commits on Jan 17, 2017
Remove unnecessary includes
Show description for 00c1745authored andcommitted
Commits on Dec 19, 2016
Changing text direction fires input events with null inputTypes and no data
Show description for d29246dcommitted
Commits on Oct 27, 2016
Support "insertFromDrop" and "deleteByDrag" for the InputEvent spec
Show description for 2f13301committed
Commits on Oct 21, 2016
Support (insertFrom|deleteBy)Composition and (insert|delete)CompositionText inputTypes for InputEvents
Show description for c824bf1committedImplement InputEvent.getTargetRanges() for the input events spec
Show description for bb4a1bdcommitted
Commits on Oct 12, 2016
Add experimental support for the "formatForeColor" inputType
Show description for d058e79committed
Commits on Oct 10, 2016
Support InputEvent.data for the new InputEvent spec
Show description for 2d060e7committedSupport InputEvent.inputType for the new InputEvent spec
Show description for b8db88fcommitted
Commits on May 14, 2016
CTTE for the HTML editing header
Show description for 267f8bbcommitted
Commits on Apr 4, 2016
AX: new lines in content editable elements don't notify accessibility
Show description for 57ae610committed
Doug Russell
Commits on Oct 28, 2015
Replace 0 and NULL with nullptr in WebCore/editing.
Show description for 7c87433committed
Commits on May 1, 2015
[GTK] REGRESSION(183368): It made editing tests assert
Show description for 8bedf25committed
Commits on Apr 26, 2015
AX: richer text change notifications (142719)
Show description for be2c681authored andcommitted
Commits on Apr 24, 2015
Unreviewed, rolling out r183266.
Show description for 8fadac3committedAX: richer text change notifications (142719)
Show description for bfb1787authored andcommitted
Commits on Jan 26, 2015
First argument to DOM traversal functions should be a reference
Show description for 7391ca1committed
Commits on Nov 6, 2014
Remove the unused deletion UI feature
Show description for 7e30510committed
Dan Bernstein
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Oct 31, 2013
[webcore/editing] remove extra header includes from cpp files.
Show description for d9121a4authored andcommitted