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

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

Issue 1928043002: Add drawImage() originClean() getSecurityOrigin() to OffscreenCanvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drawImage API added to interface listing Created 4 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 Blob 1 interface Blob
2 getter isClosed 2 getter isClosed
3 getter size 3 getter size
4 getter type 4 getter type
5 method close 5 method close
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface ByteLengthQueuingStrategy 8 interface ByteLengthQueuingStrategy
9 method constructor 9 method constructor
10 method size 10 method size
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 method arc 503 method arc
504 method arcTo 504 method arcTo
505 method beginPath 505 method beginPath
506 method bezierCurveTo 506 method bezierCurveTo
507 method clearRect 507 method clearRect
508 method closePath 508 method closePath
509 method constructor 509 method constructor
510 method createLinearGradient 510 method createLinearGradient
511 method createPattern 511 method createPattern
512 method createRadialGradient 512 method createRadialGradient
513 method drawImage
513 method ellipse 514 method ellipse
514 method fill 515 method fill
515 method fillRect 516 method fillRect
516 method getLineDash 517 method getLineDash
517 method lineTo 518 method lineTo
518 method moveTo 519 method moveTo
519 method quadraticCurveTo 520 method quadraticCurveTo
520 method rect 521 method rect
521 method resetTransform 522 method resetTransform
522 method restore 523 method restore
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 setter oninstall 940 setter oninstall
940 setter onmessage 941 setter onmessage
941 setter onnotificationclick 942 setter onnotificationclick
942 setter onnotificationclose 943 setter onnotificationclose
943 setter onpush 944 setter onpush
944 setter onsync 945 setter onsync
945 This is a testharness.js-based test. 946 This is a testharness.js-based test.
946 PASS Verify the interface of ServiceWorkerGlobalScope 947 PASS Verify the interface of ServiceWorkerGlobalScope
947 Harness: the test ran to completion. 948 Harness: the test ran to completion.
948 949
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698