Commits
User selector
Commit History
Commits on Jun 8, 2021
Reduce use of reinterpret_cast<> in the codebase
Show description for e2db829committed
Commits on May 19, 2021
Update Base64 encoding/decoding to match more modern WebKit conventions
Show description for e3e9cf6committed
Sam Weinig
Commits on Oct 7, 2020
<input type="datetime-local"> not show calendar UI when it's inside ShadowDOM
Show description for 802ba96committed
Sam Weinig
Commits on Sep 20, 2019
Document no longer needs to store a SessionID
Show description for dbcd933committed
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Aug 15, 2019
Always create a Document with a valid SessionID
Show description for d55fdb9committed
Commits on Feb 8, 2019
Mark more heap-allocated classes as fast allocated
Show description for bd01a59committed
Commits on Dec 22, 2018
Use Ref<> as much as possible
Show description for d4c5ff5committed
Commits on Jun 28, 2017
Unreviewed, rolling out r218373.
Show description for 0149b45committed
Commits on Jun 17, 2017
[WebIDL] Remove custom bindings for HTMLDocument
Show description for e5fd169committed
Sam Weinig
Commits on Jun 16, 2017
Use WTFLogAlways for debug logging so that it shows up in device system logs
Show description for c6d44e4committed
Commits on May 15, 2017
Web Inspector: CRASH seen with DOM.setOuterHTML when there is no documentElement
Show description for aa1f47eauthored andcommitted
Commits on Dec 7, 2016
Web Inspector: Remove unused and mostly untested Page domain commands and events
Show description for da17c18authored andcommitted
Commits on Nov 15, 2016
Misc Inspector backend cleanup
Show description for 5615966authored andcommitted
Commits on Nov 11, 2016
Move Node from ExceptionCode to ExceptionOr
Show description for e22d058committed
Commits on May 11, 2016
Update Node::appendChild() / replaceChild() / removeChild() / insertBefore() to take references instead of pointers
Show description for f1b20eacommitted
Commits on Feb 3, 2016
Convert another batch of String::lower callsites to something better, typically convertToASCIILowercase
Show description for e473231committed
Commits on Jan 25, 2016
An XMLDocument interface should be exposed on the global Window object
Show description for da0f080committed
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
Commits on Sep 27, 2015
Use modern for-loops in WebCore/inspector.
Show description for ca4e43cauthored andcommitted
Commits on Sep 17, 2015
Remove all uses of PassRefPtr in WebCore/inspector
Show description for adb62e2committed
Commits on Aug 21, 2015
Web Inspector: REGRESSION(173684): Edit as HTML not working
Show description for 2b0b7caauthored andcommitted
Commits on Jan 21, 2015
Remove ENABLE(INSPECTOR) ifdef guards
Show description for c5a5e0bcommitted
Commits on Sep 30, 2014
Use is<>() / downcast<>() for Element
Show description for 33a16a0committed
Commits on Sep 17, 2014
Rename Node::childNode(index) to traverseToChildAt(index) for clarity
Show description for 7e42c49committed
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 Feb 5, 2014
Remove ENABLE(SVG) guards
Show description for 952ec26committed
Commits on Jan 21, 2014
Add a nicer way to iterate over all the attributes of an element
Show description for bb97b04committed
Commits on Jan 20, 2014
Modernize WebCore/inspector with nullptr
Show description for 3734f37committed
Commits on Jan 4, 2014
Explicitly use the std:: nested name specifier when using std::pair, std::make_pair
Show description for 934c1c8committed
Commits on Dec 18, 2013
Web Inspector: Remove InspectorAgent::hasFrontend
Show description for 5a982fcauthored andcommitted
Commits on Dec 11, 2013
Store SHA1 hash in std::array
Show description for 873a348authored andcommitted
Commits on Nov 17, 2013
Use uint8_t vectors for WebCrypto data
Show description for f57f576committed
Commits on Oct 25, 2013
Stop bringing in the std namespace
Show description for 6e765adcommitted
Anders Carlsson