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

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

Issue 1597383002: Service Worker: (Re-commit) Add FetchEvent.clientId (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 11 months 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 size 2 getter size
3 getter type 3 getter type
4 method close 4 method close
5 method constructor 5 method constructor
6 method slice 6 method slice
7 interface ByteLengthQueuingStrategy 7 interface ByteLengthQueuingStrategy
8 method constructor 8 method constructor
9 method size 9 method size
10 interface Cache 10 interface Cache
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 setter onopen 177 setter onopen
178 interface EventTarget 178 interface EventTarget
179 method addEventListener 179 method addEventListener
180 method constructor 180 method constructor
181 method dispatchEvent 181 method dispatchEvent
182 method removeEventListener 182 method removeEventListener
183 interface ExtendableEvent : Event 183 interface ExtendableEvent : Event
184 method constructor 184 method constructor
185 method waitUntil 185 method waitUntil
186 interface FetchEvent : ExtendableEvent 186 interface FetchEvent : ExtendableEvent
187 getter clientId
187 getter isReload 188 getter isReload
188 getter request 189 getter request
189 method constructor 190 method constructor
190 method respondWith 191 method respondWith
191 interface File : Blob 192 interface File : Blob
192 getter lastModified 193 getter lastModified
193 getter lastModifiedDate 194 getter lastModifiedDate
194 getter name 195 getter name
195 getter webkitRelativePath 196 getter webkitRelativePath
196 method constructor 197 method constructor
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 setter ongeofenceleave 873 setter ongeofenceleave
873 setter oninstall 874 setter oninstall
874 setter onmessage 875 setter onmessage
875 setter onnotificationclick 876 setter onnotificationclick
876 setter onpush 877 setter onpush
877 setter onsync 878 setter onsync
878 This is a testharness.js-based test. 879 This is a testharness.js-based test.
879 PASS Verify the interface of ServiceWorkerGlobalScope 880 PASS Verify the interface of ServiceWorkerGlobalScope
880 Harness: the test ran to completion. 881 Harness: the test ran to completion.
881 882
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698