Side by Side Diff: third_party/WebKit/Source/modules/fetch/DEPS
Issue 2703343002 :
ServiceWorker: Use mojo's data pipe for respondWith(stream) (Closed)
Patch Set: Addressed comments from kinuko and haraken
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
content/browser/BUILD.gn
content/browser/DEPS
content/browser/cache_storage/cache_storage_cache.cc
content/browser/cache_storage/cache_storage_cache_unittest.cc
content/browser/cache_storage/cache_storage_manager_unittest.cc
content/browser/service_worker/embedded_worker_test_helper.h
content/browser/service_worker/embedded_worker_test_helper.cc
content/browser/service_worker/service_worker_browsertest.cc
content/browser/service_worker/service_worker_data_pipe_reader.h
content/browser/service_worker/service_worker_data_pipe_reader.cc
content/browser/service_worker/service_worker_data_pipe_reader_unittest.cc
content/browser/service_worker/service_worker_dispatcher_host_unittest.cc
content/browser/service_worker/service_worker_fetch_dispatcher.h
content/browser/service_worker/service_worker_fetch_dispatcher.cc
content/browser/service_worker/service_worker_stream_reader.h
content/browser/service_worker/service_worker_stream_reader.cc
content/browser/service_worker/service_worker_url_request_job.h
content/browser/service_worker/service_worker_url_request_job.cc
content/browser/service_worker/service_worker_url_request_job_unittest.cc
content/common/service_worker/service_worker_event_dispatcher.mojom
content/common/service_worker/service_worker_event_dispatcher.typemap
content/common/service_worker/service_worker_messages.h
content/common/service_worker/service_worker_types.h
content/common/service_worker/service_worker_types.cc
content/renderer/cache_storage/cache_storage_dispatcher.cc
content/renderer/service_worker/service_worker_context_client.h
content/renderer/service_worker/service_worker_context_client.cc
content/renderer/service_worker/service_worker_type_util.cc
content/test/BUILD.gn
third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/respondwith-fetch-worker.js
third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/slow-fetch-and-stop-worker-iframe.html
third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/slow-response.php
third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/stop-worker-during-respond-with.html
third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
third_party/WebKit/Source/modules/fetch/DEPS
third_party/WebKit/Source/modules/fetch/FetchDataLoader.h
third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp
third_party/WebKit/Source/modules/serviceworkers/DEPS
third_party/WebKit/Source/modules/serviceworkers/FetchRespondWithObserver.cpp
third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
third_party/WebKit/Source/platform/BUILD.gn
third_party/WebKit/Source/platform/exported/WebServiceWorkerResponse.cpp
third_party/WebKit/Source/platform/exported/WebServiceWorkerStreamHandle.cpp
third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
third_party/WebKit/public/BUILD.gn
third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h
third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerStreamHandle.h
third_party/WebKit/public/platform/modules/serviceworker/service_worker_stream_handle.mojom
third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h