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

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

Issue 1748163003: Add rendering context and rendering 2D context to OffscreenCanvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make OffscreenCanvasRenderingContext Modules exportable" Created 4 years, 9 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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 setter onerror 469 setter onerror
470 setter onshow 470 setter onshow
471 interface NotificationEvent : ExtendableEvent 471 interface NotificationEvent : ExtendableEvent
472 getter action 472 getter action
473 getter notification 473 getter notification
474 method constructor 474 method constructor
475 interface OffscreenCanvas 475 interface OffscreenCanvas
476 getter height 476 getter height
477 getter width 477 getter width
478 method constructor 478 method constructor
479 method getContext
479 setter height 480 setter height
480 setter width 481 setter width
482 interface OffscreenCanvasRenderingContext2D
483 getter offscreenCanvas
484 method arc
485 method arcTo
486 method bezierCurveTo
487 method closePath
488 method constructor
489 method ellipse
490 method lineTo
491 method moveTo
492 method quadraticCurveTo
493 method rect
481 interface PerformanceObserverEntryList 494 interface PerformanceObserverEntryList
482 method constructor 495 method constructor
483 method getEntries 496 method getEntries
484 method getEntriesByName 497 method getEntriesByName
485 method getEntriesByType 498 method getEntriesByType
486 interface PermissionStatus : EventTarget 499 interface PermissionStatus : EventTarget
487 getter onchange 500 getter onchange
488 getter state 501 getter state
489 method constructor 502 method constructor
490 setter onchange 503 setter onchange
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 setter oninstall 904 setter oninstall
892 setter onmessage 905 setter onmessage
893 setter onnotificationclick 906 setter onnotificationclick
894 setter onnotificationclose 907 setter onnotificationclose
895 setter onpush 908 setter onpush
896 setter onsync 909 setter onsync
897 This is a testharness.js-based test. 910 This is a testharness.js-based test.
898 PASS Verify the interface of ServiceWorkerGlobalScope 911 PASS Verify the interface of ServiceWorkerGlobalScope
899 Harness: the test ran to completion. 912 Harness: the test ran to completion.
900 913
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698