|
ServiceWorker: support Response.{status,statusText,headers} [blink] (2/3)
Multi-sided patch:
1/3: chromium-side, https://codereview.chromium.org/299003002/
2/3: blink-side, THIS PATCH
3/3: chromium-side, cleanup & re-enable test (n/a yet)
BUG= 376733
TEST=http/tests/serviceworker/response.html
TEST=http/tests/serviceworker/headermap.html
Total comments: 41
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+457 lines, -59 lines) |
Patch |
 |
A |
LayoutTests/http/tests/serviceworker/headermap.html
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/serviceworker/headermap-expected.txt
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/serviceworker/resources/headermap-worker.js
|
View
|
1
|
1 chunk |
+86 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/serviceworker/resources/response-worker.js
|
View
|
1
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/serviceworker/response.html
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/serviceworker/response-expected.txt
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
LayoutTests/virtual/serviceworker/http/tests/serviceworker/headermap-expected.txt
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/virtual/serviceworker/http/tests/serviceworker/response-expected.txt
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/Dictionary.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/Dictionary.cpp
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/modules.gypi
|
View
|
1
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/modules/serviceworkers/HeaderMap.h
|
View
|
1
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/modules/serviceworkers/HeaderMap.cpp
|
View
|
1
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/modules/serviceworkers/HeaderMap.idl
|
View
|
1
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/modules/serviceworkers/HeaderMapForEachCallback.h
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/modules/serviceworkers/HeaderMapForEachCallback.idl
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/Response.h
|
View
|
1
|
2 chunks |
+7 lines, -14 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/Response.cpp
|
View
|
1
|
1 chunk |
+8 lines, -11 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/Response.idl
|
View
|
1
|
1 chunk |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ResponseInit.h
|
View
|
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/platform/exported/WebServiceWorkerResponse.cpp
|
View
|
|
1 chunk |
+49 lines, -10 lines |
0 comments
|
Download
|
 |
M |
public/platform/WebServiceWorkerResponse.h
|
View
|
1
2
|
1 chunk |
+35 lines, -8 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|