Commits
User selector
Commit History
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 21, 2021
Non-unified build fixes, mid April 2021 edition
Show description for 3695a6fcommitted
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 Nov 12, 2016
Remove LegacyException support from bindings script
Show description for 71d3016committed
Commits on Nov 11, 2016
Move Node from ExceptionCode to ExceptionOr
Show description for e22d058committed
Commits on Oct 29, 2016
Move all classes in the HTML directory from ExceptionCode to Exception
Show description for 4b4a891committed
Commits on May 11, 2016
Update Node::appendChild() / replaceChild() / removeChild() / insertBefore() to take references instead of pointers
Show description for f1b20eacommitted
Commits on Apr 4, 2016
AX: new lines in content editable elements don't notify accessibility
Show description for 57ae610committed
Doug Russell
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
Commits on Sep 10, 2015
Node.appendChild(null) / replaceChild(null, null) / removeChild(null) / insertBefore(null, ref) should throw a TypeError
Show description for 03be2aacommitted
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 Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Dec 29, 2013
Source/WebCore: Remove Node::attached()
Show description for ce6b15ecommitted
Commits on Dec 21, 2013
Figure out if node is focusable without requiring renderer
Show description for 908ce06committed
Commits on Dec 20, 2013
Create render tree lazily
Show description for ffdc396committed
Commits on Sep 1, 2013
EditCommand constructors should take Document&.
Show description for 37a9e00committed
Andreas Kling
Commits on Aug 30, 2013
Node::document() should return a reference.
Show description for 92f8d05committed
Andreas Kling
Commits on Mar 24, 2013
AXObjectCache gets recreated during document tear-down.
Show description for 0d27f02committed
Commits on Mar 6, 2013
Replace shouldLazyAttach bool with an enum for readability
Show description for 19da37ccommitted
Commits on Feb 8, 2013
Add a new IGNORE_EXCEPTION helper to ignore ExceptionCodes when they are expected but uninteresting
Show description for cb8114dcommitted
Commits on Nov 8, 2012
SimplifyMarkupCommand takes a disproportionally long time to run when there are many nodes to remove
Show description for 1cb528dcommitted
Commits on Aug 15, 2012
AX: Calls to AXObjectCache should prefer Node over Renderer
Show description for 8705653committed
Dominic Mazzoni
Commits on Dec 10, 2011
There should be a way to count the number of nodes held by undo stack
Show description for 88487e7committed
Commits on Nov 29, 2011
[Gtk] Regression: text-inserted events lack text inserted and current line
Show description for 88dba96committed
Commits on May 10, 2011
2011-05-06 Tony Gentilcore <tonyg@chromium.org>
Show description for cf7756ccommitted
Commits on Mar 25, 2011
2011-03-25 Chang Shu <cshu@webkit.org>
Show description for 4129772committed
Commits on Mar 15, 2011
2011-03-15 Ryosuke Niwa <rniwa@webkit.org>
Show description for 3427985committed
Commits on Jan 8, 2011
Move WebCore into Source
Show description for 2f22395committed
Adam Barth
Loading