Commits
User selector
Commit History
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Feb 23, 2020
Use DOM element iterators more, and more consistently
Show description for 6883114committed
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 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 Oct 31, 2016
Use #pragma once in WebCore
Show description for fb52ed4authored andcommitted
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 Nov 9, 2014
Use is<>() / downcast<>() for HTMLCollection subclasses
Show description for e382506committed
Commits on Jan 16, 2014
Change all uses of FINAL to final now that all our compilers support it
Show description for f23ba75committed
Anders Carlsson
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 9, 2012
Make HTMLCollection RefCounted
Show description for f5dd121committed
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 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
Commits on Nov 13, 2011
Only HTMLAllCollection needs stateful named item traversal.
Show description for 993ad95committed
Andreas Kling
Commits on Jan 8, 2011
Move WebCore into Source
Show description for 2f22395committed
Adam Barth
Loading