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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/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 2205 matching lines...) Expand 10 before | Expand all | Expand 10 after
2300 setter onnotificationclick 2301 setter onnotificationclick
2301 setter onnotificationclose 2302 setter onnotificationclose
2302 setter onpaymentrequest 2303 setter onpaymentrequest
2303 setter onpush 2304 setter onpush
2304 setter onsync 2305 setter onsync
2305 PASS Verify the interface of ServiceWorkerGlobalScope 2306 PASS Verify the interface of ServiceWorkerGlobalScope
2306 PASS successfullyParsed is true 2307 PASS successfullyParsed is true
2307 2308
2308 TEST COMPLETE 2309 TEST COMPLETE
2309 2310
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698