Commits
User selector
Commit History
Commits on Jun 16, 2021
Nullptr crash in positionInParentBeforeNode via InsertTextCommand::doApply
Show description for fa94b27committed
commit-queue@webkit.org
Commits on Apr 16, 2021
Deploy Ref/RefPtr/WeakPtr in EditCommand and CompositeEditCommand
Show description for 32a41facommitted
Commits on Sep 3, 2020
Remove EAffinity, UPSTREAM, DOWNSTREAM, SEL_DEFAULT_AFFINITY, and VisibleSelection::selectionType
Show description for dd4653ecommitted
Commits on Apr 28, 2020
Nullptr crash in EditCommand::EditCommand via CompositeEditCommand::removeNode
Show description for 22801e6committed
Jack Lee
Commits on Sep 13, 2019
Crash under WebCore::firstPositionInNode()
Show description for 657b538committed
Commits on Jan 21, 2019
Use references rather than pointers for register/unregister functions, and more
Show description for 30ff46acommitted
Commits on May 7, 2017
Drop remaining uses of PassRefPtr in editing code
Show description for b504fa7committed
Commits on May 5, 2017
Drop remaining uses of PassRefPtr from CompositeEditCommand
Show description for 0ce57b4committed
Commits on May 3, 2017
Use PassRefPtr less in CompositeEditCommand
Show description for 3c70a82committed
Commits on May 2, 2017
Use PassRefPtr less in editing code
Show description for 0a38e3ecommitted
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 Dec 31, 2016
Remove PassRefPtr use from the "dom" directory, related cleanup
Show description for aa31b6bcommitted
Commits on Jul 16, 2016
Use emptyString() / nullAtom when possible
Show description for ef1c281committed
Commits on Jun 20, 2016
Remove RefPtr::release() and change calls sites to use WTFMove()
Show description for 776a6afcommitted
Commits on Jun 8, 2016
REGRESSION (r201667): ASSERTION FAILED: !m_anchorNode || !editingIgnoresContent(*m_anchorNode)
Show description for 6c2d7b9committed
Commits on May 14, 2016
CTTE for the HTML editing header
Show description for 267f8bbcommitted
Commits on Oct 17, 2015
Avoid to insert TAB before HTML element.
Show description for a4e8d6dauthored andcommitted
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 Oct 2, 2014
Have is<>(T*) function do a null check on the pointer argument
Show description for fbb4a2acommitted
Commits on Sep 29, 2014
Use the new is<>() / downcast<>() for Text Nodes
Show description for f69b8c5committed
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Sep 23, 2013
CTTE: htmlediting.h Element creation function should take a Document&
Show description for 6f20014committed
Sam Weinig
Commits on Sep 1, 2013
Give EditCommand a protected Frame& getter.
Show description for c69b5adcommitted
Andreas KlingEditCommand constructors should take Document&.
Show description for 37a9e00committed
Andreas Kling
Commits on Aug 19, 2013
<https://webkit.org/b/119918> Frame::selection() should return a reference
Show description for 2817724committed
Pratik Solanki
Commits on Jun 25, 2013
Remove unneeded include header files from WebCore
Show description for e6211becommitted
Gyuyoung Kim
Commits on May 15, 2013
Frame::editor() should return a reference
Show description for cc58504committed
Anders Carlsson
Commits on Mar 27, 2013
Inserting a blank (" ") at the end of a line does not insert anything in Overtype mode
Show description for 988e85bcommitted
Sergio Villar Senin
Commits on Mar 26, 2013
Implement overtype mode for editable content
Show description for 277ec02committed
Sergio Villar Senin
Commits on Mar 6, 2013
Rename WebCore/editing/visible_units.* to VisibleUnits.*
Show description for 5b35e24committed
Commits on Nov 22, 2012
Merge EditingText into Text
Show description for 1ae7ad3committed
Commits on May 7, 2012
REGRESSION (r101575): Chinese input is broken when composing mail in iCloud using Safari.
Show description for f3d4794committed
Enrica Casucci