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 18, 2021
Use ObjectIdentifier for ResourceLoader
Show description for 555f181committed
Commits on Sep 16, 2021
Add violations reporting support for Cross-Origin-Embedder-Policy
Show description for 89f5b69committed
Commits on Aug 14, 2021
Add Cross-Origin-Embedder-Policy support for Blob URLs
Show description for a8487ffcommitted
Commits on Aug 13, 2021
Overly verbose catchable fetch error messages lead to cross-origin leaks
Show description for 0004e55committed
Commits on Aug 11, 2021
Add Cross-Origin-Opener-Policy support for Blob URLs
Show description for 9536d86committed
Commits on Jul 23, 2021
SharedBuffer::takeData() is a bit dangerous
Show description for 359be8bcommitted
Commits on Jul 20, 2021
REGRESSION (r278702): Cannot login to appaloosa-store.com/users/sign_in
Show description for cba0f58committed
Commits on Jul 19, 2021
FetchResponse.formData() should not reject promise if the body is null and the MIME Type is "application/x-www-form-urlencoded"
Show description for 19052d9committed
Commits on Jul 16, 2021
FetchBodySource/FetchBodyOwner cleanup
Show description for 6b32d63committed
Commits on Jul 15, 2021
FetchResponse.formData() should reject promise with a TypeError if the body is null
Show description for 00df595committed
Commits on Jun 10, 2021
Replace ReadableStreamChunk struct with a WTF::Span
Show description for 3b14a3dcommittedFix some inefficient uses of SharedBuffer
Show description for 044109ecommitted
Commits on Jun 9, 2021
Avoid some calls to StringView::toString() / StringView::toStringWithoutCopying()
Show description for 698c990committed
Commits on Jun 8, 2021
Reduce use of reinterpret_cast<> in the codebase
Show description for e2db829committed
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
Remove <wtf/Optional.h>
Show description for 786e703committed
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 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committed
Commits on May 5, 2021
No need to error a fetch body stream if its request or response is stopped
Show description for 1b59b36committed
Commits on Mar 23, 2021
[WebIDL] Remove the need to specify [MayThrowException]
Show description for c9d973bcommitted
Sam Weinig
Commits on Mar 22, 2021
Implement AbortSignal.abort()
Show description for 0def7ffcommitted
Commits on Feb 3, 2021
Add a loader for <model> resources
Show description for d036cc4committed
Commits on Feb 1, 2021
ReadableStream C++ methods should check for exception
Show description for 0396a8bcommitted
Commits on Jan 28, 2021
WebAssembly: add support for stream APIs
Show description for 9783bd1committed
Commits on Oct 22, 2020
Introduce worklet destinations and allow to fetch modules with CORS based on destination
Show description for 4191046committed
Commits on Oct 19, 2020
Replace execStateFrom*() functions with globalObject() overloads
Show description for 4762d6ecommitted
Commits on Oct 5, 2020
[WebIDL] Address consistency around [SameObject] extended attributes
Show description for 4c1bb45committed
Sam Weinig
Commits on Sep 23, 2020
[WebIDL] Switch to new file name convention for partial interfaces
Show description for 50ca2ddcommitted
Sam Weinig
Commits on Sep 16, 2020
Non-unified build fixes, early September 2020 edition
Show description for c1f48a1committed
Commits on Sep 15, 2020
Remove runtime setting for enabling/disabling the fetch API
Show description for ff09d04committed
Sam Weinig[WebIDL] Update Fetch IDLs to use WindowOrWorkerGlobalScope partial mixin
Show description for 2cce19bcommitted
Sam Weinig