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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 constructor 4 method constructor
5 method slice 5 method slice
6 interface Cache 6 interface Cache
7 method add 7 method add
8 method addAll 8 method addAll
9 method constructor 9 method constructor
10 method delete 10 method delete
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 setter onopen 158 setter onopen
159 interface EventTarget 159 interface EventTarget
160 method addEventListener 160 method addEventListener
161 method constructor 161 method constructor
162 method dispatchEvent 162 method dispatchEvent
163 method removeEventListener 163 method removeEventListener
164 interface ExtendableEvent : Event 164 interface ExtendableEvent : Event
165 method constructor 165 method constructor
166 method waitUntil 166 method waitUntil
167 interface FetchEvent : ExtendableEvent 167 interface FetchEvent : ExtendableEvent
168 getter clientId
168 getter isReload 169 getter isReload
169 getter request 170 getter request
170 method constructor 171 method constructor
171 method respondWith 172 method respondWith
172 interface File : Blob 173 interface File : Blob
173 getter lastModified 174 getter lastModified
174 getter lastModifiedDate 175 getter lastModifiedDate
175 getter name 176 getter name
176 getter webkitRelativePath 177 getter webkitRelativePath
177 method constructor 178 method constructor
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 setter onfetch 761 setter onfetch
761 setter oninstall 762 setter oninstall
762 setter onmessage 763 setter onmessage
763 setter onnotificationclick 764 setter onnotificationclick
764 setter onpush 765 setter onpush
765 setter onsync 766 setter onsync
766 This is a testharness.js-based test. 767 This is a testharness.js-based test.
767 PASS Verify the interface of ServiceWorkerGlobalScope 768 PASS Verify the interface of ServiceWorkerGlobalScope
768 Harness: the test ran to completion. 769 Harness: the test ran to completion.
769 770
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698