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 29, 2021
Crash in SharedBuffer::data
Show description for b7343bbauthored andcommitted
Commits on Jun 6, 2021
Use `const uint8_t*` type more consistently to store bytes in WebKit
Show description for 66fb385committed
Commits on Jun 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
Commits on Jun 2, 2021
Rename Checked::unsafeGet() to Checked::value()
Show description for 2283824committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 27, 2021
Leverage the new Vector(const T*, size_t) constructor
Show description for d3e3088committed
Commits on Mar 25, 2021
Commits on Feb 10, 2021
Reduce the overhead of HTMLDocumentParser in innerHTML setter
Show description for 585adf3committed
Commits on Sep 6, 2020
TextCodec refinements
Show description for 6b4e845committed
Commits on Jun 1, 2020
Rename ResourceResponseBase::isHTTP to isInHTTPFamily
Show description for d692bd8authored andcommitted
Commits on May 21, 2020
Dispatch pending events only for current page
Show description for ac2ac75committed
Doug Kelly
Commits on May 9, 2020
XML external entity resources should only be loaded from XML MIME types
Show description for 01ce21fcommitted
Commits on Apr 4, 2020
Add SPI to make WKUserScripts wait for a notification
Show description for 2b069b6authored andcommitted
Commits on Mar 30, 2020
Non-unified build fixes late March 2020 edition
Show description for 97a5689committed
Commits on Mar 24, 2020
[WinCairo][PlayStation] Failure to build with ENABLE_XSLT=OFF
Show description for e452af6committed
Commits on Mar 20, 2020
Content-Type & Nosniff Ignored on XML External Entity Resources
Show description for 27ee03acommitted
Commits on Feb 23, 2020
Use DOM element iterators more, and more consistently
Show description for 6883114committed
Commits on Nov 20, 2019
Unreviewed non-unified build fixes.
Show description for 7c5d989committed
Commits on Nov 8, 2019
Default NamepaceURI must be gotten from the topmost parent before the SVG <foreignObject>
Show description for 7d7513eauthored andcommitted
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 16, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, WTF_MAKE_FAST_ALLOCATED annotation part
Show description for c2a4ea8committed
Commits on Aug 14, 2019
Rename StringBuilder::append(UChar32) to StringBuilder::appendCharacter(UChar32) to avoid accidental change in behavior when replacing append with flexibleAppend
Show description for c814fa7committed
Sam Weinig
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on May 1, 2019
WebKit has too much of its own UTF-8 code and should rely more on ICU's UTF-8 support
Show description for e4da7bdauthored andcommittedUnreviewed, rolling out r244821.
Show description for bad642bcommitted
Shawn RobertsWebKit has too much of its own UTF-8 code and should rely more on ICU's UTF-8 support
Show description for 8cac1bacommitted
Commits on Apr 3, 2019
[XML Parser] Insert the error message block when stopping parsing and an error occurred
Show description for 1817c8bcommitted
Commits on Jan 2, 2019
SourceProviders should use an actual URL instead of a string
Show description for 7513ec9committed
Commits on Dec 22, 2018
Use Ref<> as much as possible
Show description for d4c5ff5committed
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Nov 2, 2018
Rename <wtf/unicode/UTF8.h> to <wtf/unicode/UTF8Conversion.h> in order to avoid conflicting with ICU's unicode/utf8.h
Show description for da59c8ecommitted
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on Apr 16, 2018
Use NetworkLoadChecker to handle synchronous HTTP loads
Show description for 4e48c1acommitted
Commits on Dec 10, 2017
Unreviewed, follow-up patch after r225470
Show description for d4a2fd6committed