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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1565673002: Expose Offscreencanvas to worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no separate js for worker 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 close 4 method close
5 method constructor 5 method constructor
6 method slice 6 method slice
7 interface ByteLengthQueuingStrategy 7 interface ByteLengthQueuingStrategy
8 method constructor 8 method constructor
9 method size 9 method size
10 interface Cache 10 interface Cache
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 method close 446 method close
447 method constructor 447 method constructor
448 setter onclick 448 setter onclick
449 setter onclose 449 setter onclose
450 setter onerror 450 setter onerror
451 setter onshow 451 setter onshow
452 interface NotificationEvent : ExtendableEvent 452 interface NotificationEvent : ExtendableEvent
453 getter action 453 getter action
454 getter notification 454 getter notification
455 method constructor 455 method constructor
456 interface OffScreenCanvas
457 getter height
458 getter width
459 method constructor
460 setter height
461 setter width
456 interface PerformanceObserverEntryList 462 interface PerformanceObserverEntryList
457 method constructor 463 method constructor
458 method getEntries 464 method getEntries
459 method getEntriesByName 465 method getEntriesByName
460 method getEntriesByType 466 method getEntriesByType
461 interface PermissionStatus : EventTarget 467 interface PermissionStatus : EventTarget
462 getter onchange 468 getter onchange
463 getter state 469 getter state
464 method constructor 470 method constructor
465 setter onchange 471 setter onchange
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 setter ongeofenceleave 872 setter ongeofenceleave
867 setter oninstall 873 setter oninstall
868 setter onmessage 874 setter onmessage
869 setter onnotificationclick 875 setter onnotificationclick
870 setter onpush 876 setter onpush
871 setter onsync 877 setter onsync
872 This is a testharness.js-based test. 878 This is a testharness.js-based test.
873 PASS Verify the interface of ServiceWorkerGlobalScope 879 PASS Verify the interface of ServiceWorkerGlobalScope
874 Harness: the test ran to completion. 880 Harness: the test ran to completion.
875 881
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698