Commits
User selector
Commit History
Commits on Sep 18, 2021
Use ObjectIdentifier for ResourceLoader
Show description for 555f181committed
Commits on Aug 10, 2021
Blob URL changes after loading it
Show description for 941412fcommitted
Commits on Jul 13, 2021
Revoking Blob URL after calling XMLHttpRequest::open() causes the XHR to fail
Show description for 3780174committed
Commits on Jun 29, 2021
xhr.send(URLSearchParams) should align default Content-Type header field with Chrome and Firefox
Show description for df0144aauthored andcommitted
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 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 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
Commits on Sep 18, 2020
XHR.timeout is affected by long tasks
Show description for 5ce07afcommitted
Commits on Jul 24, 2020
Propagating user gesture through Fetch API
Show description for b85e5fdcommitted
Jiewen Tan
Commits on Mar 31, 2020
Overrides of ActiveDOMObject::hasPendingActivity() should not need to query the base class's hasPendingActivity()
Show description for 8b490c0committed
Commits on Mar 9, 2020
Align garbage collection for XMLHttpRequest objects with the specification
Show description for f15567acommitted
Commits on Oct 21, 2019
XMLHttpRequest should not prevent entering the back/forward cache
Show description for 536cf6fcommitted
Commits on Oct 17, 2019
Deprecate ActiveDOMObject::canSuspendForDocumentSuspension()
Show description for 1279082committed
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Jun 10, 2019
Remove Dashboard support
Show description for 2d364c6committed
Sam Weinig
Commits on May 1, 2019
XMLHttpRequest should propagate user gestures for media playback
Show description for 5e933b5committed
Commits on Apr 17, 2019
XMLHttpRequest has the wrong fallback encoding
Show description for 4c36168authored andcommitted
Commits on Apr 4, 2019
[WebCore] Put most of derived classes of ScriptWrappable into IsoHeap
Show description for 359c45dcommitted
Commits on Apr 2, 2019
Unreviewed, rolling out r243551.
Show description for 3974775committed
Commits on Mar 27, 2019
XMLHttpRequestUpload's loadstart event not correct initialized
Show description for a405156committed
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 Dec 1, 2018
Move URL from WebCore to WTF
Show description for cddec66authored andcommitted
Commits on Oct 10, 2018
XMLHttpRequest should use reportExtraMemoryAllocated/reportExtraMemoryVisited instead of deprecatedReportExtraMemory
Show description for 2ff317ecommitted
Commits on Aug 30, 2018
Unreviewed, add comments about enum names to bitfields
Show description for 4e7fd92committed
Commits on Aug 27, 2018
Shrink size of XMLHttpRequest
Show description for 8aa1a41committed
Commits on May 5, 2018
Cleanup XMLHttpRequestUpload a little
Show description for 6790383authored andcommitted
Commits on Mar 29, 2018
Align XMLHttpRequest's open() / send() / abort() with the latest specification
Show description for d53d4b6committed
Commits on Oct 24, 2017
Web Inspector: Remove unused Console.setMonitoringXHREnabled
Show description for 27a62b5authored andcommitted
Commits on Oct 23, 2017
Unreviewed, rolling out r223820.
Show description for 256d82dcommitted
Commits on Oct 21, 2017
Web Inspector: Remove unused Console.setMonitoringXHREnabled
Show description for 4e30606authored andcommitted
Commits on Oct 12, 2017
XMLHttpRequest: do not sniff text/html, and do not sniff XML when responseType is set to "text"
Show description for 66a1810committed
Commits on Oct 3, 2017
Share code to normalize an HTTP method
Show description for b70c315committedShare code to determine a forbidden method
Show description for 1953b8ecommitted