|
Service Worker: Annotate IDLs with [TypeChecking] to turn it on
We should be doing type checking everywhere, but for back-compat reasons
Blink currently doesn't do "interface" or "unrestricted" enforcement.
Turn it on for all the new SW interfaces (since there's no compat
issue) and to fix a cache where Cache.put()'s second argument went
unchecked.
R=haraken@chromium.org
BUG= 426153
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184295
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+31 lines, -22 lines) |
Patch |
 |
M |
LayoutTests/http/tests/serviceworker/cache-put-expected.txt
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/resources/cache-put-worker.js
|
View
|
1
|
2 chunks |
+12 lines, -20 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/Body.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/Cache.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/CacheStorage.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ExtendableEvent.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/FetchEvent.idl
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/Headers.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/InstallEvent.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/Request.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/Response.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ServiceWorker.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ServiceWorkerClient.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ServiceWorkerClients.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ServiceWorkerContainer.idl
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 9 (1 generated)
|