Commits
User selector
Commit History
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Jan 21, 2019
Use references rather than pointers for register/unregister functions, and more
Show description for 30ff46acommitted
Commits on Oct 19, 2017
Use "= default" to denote default constructor or destructor
Show description for 3882108committed
Commits on Jul 7, 2017
[WTF] Clean up StringStatics.cpp by using LazyNeverDestroyed<> for Atoms
Show description for 60e5e92committed
Commits on Jul 6, 2017
Unreviewed, rolling out r219178.
Show description for 1a37f1acommitted[WTF] Clean up StringStatics.cpp by using LazyNeverDestroyed<> for Atoms
Show description for ee7d299committed
Commits on Jun 20, 2016
Remove RefPtr::release() and change calls sites to use WTFMove()
Show description for 776a6afcommitted
Commits on Jan 28, 2016
Remove equalIgnoringCase since all callers really wanted equalIgnoringASCIICase
Show description for 507aa34committed
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
Commits on Sep 24, 2015
Drop XPATH_NAMESPACE_NODE from Node::NodeType enum
Show description for 8f99eddcommitted
Commits on May 19, 2015
Use modern for-loops in WebCore/xml.
Show description for 19df0acauthored andcommitted
Commits on Jan 26, 2015
First argument to DOM traversal functions should be a reference
Show description for 7391ca1committed
Commits on Sep 30, 2014
Use is<>() / downcast<>() for Element
Show description for 33a16a0committed
Commits on Sep 27, 2014
Stop using legacy NODE_TYPE_CASTS() macro for HTML Elements
Show description for 85df858committed
Commits on Jul 3, 2014
Add WTF::move()
Show description for 48a7ae3committed
Commits on Jan 21, 2014
Add a nicer way to iterate over all the attributes of an element
Show description for bb97b04committed
Commits on Oct 10, 2013
Use unique_ptr instead of deleteAllValues in XPath
Show description for 17f93becommitted
Commits on Sep 28, 2013
WebCore fails to build with newer versions of clang.
Show description for a377b48committed
Commits on Aug 30, 2013
Node::document() should return a reference.
Show description for 92f8d05committed
Andreas Kling
Commits on Aug 8, 2013
Element: Modernize attribute storage accessor functions.
Show description for 20bf1aeauthored andcommitted

Commits on Mar 14, 2013
Replace static_casts with to* helper functions.
Show description for a47f4edcommitted
Commits on Dec 11, 2012
Factor node traversal into standalone functions
Show description for 14f8441committed
Commits on Apr 23, 2012
Optimize Element attribute storage for the common case (no Attr objects.)
Show description for db96535committed
Andreas Kling
Commits on Feb 6, 2012
Provide more attribute methods in Element
Show description for e36423ccommitted
Caio Marcelo de Oliveira Filho
Commits on Feb 2, 2012
Avoid creating NamedNodeMap unnecessarily
Show description for 1801346committed
Caio Marcelo de Oliveira Filho
Commits on Oct 18, 2011
Always enable ENABLE(XPATH)
Show description for fae2d18committed
Adam Barth
Commits on Jan 8, 2011
Move WebCore into Source
Show description for 2f22395committed
Adam Barth
Loading