Commits
User selector
Commit History
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Sep 28, 2018
Use enum class in createMarkup arguments
Show description for 1a89acecommitted
Commits on May 3, 2018
Use pointer instead of std::optional<T&>
Show description for c8f9203committedUnreviewed, rolling out r231223 and r231288.
Show description for 8376b63committedUse pointer instead of std::optional<std::reference_wrapper<>>
Show description for 26d0863committed
Commits on May 2, 2018
Use default std::optional if it is provided
Show description for 1fd3054committed
Commits on Nov 9, 2017
Web Inspector: support undo/redo of insertAdjacentHTML
Show description for 17452a1committed
Commits on Oct 19, 2017
Use "= default" to denote default constructor or destructor
Show description for 3882108committed
Commits on Jul 24, 2017
Drop ExceptionCodeDescription class
Show description for 4c11058committed
Commits on Nov 14, 2016
Remove many includes of ExceptionCode.h
Show description for f50dddbcommitted
Commits on Nov 11, 2016
Move Node from ExceptionCode to ExceptionOr
Show description for e22d058committed
Commits on Oct 30, 2016
Move Element, NamedNodeMap, and DOMStringMap from ExceptionCode to Exception
Show description for b938afccommittedConvert more of DOM from ExceptionCode to Exception
Show description for 465716fcommitted
Commits on May 11, 2016
Update Node::appendChild() / replaceChild() / removeChild() / insertBefore() to take references instead of pointers
Show description for f1b20eacommitted
Commits on Mar 4, 2016
Remove "virtual" from all lines that have both "virtual" and "override".
Show description for d5dc4b7committed
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
Commits on Sep 17, 2015
Remove all uses of PassRefPtr in WebCore/inspector
Show description for adb62e2committed
Commits on Jan 21, 2015
Remove ENABLE(INSPECTOR) ifdef guards
Show description for c5a5e0bcommitted
Commits on Oct 1, 2014
Web Inspector: ErrorString should be passed by reference
Show description for ad29ebecommitted
Brian Burg
Commits on Jul 21, 2014
Move ExceptionCodeDescription.h into the files that actually need it
Show description for c7ef83ccommitted
Ryuan Choi
Commits on Jul 3, 2014
Add WTF::move()
Show description for 48a7ae3committed
Commits on Feb 17, 2014
Replace uses of PassOwnPtr/OwnPtr with std::unique_ptr in WebCore/inspector
Show description for 8be1ba3committed
Commits on Jan 20, 2014
Modernize WebCore/inspector with nullptr
Show description for 3734f37committedRun clang-modernize and let it add a bunch of missing overrides in WebCore/inspector
Show description for 21c7518committed
Commits on Oct 25, 2013
Stop bringing in the std namespace
Show description for 6e765adcommitted
Anders Carlsson
Commits on Oct 6, 2013
CTTE: Thread references through markup.h
Show description for 5202440committed
Sam Weinig
Commits on Aug 30, 2013
Node::document() should return a reference.
Show description for 92f8d05committed
Andreas Kling
Commits on Aug 17, 2013
<https://webkit.org/b/119942> Remove unnecessary uses of Element::ownerDocument
Show description for 5649eb2committed
Commits on Mar 15, 2012
Web Inspector: Move all includes behind ENABLE(INSPECTOR) guards
Show description for aca2704authored andcommitted
Commits on Feb 15, 2012
2012-02-15 Roland Steiner <rolandsteiner@chromium.org>
Show description for 604752bcommitted
Roland SteinerWeb Inspector: implement redo for DOM actions.
Show description for d55db58committed
Commits on Feb 10, 2012
Web Inspector: implement undo for setOuterHTML via undo-ing nested primitive commands.
Show description for 0e647a6committed
Commits on Feb 9, 2012
Web Inspector: rename DOMEditor to DOMPatchSupport, move undoable actions from
Show description for e59b138committedWeb Inspector: fix setOuterHTML for the case that adds / removes duplicate.
Show description for a96c19ccommitted