Commits
User selector
Commit History
Commits on Feb 23, 2020
Refine the DOM element iterator implementation
Show description for 8f09229committed
Commits on Apr 4, 2019
[WebCore] Put most of derived classes of ScriptWrappable into IsoHeap
Show description for 359c45dcommitted
Commits on Aug 22, 2015
NodeList should not have a named getter
Show description for cd256d4committed
Commits on Nov 4, 2014
Add ptr() method to Ref class
Show description for 34344f8committedAllow implicit conversion from Ref<T> to T&
Show description for a75d0efcommitted
Commits on Mar 30, 2014
LiveNodeLists should use ElementDescendantIterator
Show description for ffe96cbcommitted
Commits on Jan 1, 2014
Remove elementChildren/elementDescendants shorthands
Show description for 5799a3fcommitted
Commits on Dec 14, 2013
CTTE: Convert Element and RenderObject iterator usage to use range-based for loops
Show description for 172a953committed
Sam Weinig
Commits on Nov 5, 2013
Factor index cache for NodeLists and HTMLCollections to a class
Show description for efc89f3committed
Commits on Nov 4, 2013
[webcore/dom] Remove extra header includes from cpp files.
Show description for 1d29f21authored andcommitted
Commits on Nov 3, 2013
ChildNodeList should not be LiveNodeList
Show description for e8fb7ebcommitted
Commits on Oct 13, 2013
LiveNodeList: rootNode() and document() should return references.
Show description for 7a5720dcommitted
Andreas Kling
Commits on Oct 7, 2013
CTTE: Live node lists always have an owner Node.
Show description for c721912committed
Andreas Kling
Commits on Dec 8, 2012
Shrink the size of NodeRareData by moving pointers into separate objects
Show description for 9acb527committed
Commits on Nov 25, 2012
Rename DynamicNodeList to LiveNodeList
Show description for 21221c5committedREGRESSION(r135493): HTMLCollection and DynamicNodeList have two vtable pointers
Show description for cc6b197committed
Commits on Jul 21, 2012
Unify HTMLCollection and DynamicNodeList
Show description for 9495f4dcommitted
Commits on Jul 12, 2012
invalidateNodeListsCacheAfterAttributeChanged should dynamically figure out which attribute needs invalidation
Show description for d41af56committed
Commits on Jun 29, 2012
Share the same cache in HTMLCollection and DynamicNodeLists
Show description for 0cf8bb2committed
Commits on Jun 22, 2012
Source/WebCore: LabelsNodeList isn't updated properly after its owner node is adopted into a new document
Show description for 9ebf274committed
Commits on Jun 21, 2012
Shrink NodeListsNodeData
Show description for ba137f2committed
Commits on Jan 19, 2012
DynamicNodeList: Simplify internal Caches object.
Show description for f601c9ecommitted
Andreas KlingCache and reuse the NodeList returned by Node::childNodes().
Show description for 49f365dcommitted
Andreas Kling
Commits on Dec 14, 2011
NodeChildList shouldn't be in NodeListNodeData
Show description for 3c7d6bbcommitted
Commits on Jan 8, 2011
Move WebCore into Source
Show description for 2f22395committed
Adam Barth
Loading