Commits
User selector
Commit History
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Apr 4, 2019
[WebCore] Put most of derived classes of ScriptWrappable into IsoHeap
Show description for 359c45dcommitted
Commits on Mar 12, 2019
Add Optional to Forward.h.
Show description for 2a9ea4ccommitted
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Feb 7, 2018
Remove WebCore/ForwardingHeaders directory
Show description for 60db38dcommitted
Commits on May 15, 2017
[WebIDL/DOM] Remove need for custom bindings for HTMLAllCollection and bring up to spec
Show description for ecb1530committed
Sam Weinig
Commits on Mar 9, 2017
Drop support for non-standard document.all.tags()
Show description for 6babf1ccommitted
Commits on Aug 13, 2016
getElementsByTagName() should take a qualifiedName in parameter
Show description for 96c33becommitted
Commits on Aug 8, 2016
Remove more unused bindings code
Show description for 8900528committed
Anders Carlsson
Commits on Aug 16, 2015
Refactor HTMLCollection to be as fast as CachedLiveNodeList
Show description for 46b2960committed
Commits on Aug 15, 2015
Unreviewed, rolling out r188508.
Show description for 09c09d4committedRefactor HTMLCollection to be as fast as CachedLiveNodeList
Show description for 1757974committed
Commits on Dec 14, 2014
Replace PassRef with Ref/Ref&& across the board.
Show description for af85b89committed
Andreas Kling
Commits on Nov 11, 2014
Minor tweaks to HTMLCollection
Show description for ea3f831committed
Commits on Feb 27, 2014
Extract named items caches in HTMLCollection as a class
Show description for e427b3dcommitted
Commits on Nov 6, 2013
Move array position caching out from HTMLCollection
Show description for a0aea29committed
Commits on Nov 4, 2013
HTMLAllCollection is always rooted at a Document.
Show description for ec8ff62committed
Andreas Kling
Commits on Nov 3, 2013
LiveNodeLists should have non-null ContainerNode as root
Show description for 7c52d76committed
Commits on Oct 7, 2013
CTTE: Live node lists always have an owner Node.
Show description for c721912committed
Andreas Kling
Commits on Feb 1, 2013
Dubious cast from HTMLCollection to HTMLAllCollection
Show description for 93f0b88committed
Commits on Jul 21, 2012
Unify HTMLCollection and DynamicNodeList
Show description for 9495f4dcommitted
Commits on Jul 14, 2012
Iterating backwards over HTMLCollection is O(n^2)
Show description for 139d635committed
Commits on Jul 13, 2012
HTMLCollection should use DynamicNodeList's invalidation model
Show description for 787cfe9committed
Commits on Jul 9, 2012
Make HTMLCollection RefCounted
Show description for f5dd121committed
Commits on Jun 29, 2012
Share the same cache in HTMLCollection and DynamicNodeLists
Show description for 0cf8bb2committed
Commits on Jan 7, 2012
Simplify HTMLCollection ownership model.
Show description for 691d994committed
Andreas KlingUnreviewed, rolling out r104373 and r104374.
Show description for 731782aauthored andcommitted
Simplify HTMLCollection ownership model.
Show description for 9f2e6dfcommitted
Andreas Kling
Commits on Jan 2, 2012
Merge CollectionCache into HTMLCollection.
Show description for e177f4dcommitted
Andreas Kling
Commits on Jan 1, 2012
Make HTMLCollections play nice after their base node is gone.
Show description for d2e6140committed
Andreas Kling
Commits on Dec 18, 2011
HTMLAllCollection: Get rid of stateful namedItem traversal.
Show description for cbd9334committed
Andreas KlingCache and reuse the HTMLAllCollection returned by document.all.
Show description for e19d92fcommitted
Andreas Kling