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

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 2845963002: [ServiceWorker] Add type attribute into Client object (Closed)
Patch Set: Address comments from foolip@ Created 3 years, 7 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 BackgroundFetchClickEvent : BackgroundFetchEvent 1 interface BackgroundFetchClickEvent : BackgroundFetchEvent
2 getter state 2 getter state
3 method constructor 3 method constructor
4 interface BackgroundFetchEvent : ExtendableEvent 4 interface BackgroundFetchEvent : ExtendableEvent
5 getter tag 5 getter tag
6 method constructor 6 method constructor
7 interface BackgroundFetchFailEvent : BackgroundFetchEvent 7 interface BackgroundFetchFailEvent : BackgroundFetchEvent
8 getter fetches 8 getter fetches
9 method constructor 9 method constructor
10 interface BackgroundFetchFetch 10 interface BackgroundFetchFetch
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 method match 75 method match
76 method open 76 method open
77 interface CanvasGradient 77 interface CanvasGradient
78 method addColorStop 78 method addColorStop
79 method constructor 79 method constructor
80 interface CanvasPattern 80 interface CanvasPattern
81 method constructor 81 method constructor
82 interface Client 82 interface Client
83 getter frameType 83 getter frameType
84 getter id 84 getter id
85 getter type
85 getter url 86 getter url
86 method constructor 87 method constructor
87 method postMessage 88 method postMessage
88 interface Clients 89 interface Clients
89 method claim 90 method claim
90 method constructor 91 method constructor
91 method get 92 method get
92 method matchAll 93 method matchAll
93 method openWindow 94 method openWindow
94 interface CloseEvent : Event 95 interface CloseEvent : Event
(...skipping 2213 matching lines...) Expand 10 before | Expand all | Expand 10 after
2308 setter onnotificationclick 2309 setter onnotificationclick
2309 setter onnotificationclose 2310 setter onnotificationclose
2310 setter onpaymentrequest 2311 setter onpaymentrequest
2311 setter onpush 2312 setter onpush
2312 setter onsync 2313 setter onsync
2313 PASS Verify the interface of ServiceWorkerGlobalScope 2314 PASS Verify the interface of ServiceWorkerGlobalScope
2314 PASS successfullyParsed is true 2315 PASS successfullyParsed is true
2315 2316
2316 TEST COMPLETE 2317 TEST COMPLETE
2317 2318
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698