Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2416843002: Implement FetchEvent.navigationPreload (Closed)
Patch Set: stop using nullable promise Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 interface Blob 1 interface Blob
2 getter isClosed 2 getter isClosed
3 getter size 3 getter size
4 getter type 4 getter type
5 method close 5 method close
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface BroadcastChannel : EventTarget 8 interface BroadcastChannel : EventTarget
9 getter name 9 getter name
10 getter onmessage 10 getter onmessage
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 interface ExtendableMessageEvent : ExtendableEvent 190 interface ExtendableMessageEvent : ExtendableEvent
191 getter data 191 getter data
192 getter lastEventId 192 getter lastEventId
193 getter origin 193 getter origin
194 getter ports 194 getter ports
195 getter source 195 getter source
196 method constructor 196 method constructor
197 interface FetchEvent : ExtendableEvent 197 interface FetchEvent : ExtendableEvent
198 getter clientId 198 getter clientId
199 getter isReload 199 getter isReload
200 getter navigationPreload
200 getter request 201 getter request
201 method constructor 202 method constructor
202 method respondWith 203 method respondWith
203 interface File : Blob 204 interface File : Blob
204 getter lastModified 205 getter lastModified
205 getter lastModifiedDate 206 getter lastModifiedDate
206 getter name 207 getter name
207 getter webkitRelativePath 208 getter webkitRelativePath
208 method constructor 209 method constructor
209 interface FileList 210 interface FileList
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 setter onmessage 1393 setter onmessage
1393 setter onnotificationclick 1394 setter onnotificationclick
1394 setter onnotificationclose 1395 setter onnotificationclose
1395 setter onpush 1396 setter onpush
1396 setter onsync 1397 setter onsync
1397 PASS Verify the interface of ServiceWorkerGlobalScope 1398 PASS Verify the interface of ServiceWorkerGlobalScope
1398 PASS successfullyParsed is true 1399 PASS successfullyParsed is true
1399 1400
1400 TEST COMPLETE 1401 TEST COMPLETE
1401 1402
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698