Commits
User selector
Commit History
Commits on Aug 10, 2021
Document.baseURI is inaccurate for iframe srcdoc documents
Show description for 60bdcd6committed
Commits on May 9, 2020
XML external entity resources should only be loaded from XML MIME types
Show description for 01ce21fcommitted
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Sep 27, 2018
URLParser should use TextEncoding through an abstract class
Show description for d0b661ecommitted
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 Feb 2, 2017
Rename Node::inDocument() to isConnected()
Show description for 06b2893committed
Commits on Jul 16, 2016
Rename fastGetAttribute to attributeWithoutSynchronization
Show description for 6b421c7committed
Commits on Jul 15, 2016
Use fastGetAttribute() / setAttributeWithoutSynchronization() when possible
Show description for 186211acommitted
Commits on Mar 29, 2015
Remove unneeded includes of "Attribute.h"
Show description for bf5a63fcommitted
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 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 15, 2013
[CTTE] Node subclasses should take a Document by reference in their constructor (Part 5)
Show description for 7907144committed
Sam Weinig
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 Aug 30, 2013
Node::document() should return a reference.
Show description for 92f8d05committed
Andreas Kling
Commits on Mar 19, 2013
Refactored script content removal in the fragment parser for clarity and speed
Show description for 6aff2fecommitted
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 Nov 9, 2011
Microdata: fast/dom/MicroData/itemid-attribute-test.html assertion failure in Element::getURLAttribute().
Show description for 6e33befauthored andcommitted
Commits on Jan 8, 2011
Move WebCore into Source
Show description for 2f22395committed
Adam Barth
Loading