- 8407763 [WTF] Add user-defined literal for ASCIILiteral by utatane.tea@gmail.com · 7 years ago
- caf6f3d Update Fetch code to provide more useful exception messages by cdumez@apple.com · 7 years ago
- 263cfac Allow WebResourceLoader to cancel a load served from a service worker by youenn@apple.com · 7 years ago
- d0f1885 Unreviewed, rolling out r231486. by ryanhaddad@apple.com · 7 years ago
- edf6b13 Allow WebResourceLoader to cancel a load served from a service worker by youenn@apple.com · 7 years ago
- 14b2bc6 Make WebLoaderStrategy send to NetworkResourceLoader necessary parameters to handle full loads in NetworkProcess by youenn@apple.com · 7 years ago
- 21c53eb Response headers should be filtered when sent from NetworkProcess to WebProcess by youenn@apple.com · 7 years ago
- 4c6fc6e Have class Exception take String by value instead of a String&& by dbates@webkit.org · 7 years ago
- e4deed2 Add support for cache storage of blob response by commit-queue@webkit.org · 7 years ago
- 71f34a0 Remove WebCore/ForwardingHeaders directory by don.olmstead@sony.com · 7 years ago
- a1ae02b imported/w3c/web-platform-tests/service-workers/service-worker/fetch-event-respond-with-response-body-with-invalid-chunk.https.html is flaky by commit-queue@webkit.org · 7 years ago
- 8005683 FetchResponse should support ConsumeData callback on chunk data is received by gskachkov@gmail.com · 7 years ago
- f0031e0 FetchResponse should support ConsumeData callback on chunk data is received: handling ReadableStream bodies by gskachkov@gmail.com · 7 years ago
- 8b2d411 Opaque being-loaded responses should clone their body by commit-queue@webkit.org · 7 years ago
- 3c9cc5a Fetch Headers from an Opaque response should be filtered out by commit-queue@webkit.org · 7 years ago
- ecc5561 Source/WebCore: by commit-queue@webkit.org · 7 years ago
- 3f01d7e FormDataElement::lengthInBytes should use ThreadableBlobRegistry by commit-queue@webkit.org · 7 years ago
- a6b87e6 FetchResponse should set its internal response text encoding name by commit-queue@webkit.org · 7 years ago
- 8433d04 Support service worker interception of request with blob body by commit-queue@webkit.org · 7 years ago
- 3eb6358 [Fetch] Extracting a body of type Blob should not set Content-Type to the empty string by cdumez@apple.com · 7 years ago
- 365a5ef Add support for response blob given to fetch events by commit-queue@webkit.org · 7 years ago
- 53c2e48 Navigation requests should use navigate fetch mode by commit-queue@webkit.org · 7 years ago
- 80942d0 FetchResponse should keep unfiltered ResourceResponse so that it can be used in Service Worker by commit-queue@webkit.org · 7 years ago
- be91ed9 Modernize some aspects of text codecs, eliminate WebKit use of strcasecmp by darin@apple.com · 7 years ago
- fc52d05 Add support for service worker generated redirections by commit-queue@webkit.org · 7 years ago
- 6658d18 Clean up URL.h https://bugs.webkit.org/show_bug.cgi?id=179710 by achristensen@apple.com · 7 years ago
- 87db5e3 Service Worker should get the body of intercepted requests by commit-queue@webkit.org · 7 years ago
- 65c7b77 FetchLoader should unregister its blob URL by commit-queue@webkit.org · 7 years ago
- 17cae1e More is<> and downcast<>, less static_cast<> by darin@apple.com · 7 years ago
- 1783e01 FetchResponse should set the mime type of its internal ResourceResponse by commit-queue@webkit.org · 7 years ago
- 92c000f Service Worker fetch should transmit headers to its client by commit-queue@webkit.org · 7 years ago
- 871b044 Source/WebCore: by commit-queue@webkit.org · 7 years ago
- f21f3ae Use "= default" to denote default constructor or destructor by dbates@webkit.org · 7 years ago
- a7333be Add preliminary support for fetch event by commit-queue@webkit.org · 7 years ago
- aa0494c [FETCH] Remove Request.type getter by commit-queue@webkit.org · 7 years ago
- d8e12b9 Add quota to cache API https://bugs.webkit.org/show_bug.cgi?id=177552 by commit-queue@webkit.org · 7 years ago
- 3b9a5fb Use blob URL when pasting RTFD instead of overriding DocumentLoader by rniwa@webkit.org · 7 years ago
- 3a7abd9 Share code to normalize an HTTP method by dbates@webkit.org · 7 years ago
- 23dfc1c Share code to determine a forbidden method by dbates@webkit.org · 7 years ago
- 43151d3 [Fetch API] Cloning an opaque response should not assert by commit-queue@webkit.org · 7 years ago
- c723367 [Cleanup] Follow up cleanup for DOMFormData implementation by commit-queue@webkit.org · 8 years ago
- 5690f0b Replace JS builtin implementation of the FetchResponse constructor with a C++ one by commit-queue@webkit.org · 8 years ago
- 47214d9 Align FetchResponse and FetchRequest body handling by commit-queue@webkit.org · 8 years ago
- 9a040ee Support caching of Response with a ReadableStream body by commit-queue@webkit.org · 8 years ago
- 48672fa [Fetch API] Add support for consuming a Request ReadableStream body by commit-queue@webkit.org · 8 years ago
- a57234a Add support for Request body stream cloning by commit-queue@webkit.org · 8 years ago
- 028b5c8 Move consume promise from FetchBody to FetchBodyConsumer by commit-queue@webkit.org · 8 years ago
- 7f5b1c3 [JSC] Use reifying system for "name" property of builtin JSFunction by utatane.tea@gmail.com · 8 years ago
- 1801d57 Unreviewed, rolling out r221327. by ryanhaddad@apple.com · 8 years ago
- 5cc60d4 Remove FetchRequest::InternalRequest by commit-queue@webkit.org · 8 years ago
- 59f5955 Add support for FetchRequest.body by commit-queue@webkit.org · 8 years ago
- 6a8fe19 [Fetch API] Request should throw when keep alive is true and body is a ReadableStream by commit-queue@webkit.org · 8 years ago
- 2620909 Add support for FetchRequest.body https://bugs.webkit.org/show_bug.cgi?id=176066 by commit-queue@webkit.org · 8 years ago
- 8315b87 [JSC] Use reifying system for "name" property of builtin JSFunction by utatane.tea@gmail.com · 8 years ago
- a81c2b4 Add support for ReadableStream storage in FetchBody by commit-queue@webkit.org · 8 years ago
- 2b6f777 Fix -Wcast-qual and -Wunused-lambda-capture warnings in WebCore with new clang compiler by ddkilzer@apple.com · 8 years ago
- 63d3de3 [Cache API] Add support for being loaded responses by commit-queue@webkit.org · 8 years ago
- 67e369c [Cache API] Add response body storage by commit-queue@webkit.org · 8 years ago
- 2cdef10 [Fetch API] Add support for a callback-based fetch by commit-queue@webkit.org · 8 years ago
- c27a3f7 Cross origin Beacon requests with a ArrayBuffer / ArrayBufferView payload should not do a CORS preflight by cdumez@apple.com · 8 years ago
- c550012 Fetch / Beacon: Use "application/octet-stream" Content-Type for payloads of type ArrayBuffer / ArrayBufferView by cdumez@apple.com · 8 years ago
- 4ef9ce9 [Cache API] Adding generic support for CacheStorage and Cache methods by commit-queue@webkit.org · 8 years ago
- 10b40b8 Implement quota limitation for keepalive Fetch requests by cdumez@apple.com · 8 years ago
- 4a245ed Unreviewed, rollout r220622 & r220696 by cdumez@apple.com · 8 years ago
- ab03cd5 Implement quota limitation for keepalive Fetch requests by cdumez@apple.com · 8 years ago
- d1c8b43 [Fetch API] Response should keep all ResourceResponse information by commit-queue@webkit.org · 8 years ago
- c9f6abb Unreviewed, rolling out r220271. by jlewis3@apple.com · 8 years ago
- 39a0f64 Remove STREAMS_API compilation guard by commit-queue@webkit.org · 8 years ago
- 95d2203 [Fetch API] Add support for Request keepalive getter by commit-queue@webkit.org · 8 years ago
- 31dcef8 Remove FETCH_API compilation guard by commit-queue@webkit.org · 8 years ago
- 9870b2e Improve our support for referrer policies by cdumez@apple.com · 8 years ago
- d1237e8 Unreviewed. Suppress the -Wextra compiler warning when building with GCC 6.3.0, by zandobersek@gmail.com · 8 years ago
- 57a488e [WebIDL] Remove JS builtin bindings for FetchRequest, DOMWindowFetch and WorkerGlobalScopeFetch by weinig@apple.com · 8 years ago
- cd31460 [WebIDL] Remove JS builtin bindings for FetchHeaders by commit-queue@webkit.org · 8 years ago
- bab4c21 [WebIDL] Split-up and cleanup Fetch IDL files in preparation for removing unnecessary js builtins by commit-queue@webkit.org · 8 years ago
- 750df37 ExceptionCode enumeration should use modern exception names by cdumez@apple.com · 8 years ago
- 9756f47 Make ExceptionCode a proper enumeration by cdumez@apple.com · 8 years ago
- bdaa07c Drop ExceptionCodeDescription class by cdumez@apple.com · 8 years ago
- aa1505c Remove excessive headers from WebCore/{Modules,animation,crypto,domjit} by annulen@yandex.ru · 8 years ago
- b60fe0d [Fetch API] TypeError when called with body === {} by commit-queue@webkit.org · 8 years ago
- b50adaa LayoutTests/imported/w3c: by weinig@apple.com · 8 years ago
- 73e7e9f Handle IDLPromise<> properly https://bugs.webkit.org/show_bug.cgi?id=166752 by utatane.tea@gmail.com · 8 years ago
- c5b1708 Set the Response.blob() type based on the content-type header value. by commit-queue@webkit.org · 8 years ago
- 4c49630 Set Response.blob() type correctly when body is a ReadableStream. by commit-queue@webkit.org · 8 years ago
- c782a47 Unreviewed, rolling out r215814. by ryanhaddad@apple.com · 8 years ago
- 51c9b5b Response.blob() does not set the content-type based on the header value. by commit-queue@webkit.org · 8 years ago
- 8aff3d9 Reduce copies and allocations in SharedBuffer::append by achristensen@apple.com · 8 years ago
- cf57fe2 Disable outdated WritableStream API by commit-queue@webkit.org · 8 years ago
- ff39b7b [Resource Timing] Gather timing information with reliable responseEnd time by joepeck@webkit.org · 8 years ago
- df37802 Unreviewed, rolling out r212944. by cdumez@apple.com · 8 years ago
- 8ae1d89 [Resource Timing] Gather timing information with reliable responseEnd time by joepeck@webkit.org · 8 years ago
- 0f293a7 ASSERTION FAILED: !m_bodyLoader https://bugs.webkit.org/show_bug.cgi?id=166986 by commit-queue@webkit.org · 8 years ago
- 420a13b [Fetch API] fetch fails when undefined is passed as headers by commit-queue@webkit.org · 8 years ago
- 45da760 classInfo should take a VM so it is not materialized from the object on each call by keith_miller@apple.com · 8 years ago
- 9ace801 Remove PassRefPtr from "page" directory of WebCore, also deploy references by darin@apple.com · 8 years ago
- 66cad19 iterable<> should be enabled on WK1 by cdumez@apple.com · 8 years ago
- d2a46c2 Reject fetch promise in case of ReadableStream upload by commit-queue@webkit.org · 8 years ago
- de23271 [Fetch API] Update content-type in case of form data by commit-queue@webkit.org · 8 years ago
- 36fe747 Remove request.formData property until it gets implemented by commit-queue@webkit.org · 8 years ago
- 619ae67 Merging ThreadableLoader redundant options on filtering responses by commit-queue@webkit.org · 8 years ago