Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Sep 18, 2021
Use ObjectIdentifier for ResourceLoader
Show description for 555f181committed
Commits on Aug 10, 2021
Document.baseURI is inaccurate for iframe srcdoc documents
Show description for 60bdcd6committedBlob URL changes after loading it
Show description for 941412fcommitted
Commits on Jul 26, 2021
XML documents end up with a unique origin in WebKit only
Show description for 31e3816committed
Commits on Jul 23, 2021
SharedBuffer::takeData() is a bit dangerous
Show description for 359be8bcommitted
Commits on Jul 22, 2021
XHR.send(Document) should replace mismatched surrogates with replacement character before sending
Show description for 19d8288authored andcommitted
Commits on Jul 15, 2021
Sync XHR 'load' event is always has total/loaded=0
Show description for 9c2e4d1committed
Commits on Jul 13, 2021
Revoking Blob URL after calling XMLHttpRequest::open() causes the XHR to fail
Show description for 3780174committed
Commits on Jul 12, 2021
Add a StyleSheets log channel and some logging
Show description for 5097cefcommitted
Commits on Jun 29, 2021
xhr.send(URLSearchParams) should align default Content-Type header field with Chrome and Firefox
Show description for df0144aauthored andcommitted
Crash in SharedBuffer::data
Show description for b7343bbauthored andcommitted
Commits on Jun 10, 2021
Fix some inefficient uses of SharedBuffer
Show description for 044109ecommitted
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 Jun 1, 2021
Fix unsafe access to m_upload in XMLHttpRequest::virtualHasPendingActivity()
Show description for 3fdbb29committed
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 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 27, 2021
Leverage the new Vector(const T*, size_t) constructor
Show description for d3e3088committed
Commits on May 19, 2021
Move CFStringRef and NSString support from StringBuilder into StringConcatenateCF
Show description for c8156cccommitted
Commits on May 13, 2021
Remove StringBuilder::appendNumber
Show description for e12a212committed
Commits on May 12, 2021
Use HashSet<RefPtr<Node>> instead of HashSet<Node*>
Show description for d12b191committed
Commits on May 10, 2021
Unreviewed, reverting r277281.
Show description for c0528a0committedUse HashSet<RefPtr<Node>> instead of HashSet<Node*>
Show description for da38125authored andcommitted
Commits on Apr 9, 2021
WTF SoftLinking macros can cause collisions with their target functions
Show description for a628834committed
Commits on Apr 2, 2021
[WTF] Introduce RobinHoodHashTable
Show description for 4fb6881committed
Commits on Mar 25, 2021
Commits on Mar 23, 2021
[WebIDL] Remove the need to specify [MayThrowException]
Show description for c9d973bcommitted
Sam Weinig
Commits on Feb 10, 2021
Reduce the overhead of HTMLDocumentParser in innerHTML setter
Show description for 585adf3committed
Commits on Dec 4, 2020
Add safety checks to xsltParamArrayFromParameterMap()
Show description for e09d2f5committed
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 Oct 5, 2020
Make xhr.response more conforming to the specification
Show description for f64960cauthored andcommitted
Commits on Oct 1, 2020
Remove responseIsXML
Show description for 2d6174aauthored andcommitted