1. 8407763 [WTF] Add user-defined literal for ASCIILiteral by utatane.tea@gmail.com · 7 years ago
  2. 21c53eb Response headers should be filtered when sent from NetworkProcess to WebProcess by youenn@apple.com · 7 years ago
  3. e4deed2 Add support for cache storage of blob response by commit-queue@webkit.org · 7 years ago
  4. 71f34a0 Remove WebCore/ForwardingHeaders directory by don.olmstead@sony.com · 7 years ago
  5. 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
  6. 8005683 FetchResponse should support ConsumeData callback on chunk data is received by gskachkov@gmail.com · 7 years ago
  7. f0031e0 FetchResponse should support ConsumeData callback on chunk data is received: handling ReadableStream bodies by gskachkov@gmail.com · 7 years ago
  8. 3c9cc5a Fetch Headers from an Opaque response should be filtered out by commit-queue@webkit.org · 7 years ago
  9. 3f01d7e FormDataElement::lengthInBytes should use ThreadableBlobRegistry by commit-queue@webkit.org · 7 years ago
  10. 80942d0 FetchResponse should keep unfiltered ResourceResponse so that it can be used in Service Worker by commit-queue@webkit.org · 7 years ago
  11. 92c000f Service Worker fetch should transmit headers to its client by commit-queue@webkit.org · 7 years ago
  12. d8e12b9 Add quota to cache API https://bugs.webkit.org/show_bug.cgi?id=177552 by commit-queue@webkit.org · 7 years ago
  13. 5690f0b Replace JS builtin implementation of the FetchResponse constructor with a C++ one by commit-queue@webkit.org · 8 years ago
  14. 47214d9 Align FetchResponse and FetchRequest body handling by commit-queue@webkit.org · 8 years ago
  15. 9a040ee Support caching of Response with a ReadableStream body by commit-queue@webkit.org · 8 years ago
  16. a57234a Add support for Request body stream cloning by commit-queue@webkit.org · 8 years ago
  17. 2620909 Add support for FetchRequest.body https://bugs.webkit.org/show_bug.cgi?id=176066 by commit-queue@webkit.org · 8 years ago
  18. 63d3de3 [Cache API] Add support for being loaded responses by commit-queue@webkit.org · 8 years ago
  19. 67e369c [Cache API] Add response body storage by commit-queue@webkit.org · 8 years ago
  20. 2cdef10 [Fetch API] Add support for a callback-based fetch by commit-queue@webkit.org · 8 years ago
  21. 4ef9ce9 [Cache API] Adding generic support for CacheStorage and Cache methods by commit-queue@webkit.org · 8 years ago
  22. 10b40b8 Implement quota limitation for keepalive Fetch requests by cdumez@apple.com · 8 years ago
  23. 4a245ed Unreviewed, rollout r220622 & r220696 by cdumez@apple.com · 8 years ago
  24. ab03cd5 Implement quota limitation for keepalive Fetch requests by cdumez@apple.com · 8 years ago
  25. d1c8b43 [Fetch API] Response should keep all ResourceResponse information by commit-queue@webkit.org · 8 years ago
  26. c9f6abb Unreviewed, rolling out r220271. by jlewis3@apple.com · 8 years ago
  27. 39a0f64 Remove STREAMS_API compilation guard by commit-queue@webkit.org · 8 years ago
  28. 31dcef8 Remove FETCH_API compilation guard by commit-queue@webkit.org · 8 years ago
  29. 57a488e [WebIDL] Remove JS builtin bindings for FetchRequest, DOMWindowFetch and WorkerGlobalScopeFetch by weinig@apple.com · 8 years ago
  30. bab4c21 [WebIDL] Split-up and cleanup Fetch IDL files in preparation for removing unnecessary js builtins by commit-queue@webkit.org · 8 years ago
  31. b60fe0d [Fetch API] TypeError when called with body === {} by commit-queue@webkit.org · 8 years ago
  32. 73e7e9f Handle IDLPromise<> properly https://bugs.webkit.org/show_bug.cgi?id=166752 by utatane.tea@gmail.com · 8 years ago
  33. cf57fe2 Disable outdated WritableStream API by commit-queue@webkit.org · 8 years ago
  34. 0f293a7 ASSERTION FAILED: !m_bodyLoader https://bugs.webkit.org/show_bug.cgi?id=166986 by commit-queue@webkit.org · 8 years ago
  35. 3a87c39 [WebIDL] Add support for converting dictionaries to JS by commit-queue@webkit.org · 8 years ago
  36. ace3359 Misc. cleanup in Modules/fetch https://bugs.webkit.org/show_bug.cgi?id=165240 by commit-queue@webkit.org · 8 years ago
  37. 4392696 [WTF] Import std::optional reference implementation as WTF::Optional by utatane.tea@gmail.com · 8 years ago
  38. 29339ca Move Fetch from legacy to new DOM exceptions by darin@apple.com · 8 years ago
  39. d9f394d [Fetch API] Use ReadableStream pull to transfer binary data to stream when application needs it by commit-queue@webkit.org · 8 years ago
  40. a8af153 Remove FetchBody::m_isEmpty https://bugs.webkit.org/show_bug.cgi?id=162857 by commit-queue@webkit.org · 8 years ago
  41. 9516449 removing FetchBoyd::m_type by commit-queue@webkit.org · 8 years ago
  42. 3999b7c Improve DeferredWrapper code https://bugs.webkit.org/show_bug.cgi?id=161787 by commit-queue@webkit.org · 8 years ago
  43. 8e16c7c [Streams API] Separate compile flag for ReadableStream and WritableStream by commit-queue@webkit.org · 9 years ago
  44. d8b4e3b Avoid using strong reference in JSDOMPromise’s DeferredWrapper by rniwa@webkit.org · 9 years ago
  45. 321eb58 [Fetch API] Ensure response cloning works when data is loading by commit-queue@webkit.org · 9 years ago
  46. c57ace0 [Fetch API] Response constructor should be able to take a ReadableStream as body by commit-queue@webkit.org · 9 years ago
  47. 6d2d7b6 Unreviewed, rolling out r203719. https://bugs.webkit.org/show_bug.cgi?id=160200 by commit-queue@webkit.org · 9 years ago
  48. 275f23ee [Fetch API] Response constructor should be able to take a ReadableStream as body by commit-queue@webkit.org · 9 years ago
  49. ac1e56e [Fetch API] Request should be created with any HeadersInit data by commit-queue@webkit.org · 9 years ago
  50. 3e6266d Unreviewed, rolling out r203641. https://bugs.webkit.org/show_bug.cgi?id=160116 by commit-queue@webkit.org · 9 years ago
  51. fe954c3 [Fetch API] Request should be created with any HeadersInit data by commit-queue@webkit.org · 9 years ago
  52. ce21a80 [Fetch API] Add a JS builtin to implement https://fetch.spec.whatwg.org/#concept-headers-fill by commit-queue@webkit.org · 9 years ago
  53. 03c0eba [Fetch API] Request and Response url getter should use URL serialization by commit-queue@webkit.org · 9 years ago
  54. f4555b72 [Fetch API] Response should not become disturbed on the ReadableStream creation by commit-queue@webkit.org · 9 years ago
  55. 2959d28 CORS preflight with a non-200 response should be a preflight failure by youenn.fablet@crf.canon.fr · 9 years ago
  56. 41be85f [Fetch API] Implement Fetch redirect mode by youenn.fablet@crf.canon.fr · 9 years ago
  57. 6f2ad68 DOMPromise should only restrict the resolution type by youenn.fablet@crf.canon.fr · 9 years ago
  58. 5b2e9b5 Unreviewed, rolling out r200837. by cdumez@apple.com · 9 years ago
  59. a231895 DOMPromise should only restrict the resolution type by youenn.fablet@crf.canon.fr · 9 years ago
  60. 405ccca Unreviewed, rolling out r200766. https://bugs.webkit.org/show_bug.cgi?id=157623 by commit-queue@webkit.org · 9 years ago
  61. 4aff617 DOMPromise should only restrict the resolution type by youenn.fablet@crf.canon.fr · 9 years ago
  62. 53438e9 Change IDL enumerations to be nested in their C++ class instead of at WebCore namespace level by darin@apple.com · 9 years ago
  63. 795dcb4 Next batch of conversions to use C++ enum class instead of strings for enumerations by darin@apple.com · 9 years ago
  64. 547b640 [Fetch API] Remove FetchResponse::redirect overload by youenn.fablet@crf.canon.fr · 9 years ago
  65. 51223ca LayoutTests/imported/w3c: by youenn.fablet@crf.canon.fr · 9 years ago
  66. 474b281 [Fetch API] Add basic loading of resources for Workers by youenn.fablet@crf.canon.fr · 9 years ago
  67. f7841df [Fetch API] Add basic loading of resources by youenn.fablet@crf.canon.fr · 9 years ago
  68. bbe7d71 Unreviewed, rolling out r198627. https://bugs.webkit.org/show_bug.cgi?id=155856 by commit-queue@webkit.org · 9 years ago
  69. 88739cf [Fetch API] Add basic loading of resources by youenn.fablet@crf.canon.fr · 9 years ago
  70. 0b3a80e [CallWith=ScriptExecutionContext] should pass ScriptExecutionContext to the implementation by reference by youenn.fablet@crf.canon.fr · 9 years ago
  71. 47ab24e [Fetch API] Commonalize handling of FetchBody by FetchRequest and FetchResponse by youenn.fablet@crf.canon.fr · 9 years ago
  72. dd0b3f0 [Fetch API] Make FetchRequest and FetchResponse ActiveDOMObject by youenn.fablet@crf.canon.fr · 9 years ago
  73. cf6053b Refactor FetchBody constructors https://bugs.webkit.org/show_bug.cgi?id=154721 by youenn.fablet@crf.canon.fr · 9 years ago
  74. 09a722b [Fetch API] Implement Fetch API Response by youenn.fablet@crf.canon.fr · 9 years ago