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

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 2860483002: Add messageerror event handler (Closed)
Patch Set: fix test 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 24 matching lines...) Expand all
35 interface Blob 35 interface Blob
36 getter isClosed 36 getter isClosed
37 getter size 37 getter size
38 getter type 38 getter type
39 method close 39 method close
40 method constructor 40 method constructor
41 method slice 41 method slice
42 interface BroadcastChannel : EventTarget 42 interface BroadcastChannel : EventTarget
43 getter name 43 getter name
44 getter onmessage 44 getter onmessage
45 getter onmessageerror
45 method close 46 method close
46 method constructor 47 method constructor
47 method postMessage 48 method postMessage
48 setter onmessage 49 setter onmessage
50 setter onmessageerror
49 interface BudgetService 51 interface BudgetService
50 method constructor 52 method constructor
51 method getBudget 53 method getBudget
52 method getCost 54 method getCost
53 method reserve 55 method reserve
54 interface BudgetState 56 interface BudgetState
55 getter budgetAt 57 getter budgetAt
56 getter time 58 getter time
57 method constructor 59 method constructor
58 interface ByteLengthQueuingStrategy 60 interface ByteLengthQueuingStrategy
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 getter data 610 getter data
609 getter lastEventId 611 getter lastEventId
610 getter origin 612 getter origin
611 getter ports 613 getter ports
612 getter source 614 getter source
613 getter suborigin 615 getter suborigin
614 method constructor 616 method constructor
615 method initMessageEvent 617 method initMessageEvent
616 interface MessagePort : EventTarget 618 interface MessagePort : EventTarget
617 getter onmessage 619 getter onmessage
620 getter onmessageerror
618 method close 621 method close
619 method constructor 622 method constructor
620 method postMessage 623 method postMessage
621 method start 624 method start
622 setter onmessage 625 setter onmessage
626 setter onmessageerror
623 interface NetworkInformation : EventTarget 627 interface NetworkInformation : EventTarget
624 getter downlinkMax 628 getter downlinkMax
625 getter onchange 629 getter onchange
626 getter ontypechange 630 getter ontypechange
627 getter type 631 getter type
628 method constructor 632 method constructor
629 setter onchange 633 setter onchange
630 setter ontypechange 634 setter ontypechange
631 interface Notification : EventTarget 635 interface Notification : EventTarget
632 static getter maxActions 636 static getter maxActions
(...skipping 1665 matching lines...) Expand 10 before | Expand all | Expand 10 after
2298 setter onnotificationclick 2302 setter onnotificationclick
2299 setter onnotificationclose 2303 setter onnotificationclose
2300 setter onpaymentrequest 2304 setter onpaymentrequest
2301 setter onpush 2305 setter onpush
2302 setter onsync 2306 setter onsync
2303 PASS Verify the interface of ServiceWorkerGlobalScope 2307 PASS Verify the interface of ServiceWorkerGlobalScope
2304 PASS successfullyParsed is true 2308 PASS successfullyParsed is true
2305 2309
2306 TEST COMPLETE 2310 TEST COMPLETE
2307 2311
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698