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

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 2546293002: ShapeDetection: adding Exposed=(Window,Worker) to idls (Closed)
Patch Set: Created 4 years 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 BarcodeDetector
2 method constructor
3 method detect
1 interface Blob 4 interface Blob
2 getter isClosed 5 getter isClosed
3 getter size 6 getter size
4 getter type 7 getter type
5 method close 8 method close
6 method constructor 9 method constructor
7 method slice 10 method slice
8 interface BroadcastChannel : EventTarget 11 interface BroadcastChannel : EventTarget
9 getter name 12 getter name
10 getter onmessage 13 getter onmessage
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 interface ExtendableEvent : Event 190 interface ExtendableEvent : Event
188 method constructor 191 method constructor
189 method waitUntil 192 method waitUntil
190 interface ExtendableMessageEvent : ExtendableEvent 193 interface ExtendableMessageEvent : ExtendableEvent
191 getter data 194 getter data
192 getter lastEventId 195 getter lastEventId
193 getter origin 196 getter origin
194 getter ports 197 getter ports
195 getter source 198 getter source
196 method constructor 199 method constructor
200 interface FaceDetector
201 method constructor
202 method detect
197 interface FetchEvent : ExtendableEvent 203 interface FetchEvent : ExtendableEvent
198 getter clientId 204 getter clientId
199 getter isReload 205 getter isReload
200 getter preloadResponse 206 getter preloadResponse
201 getter request 207 getter request
202 method constructor 208 method constructor
203 method respondWith 209 method respondWith
204 interface File : Blob 210 interface File : Blob
205 getter lastModified 211 getter lastModified
206 getter lastModifiedDate 212 getter lastModifiedDate
(...skipping 1884 matching lines...) Expand 10 before | Expand all | Expand 10 after
2091 setter onnotificationclick 2097 setter onnotificationclick
2092 setter onnotificationclose 2098 setter onnotificationclose
2093 setter onpaymentrequest 2099 setter onpaymentrequest
2094 setter onpush 2100 setter onpush
2095 setter onsync 2101 setter onsync
2096 PASS Verify the interface of ServiceWorkerGlobalScope 2102 PASS Verify the interface of ServiceWorkerGlobalScope
2097 PASS successfullyParsed is true 2103 PASS successfullyParsed is true
2098 2104
2099 TEST COMPLETE 2105 TEST COMPLETE
2100 2106
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698