|
service worker: use 200 OK for update requests even in the no update case
The main motivation is to stop network failure error spew in DevTools console.
This patch reinstates the "pause on download" functionality we once had.
BUG= 541797
Committed: https://crrev.com/42bc9253c79fa01fc6a6af5b3908dcc063a12023
Cr-Commit-Position: refs/heads/master@{#376032}
Total comments: 16
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+343 lines, -72 lines) |
Patch |
 |
M |
content/browser/service_worker/embedded_worker_instance.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/embedded_worker_instance.cc
|
View
|
1
2
3
4
|
4 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/embedded_worker_instance_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+33 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/embedded_worker_test_helper.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/embedded_worker_test_helper.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+19 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_controllee_request_handler_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_job_unittest.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+51 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_register_job.h
|
View
|
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_register_job.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+34 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_registration.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_version.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_version.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_version_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_write_to_cache_job.h
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_write_to_cache_job.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_write_to_cache_job_unittest.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/service_worker/embedded_worker_messages.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/service_worker/embedded_worker_dispatcher.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/service_worker/embedded_worker_dispatcher.cc
|
View
|
|
3 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
View
|
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
View
|
1
2
|
7 chunks |
+23 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+72 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/WebEmbeddedWorker.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/WebEmbeddedWorkerStartData.h
|
View
|
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
Total messages: 32 (11 generated)
|