Commits
User selector
Commit History
Commits on Aug 10, 2021
Document.baseURI is inaccurate for iframe srcdoc documents
Show description for 60bdcd6committed
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Mar 17, 2018
Put the DOM in IsoHeaps
Show description for 6e5d6fbcommitted
Filip Pizlo
Commits on Oct 21, 2017
Rename insertedInto and removedFrom to insertedIntoAncestor and removedFromAncestor
Show description for c4daa2ecommitted
Commits on Oct 19, 2017
Add an argument indicating the type of removal to Node::removedFrom
Show description for f84f10ecommitted
Commits on Oct 18, 2017
Add an argument indicating the type of insertion to Node::insertedInto
Show description for 1cb0298committed
Commits on Jul 15, 2016
Update HTML*Element class override methods in final classes
Show description for 78c70d7authored andcommitted
Commits on Mar 4, 2016
Remove "virtual" from all lines that have both "virtual" and "override".
Show description for d5dc4b7committed
Commits on Jan 6, 2015
Modernize the HTMLElement factory
Show description for 42e9106committed
Sam Weinig
Commits on Nov 22, 2014
Convert PassRefPtr return types to RefPtr.
Show description for 89b5f6dcommitted
Andreas Kling
Commits on Sep 22, 2014
Generate Element casting helper functions
Show description for 60c6d97committed
Commits on Jan 17, 2014
Run clang-modernize and let it add a bunch of missing overrides.
Show description for 3cdcf8dcommitted
Anders Carlsson
Commits on Jan 16, 2014
Change all uses of FINAL to final now that all our compilers support it
Show description for f23ba75committed
Anders CarlssonRemove workaround for compilers not supporting explicit override control
Show description for 6cbc06cauthored andcommitted
Commits on Oct 14, 2013
Merge NODE_TYPE_CASTS and ELEMENT_TYPE_CASTS
Show description for a35c9cccommitted
Sam Weinig
Commits on Oct 4, 2013
Node: removedFrom() and insertedInto() should use references.
Show description for 03df149committed
Andreas Kling
Commits on Sep 27, 2013
rename KURL to URL
Show description for bbb7ff6committed
Commits on Sep 14, 2013
[CTTE] Node subclasses should take a Document by reference in their constructor (Part 3)
Show description for 8c84b3bcommitted
Sam Weinig
Commits on Sep 10, 2013
toFooElement() should use static_cast, not reinterpret_cast.
Show description for 83b4cdacommitted
Andreas Kling
Commits on Sep 2, 2013
Generate isFooElement() functions from tagname data.
Show description for 9444d0bcommitted
Andreas KlingUnreviewed, rolling out r154955.
Show description for a0ab889authored andcommitted
Generate isFooElement() functions from tagname data.
Show description for be65317committed
Andreas Kling
Commits on Aug 23, 2013
<https://webkit.org/b/120166> Add Traversal<ElementType> template
Show description for 4fb13bacommitted
Commits on May 12, 2013
Apply FINAL to the Node hierarchy.
Show description for ea068d4committed
Andreas Kling
Commits on Nov 18, 2012
Element::parseAttribute() should take name & value as separate arguments.
Show description for 9ee6b2bcommitted
Andreas Kling
Commits on Oct 22, 2012
HTMLBaseElement href attribute binding returns wrong URL
Show description for 7739cb1committed
Commits on May 23, 2012
Use ContainerNode instead of Node where possible
Show description for 559c7fccommitted
Commits on May 16, 2012
Pass Attribute by const reference as much as possible.
Show description for 9788610committed
Andreas Kling
Commits on May 8, 2012
Element: isURLAttribute() should take a const Attribute&.
Show description for 5c89f01committed
Andreas Kling
Commits on Apr 17, 2012
insertedIntoDocument and insertedIntoTree should be unitifed.
Show description for 28f78a0authored andcommitted
Commits on Feb 6, 2012
StyledElement: Rename parseMappedAttribute() to parseAttribute().
Show description for 2a12e79committed
Andreas Kling
Commits on Jan 8, 2011
Move WebCore into Source
Show description for 2f22395committed
Adam Barth
Loading