|
|
Start of foreign fetch implementation.
This changes the install event to use a new InstallEvent interface,
with a method to register foreign fetch scopes. Calling that method
will end up storing the scopes in the SWVersion in the browser process.
BUG= 540509
Committed: https://crrev.com/26507d0e00b7beb248d751512cc045c9bee3e359
Cr-Commit-Position: refs/heads/master@{#354845}
Total comments: 2
Total comments: 16
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+355 lines, -22 lines) |
Patch |
 |
M |
content/browser/service_worker/embedded_worker_instance.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/embedded_worker_test_helper.h
|
View
|
1
|
4 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/embedded_worker_test_helper.cc
|
View
|
1
2
|
3 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_version.h
|
View
|
1
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_version.cc
|
View
|
1
2
|
2 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_version_unittest.cc
|
View
|
1
|
5 chunks |
+55 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/common/service_worker/service_worker_messages.h
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/service_worker/service_worker_context_client.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/service_worker/service_worker_context_client.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/LayoutTests/http/tests/serviceworker/register-foreign-fetch-errors.html
|
View
|
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/install-event-type-worker.js
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/register-foreign-fetch-errors-worker.js
|
View
|
1
2
3
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/modules.gypi
|
View
|
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h
|
View
|
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/modules/serviceworkers/InstallEvent.cpp
|
View
|
|
1 chunk |
+84 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl
|
View
|
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 26 (8 generated)
|