Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Jun 8, 2021
Reduce use of reinterpret_cast<> in the codebase
Show description for e2db829committed
Commits on Jun 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
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 Feb 1, 2021
ReadableStream C++ methods should check for exception
Show description for 0396a8bcommitted
Commits on Aug 26, 2020
REGRESSION (r265908): Crash under Blob::arrayBuffer() / Blob::text() in stress GC
Show description for 6c68ec8committed
Commits on Aug 24, 2020
Implement Request/Response consuming as FormData
Show description for c4cd371authored andcommitted
Commits on Jun 29, 2020
Remove ENABLE_STREAMS_API compilation flag
Show description for ea80957authored andcommitted
Commits on Nov 12, 2019
DOMFormData should be available in workers
Show description for f2c5e44committed
Commits on Oct 4, 2019
Clean up some includes to make the build a bit faster: DOMPromise
Show description for 134e6d7committed
Commits on Sep 18, 2019
BlobRegistry no longer needs SessionIDs
Show description for 7d7409fcommitted
Commits on Aug 12, 2019
Make Blob::m_size an Optional
Show description for 789eee7committed
Commits on Aug 10, 2019
Blob should store its session ID
Show description for c7451facommitted
Commits on Aug 6, 2019
LayoutTests/imported/w3c:
Show description for abf8f78committed
Commits on Aug 1, 2019
Move FormData zip file generation to NetworkProcess and enable it for all WebKit clients for uploading directories
Show description for c6b7a03authored andcommitted
Commits on Mar 20, 2019
Remove copyRef() calls added in r243163
Show description for c0fbb42authored andcommitted
Commits on Mar 19, 2019
Build cleanly with GCC 9
Show description for 743bc7dcommitted
Commits on Jan 5, 2019
[Fetch API] Implement abortable fetch
Show description for 6698402committed
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 Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on Feb 7, 2018
Remove WebCore/ForwardingHeaders directory
Show description for 60db38dcommitted
Commits on Dec 20, 2017
Support service worker interception of request with blob body
Show description for 1d59153authored andcommitted[Fetch] Extracting a body of type Blob should not set Content-Type to the empty string
Show description for 9e33260committed
Commits on Dec 7, 2017
Modernize some aspects of text codecs, eliminate WebKit use of strcasecmp
Show description for cf6bc5bcommitted
Commits on Nov 17, 2017
Service Worker should get the body of intercepted requests
Show description for 35b84d7authored andcommitted
Commits on Nov 13, 2017
More is<> and downcast<>, less static_cast<>
Show description for fec9c1dcommitted
Commits on Sep 12, 2017
[Cleanup] Follow up cleanup for DOMFormData implementation
Show description for dc7df9cauthored andcommitted
Commits on Sep 1, 2017
[Fetch API] Add support for consuming a Request ReadableStream body
Show description for 0e15878authored andcommitted
Commits on Aug 31, 2017
Add support for Request body stream cloning
Show description for 751471bauthored andcommittedMove consume promise from FetchBody to FetchBodyConsumer
Show description for 15e5456authored andcommitted
Commits on Aug 30, 2017
Add support for FetchRequest.body
Show description for 67cb061authored andcommitted
Commits on Aug 25, 2017
Add support for ReadableStream storage in FetchBody
Show description for 99960deauthored andcommitted
Commits on Aug 19, 2017
[Cache API] Add support for being loaded responses
Show description for 8b70556authored andcommitted