- 536a355 Do not route the navigation preload response body to the service worker if we can avoid it by commit-queue@webkit.org · 2 years, 9 months ago
- 19105c1 Drop operator==() overload for comparing a String to a const char* by cdumez@apple.com · 2 years, 10 months ago
- 28e0c9c Drop unnecessary operator==() overloads from StringView by cdumez@apple.com · 2 years, 10 months ago
- 4892d6f Revert "Perform media networking operations off the main thread" by rackler@apple.com · 2 years, 10 months ago
- 5bf9559 Perform media networking operations off the main thread by jya@apple.com · 2 years, 10 months ago
- 8f10be4 Refactor opaque root logic in WebCore in preparation for Node GC optimizations by cdumez@apple.com · 2 years, 10 months ago
- 05bc5e7 Start preparing the code base for marking the StringView(const char*) constructor explicit by cdumez@apple.com · 2 years, 10 months ago
- 1a0b0f6 Add find()/reverseFind()/contains() overloads takes an ASCIILiteral to our String types https://bugs.webkit.org/show_bug.cgi?id=240247 by cdumez@apple.com · 2 years, 10 months ago
- 8d84e33 Cancel response stream if load is being cancelled by the web page by youenn@apple.com · 2 years, 11 months ago
- 30939fd Prepare more of the code base for making the AtomString(const String&) constructor explicit by cdumez@apple.com · 2 years, 11 months ago
- 52a22b4 [Mac] http/tests/media/user-gesture-preserved-across-xmlhttprequest.html is a flaky fail/crash/timeout by youenn@apple.com · 2 years, 11 months ago
- 1481025 Update equalLettersIgnoringASCIICase() / startsWithLettersIgnoringASCIICase() to take in an ASCIILiteral by cdumez@apple.com · 2 years, 11 months ago
- 2d79d93 Use equalLettersIgnoringASCIICase() and SortedArrayMap in more places by cdumez@apple.com · 2 years, 11 months ago
- 803de0ce [IDL] Add support for [AtomString] with USVString & ByteString types by cdumez@apple.com · 2 years, 11 months ago
- 523f9751 Leverage StringView in more places to avoid some String allocations by cdumez@apple.com · 3 years ago
- e5feb03 Replace calls to substring(0, x) with the more concise left(x) by cdumez@apple.com · 3 years ago
- 6b2b7b2 Avoid redundant calls to findHTTPHeaderName() by cdumez@apple.com · 3 years ago
- b32ba4b Add PAL::TextEncoding() constructor that takes in a StringView by cdumez@apple.com · 3 years ago
- 2cf7d2e Add HashTranslator for ASCIILiteral for faster lookup in HashMaps / HashSets by cdumez@apple.com · 3 years ago
- 0cbfde8 Start preparing WebCore for making the String(const char*) constructor explicit by cdumez@apple.com · 3 years ago
- 3a31ea5 FormDataConsumer callback happens more than once with an exception by gnavamarino@apple.com · 3 years ago
- 0b5420e String's find() / reverseFind() / replace() should take in a StringView instead of a String by cdumez@apple.com · 3 years ago
- 744f088 Initial support for Wasm/ESM-integration in the WebCore module loader by commit-queue@webkit.org · 3 years, 1 month ago
- 0912d8c Keep promise in scope when calling DeferredPromise::reject by commit-queue@webkit.org · 3 years, 1 month ago
- 3f42e70 Settling of a fetch promise should be delayed in case page is entering page cache by youenn@apple.com · 3 years, 1 month ago
- df31451 [WebIDL] Rename Document / ScriptExecutionContext / GlobalObject values of [*CallWith] to include "Current" by shvaikalesh@gmail.com · 3 years, 2 months ago
- f4fcddf Detect failed ThreadableLoader creation in FileReaderLoader. by commit-queue@webkit.org · 3 years, 2 months ago
- d8734df Remove ImplementationLacksVTable IDL attribute by commit-queue@webkit.org · 3 years, 2 months ago
- c129b48 Transmit network load metrics when service worker is using one of its network load to respond to FetchEvents by youenn@apple.com · 3 years, 2 months ago
- b768a9f Non-unified build fixes, early January 2022 edition by aperez@igalia.com · 3 years, 2 months ago
- bc00e15 Have CachedRawResourceClient and related networking actors use SharedBuffer. by jya@apple.com · 3 years, 2 months ago
- c8f2bcb "ReadableStream uploading is not supported" when fetch()ing a Request that has been logged to console by youenn@apple.com · 3 years, 3 months ago
- 84940f0 Fetch using FormData with file doesn't go through Service Worker by youenn@apple.com · 3 years, 3 months ago
- c358fe0 FetchRequest.clone does not need to be called with the current context by youenn@apple.com · 3 years, 3 months ago
- f2a8e33 ActiveDOMObject::suspendIfNeeded() should not be called within constructors by graouts@webkit.org · 3 years, 3 months ago
- ab28f63 PerformanceTests: by jya@apple.com · 3 years, 3 months ago
- 9ae3fc4 Null pointer crash in FetchResponse::clone by youenn@apple.com · 3 years, 3 months ago
- ae272b7 Add SharedBufferBuilder class by jya@apple.com · 3 years, 3 months ago
- 66c5893 FetchResponse::clone should use the relevant realm for the cloned response by youenn@apple.com · 3 years, 3 months ago
- 936b068 Distinguish contiguous SharedBuffer from non-contiguous one and guarantee immutability by jya@apple.com · 3 years, 3 months ago
- 4602fe8 Move TextCodec files from WebCore/platform/text to WebCore/PAL/text by don.olmstead@sony.com · 3 years, 3 months ago
- 94720e8 Add support for NavigationPreloadManager by youenn@apple.com · 3 years, 4 months ago
- 35897d5 Reuse navigation preload if service worker is fetching the corresponding navigation request by youenn@apple.com · 3 years, 4 months ago
- 6e2fa9f [WebCore] Remove unneeded WTF:: namespace prefix by Hironori.Fujii@sony.com · 3 years, 5 months ago
- 82511e3 Remove Variant.h https://bugs.webkit.org/show_bug.cgi?id=231744 by commit-queue@webkit.org · 3 years, 5 months ago
- 3543f36 Remove WTF::Variant and WTF::get https://bugs.webkit.org/show_bug.cgi?id=231675 by commit-queue@webkit.org · 3 years, 5 months ago
- 79445f2 Use std::variant instead of WTF::Variant by commit-queue@webkit.org · 3 years, 5 months ago
- 75f7f93 Decrease use of makeWeakPtr() https://bugs.webkit.org/show_bug.cgi?id=231615 by cdumez@apple.com · 3 years, 5 months ago
- 1acd723 Use STL instead of WTF::get_if, WTF::Monostate, WTF::visit, and WTF::holds_alternative by commit-queue@webkit.org · 3 years, 5 months ago
- f0c773b Prepare to switch from WTF::Variant to std::variant by commit-queue@webkit.org · 3 years, 5 months ago
- 45bf1fa Setting and RuntimeEnabledFeature names in IDL files should match those used elsewhere by timothy_horton@apple.com · 3 years, 6 months ago
- 6674f14 Reduce use of makeRef() and use Ref { } instead by cdumez@apple.com · 3 years, 6 months ago
- c2eb2a4 Use ObjectIdentifier for ResourceLoader by achristensen@apple.com · 3 years, 6 months ago
- 8d990a2 Add violations reporting support for Cross-Origin-Embedder-Policy by cdumez@apple.com · 3 years, 6 months ago
- adc8074 Add Cross-Origin-Embedder-Policy support for Blob URLs by cdumez@apple.com · 3 years, 7 months ago
- 20a0a03 Overly verbose catchable fetch error messages lead to cross-origin leaks by youenn@apple.com · 3 years, 7 months ago
- dd6e88c Add Cross-Origin-Opener-Policy support for Blob URLs by cdumez@apple.com · 3 years, 7 months ago
- ccbb636 SharedBuffer::takeData() is a bit dangerous by cdumez@apple.com · 3 years, 8 months ago
- 3625d0d REGRESSION (r278702): Cannot login to appaloosa-store.com/users/sign_in by cdumez@apple.com · 3 years, 8 months ago
- cb91bf3 FetchResponse.formData() should not reject promise if the body is null and the MIME Type is "application/x-www-form-urlencoded" by cdumez@apple.com · 3 years, 8 months ago
- 96b1479 FetchBodySource/FetchBodyOwner cleanup by beidson@apple.com · 3 years, 8 months ago
- 94f7acf FetchResponse.formData() should reject promise with a TypeError if the body is null by cdumez@apple.com · 3 years, 8 months ago
- 5e39cda Replace ReadableStreamChunk struct with a WTF::Span by cdumez@apple.com · 3 years, 9 months ago
- b512df7 Fix some inefficient uses of SharedBuffer by cdumez@apple.com · 3 years, 9 months ago
- 0e7ff91 Avoid some calls to StringView::toString() / StringView::toStringWithoutCopying() by cdumez@apple.com · 3 years, 10 months ago
- e2d5602 Reduce use of reinterpret_cast<> in the codebase by cdumez@apple.com · 3 years, 10 months ago
- fdddc9c Use `const uint8_t*` type more consistently to store bytes in WebKit by cdumez@apple.com · 3 years, 10 months ago
- 4490aff Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer by cdumez@apple.com · 3 years, 10 months ago
- 6ad46d6 Remove <wtf/Optional.h> https://bugs.webkit.org/show_bug.cgi?id=226437 by darin@apple.com · 3 years, 10 months ago
- a4ddc78 Remove WTF::Optional synonym for std::optional, using that class template directly instead by darin@apple.com · 3 years, 10 months ago
- 7c840b6 Next step toward using std::optional directly instead of through WTF::Optional typedef by darin@apple.com · 3 years, 10 months ago
- 2543049 Leverage the new Vector(const T*, size_t) constructor by cdumez@apple.com · 3 years, 10 months ago
- e1c00f7 Remove StringBuilder::appendLiteral by darin@apple.com · 3 years, 10 months ago
- 15990ac No need to error a fetch body stream if its request or response is stopped by youenn@apple.com · 3 years, 11 months ago
- c3d7b50 [WebIDL] Remove the need to specify [MayThrowException] by weinig@apple.com · 4 years ago
- 70419e1 Implement AbortSignal.abort() by cdumez@apple.com · 4 years ago
- 57f7904 Add a loader for <model> resources by graouts@webkit.org · 4 years, 2 months ago
- f05efbf ReadableStream C++ methods should check for exception by youenn@apple.com · 4 years, 2 months ago
- 1c074a7 WebAssembly: add support for stream APIs by ysuzuki@apple.com · 4 years, 2 months ago
- 3a5896c Introduce worklet destinations and allow to fetch modules with CORS based on destination by youenn@apple.com · 4 years, 5 months ago
- 285e920 Replace execStateFrom*() functions with globalObject() overloads by cdumez@apple.com · 4 years, 5 months ago
- 40884e6 [WebIDL] Address consistency around [SameObject] extended attributes by weinig@apple.com · 4 years, 6 months ago
- d085e69 [WebIDL] Switch to new file name convention for partial interfaces by weinig@apple.com · 4 years, 6 months ago
- e2a465d Non-unified build fixes, early September 2020 edition by aperez@igalia.com · 4 years, 6 months ago
- e60a1e4 Remove runtime setting for enabling/disabling the fetch API by weinig@apple.com · 4 years, 6 months ago
- 832012c [WebIDL] Update Fetch IDLs to use WindowOrWorkerGlobalScope partial mixin by weinig@apple.com · 4 years, 6 months ago
- 1745355 [WebIDL] Remove need for [MayThrowException] on constructors and legacy factory functions by weinig@apple.com · 4 years, 6 months ago
- bb3a95c [WebIDL] Stop automatically applying the ImplementedBy extended attribute to all partial interfaces/dictionaries by weinig@apple.com · 4 years, 6 months ago
- 77d4016 [WebIDL] Add support for interface mixins by weinig@apple.com · 4 years, 7 months ago
- 318370e [WebIDL] Realign our IDL extended attribute names with those specified in WebIDL by weinig@apple.com · 4 years, 7 months ago
- 4da8ffd Update WebIDL parser to more closely align with current WebIDL spec by weinig@apple.com · 4 years, 7 months ago
- 5cb8f3a [WebIDL] 'void' type is changing to 'undefined' by weinig@apple.com · 4 years, 7 months ago
- 19ca67e REGRESSION (r265908): Crash under Blob::arrayBuffer() / Blob::text() in stress GC by cdumez@apple.com · 4 years, 7 months ago
- d1e88b1 Fix read-after-free introduced in r266087 by achristensen@apple.com · 4 years, 7 months ago
- fa136df Implement Request/Response consuming as FormData by commit-queue@webkit.org · 4 years, 7 months ago
- 8237b77 Propagating user gesture through Fetch API by jiewen_tan@apple.com · 4 years, 8 months ago
- 6452c9d ReadableStream::create() should handle any exceptions that may be thrown during construction. by mark.lam@apple.com · 4 years, 9 months ago
- 00e60c7 Remove ENABLE_STREAMS_API compilation flag by commit-queue@webkit.org · 4 years, 9 months ago
- 16512fb Use constructor operations in WebIDL by weinig@apple.com · 4 years, 9 months ago
- ccac6a6 Move textFromUTF8() to TextResourceDecoder from FetchBodyConsumer by commit-queue@webkit.org · 4 years, 9 months ago