Sign in
webkit
/
WebKit
/
53c2e4809040a2c9f01db7e58b78216af3f6339a
/
Source
/
WebCore
/
Modules
/
fetch
/
FetchBodyOwner.cpp
3b9a5fb
Use blob URL when pasting RTFD instead of overriding DocumentLoader
by rniwa@webkit.org
· 7 years ago
43151d3
[Fetch API] Cloning an opaque response should not assert
by commit-queue@webkit.org
· 7 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
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
59f5955
Add support for FetchRequest.body
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
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
31dcef8
Remove FETCH_API compilation guard
by commit-queue@webkit.org
· 8 years ago
57a488e
[WebIDL] Remove JS builtin bindings for FetchRequest, DOMWindowFetch and WorkerGlobalScopeFetch
by weinig@apple.com
· 8 years ago
750df37
ExceptionCode enumeration should use modern exception names
by cdumez@apple.com
· 8 years ago
b60fe0d
[Fetch API] TypeError when called with body === {}
by commit-queue@webkit.org
· 8 years ago
c5b1708
Set the Response.blob() type based on the content-type header value.
by commit-queue@webkit.org
· 8 years ago
cf57fe2
Disable outdated WritableStream API
by commit-queue@webkit.org
· 8 years ago
3a87c39
[WebIDL] Add support for converting dictionaries to JS
by commit-queue@webkit.org
· 8 years ago
ace3359
Misc. cleanup in Modules/fetch https://bugs.webkit.org/show_bug.cgi?id=165240
by commit-queue@webkit.org
· 8 years ago
4392696
[WTF] Import std::optional reference implementation as WTF::Optional
by utatane.tea@gmail.com
· 8 years ago
4e29cb2
Remove many includes of ExceptionCode.h
by darin@apple.com
· 8 years ago
a8af153
Remove FetchBody::m_isEmpty https://bugs.webkit.org/show_bug.cgi?id=162857
by commit-queue@webkit.org
· 8 years ago
9516449
removing FetchBoyd::m_type
by commit-queue@webkit.org
· 8 years ago
0ddffea
DumpRenderTree crashed in com.apple.WebCore: WTF::Optional<WebCore::FetchBodyOwner::BlobLoader>::operator bool const + 12
by commit-queue@webkit.org
· 8 years ago
1f34084
[Fetch API] Use Ref<const T> in FetchBody::m_data variant
by commit-queue@webkit.org
· 9 years ago
3999b7c
Improve DeferredWrapper code https://bugs.webkit.org/show_bug.cgi?id=161787
by commit-queue@webkit.org
· 9 years ago
8e16c7c
[Streams API] Separate compile flag for ReadableStream and WritableStream
by commit-queue@webkit.org
· 9 years ago
d8b4e3b
Avoid using strong reference in JSDOMPromise’s DeferredWrapper
by rniwa@webkit.org
· 9 years ago
df0a6b0
[Fetch API] Response bodyUsed should check for its body disturbed state
by commit-queue@webkit.org
· 9 years ago
919e3c0
[Fetch API] Blob type should be correctly set in case of empty body
by commit-queue@webkit.org
· 9 years ago
cb26dcf
[Fetch API] Fetch promises should not reject or resolve when ActiveDOMObjects are being stopped
by commit-queue@webkit.org
· 9 years ago
c57ace0
[Fetch API] Response constructor should be able to take a ReadableStream as body
by commit-queue@webkit.org
· 9 years ago
6d2d7b6
Unreviewed, rolling out r203719. https://bugs.webkit.org/show_bug.cgi?id=160200
by commit-queue@webkit.org
· 9 years ago
275f23ee
[Fetch API] Response constructor should be able to take a ReadableStream as body
by commit-queue@webkit.org
· 9 years ago
24c6898
[Fetch API] Fetch response stream should enqueue Uint8Array
by commit-queue@webkit.org
· 9 years ago
6f2ad68
DOMPromise should only restrict the resolution type
by youenn.fablet@crf.canon.fr
· 9 years ago
5b2e9b5
Unreviewed, rolling out r200837.
by cdumez@apple.com
· 9 years ago
a231895
DOMPromise should only restrict the resolution type
by youenn.fablet@crf.canon.fr
· 9 years ago
405ccca
Unreviewed, rolling out r200766. https://bugs.webkit.org/show_bug.cgi?id=157623
by commit-queue@webkit.org
· 9 years ago
4aff617
DOMPromise should only restrict the resolution type
by youenn.fablet@crf.canon.fr
· 9 years ago
51223ca
LayoutTests/imported/w3c:
by youenn.fablet@crf.canon.fr
· 9 years ago
022e546
[Fetch API] Move isDisturbed handling to FetchBodyOwner
by youenn.fablet@crf.canon.fr
· 9 years ago
f7841df
[Fetch API] Add basic loading of resources
by youenn.fablet@crf.canon.fr
· 9 years ago
bbe7d71
Unreviewed, rolling out r198627. https://bugs.webkit.org/show_bug.cgi?id=155856
by commit-queue@webkit.org
· 9 years ago
88739cf
[Fetch API] Add basic loading of resources
by youenn.fablet@crf.canon.fr
· 9 years ago
b30f488
[Fetch API] response-consume.html is crashing on Mac WK1 Debug builds
by youenn.fablet@crf.canon.fr
· 9 years ago
33ff754
Build fix.
by ap@apple.com
· 9 years ago
ebfabe8
[Fetch API] Implement data resolution for blob stored in Body
by youenn.fablet@crf.canon.fr
· 9 years ago