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

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

Issue 1919363002: Add createGradient and createPattern to OffscreenCanvas2D in worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ScriptState 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
11 interface Cache 11 interface Cache
12 method add 12 method add
13 method addAll 13 method addAll
14 method constructor 14 method constructor
15 method delete 15 method delete
16 method keys 16 method keys
17 method match 17 method match
18 method matchAll 18 method matchAll
19 method put 19 method put
20 interface CacheStorage 20 interface CacheStorage
21 method constructor 21 method constructor
22 method delete 22 method delete
23 method has 23 method has
24 method keys 24 method keys
25 method match 25 method match
26 method open 26 method open
27 interface CanvasGradient
28 method addColorStop
29 method constructor
30 interface CanvasPattern
31 method constructor
27 interface CircularGeofencingRegion : GeofencingRegion 32 interface CircularGeofencingRegion : GeofencingRegion
28 attribute MAX_RADIUS 33 attribute MAX_RADIUS
29 attribute MIN_RADIUS 34 attribute MIN_RADIUS
30 getter latitude 35 getter latitude
31 getter longitude 36 getter longitude
32 getter radius 37 getter radius
33 method constructor 38 method constructor
34 interface Client 39 interface Client
35 getter frameType 40 getter frameType
36 getter id 41 getter id
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 getter shadowOffsetX 500 getter shadowOffsetX
496 getter shadowOffsetY 501 getter shadowOffsetY
497 getter strokeStyle 502 getter strokeStyle
498 method arc 503 method arc
499 method arcTo 504 method arcTo
500 method beginPath 505 method beginPath
501 method bezierCurveTo 506 method bezierCurveTo
502 method clearRect 507 method clearRect
503 method closePath 508 method closePath
504 method constructor 509 method constructor
510 method createLinearGradient
511 method createPattern
512 method createRadialGradient
505 method ellipse 513 method ellipse
506 method fill 514 method fill
507 method fillRect 515 method fillRect
508 method getLineDash 516 method getLineDash
509 method lineTo 517 method lineTo
510 method moveTo 518 method moveTo
511 method quadraticCurveTo 519 method quadraticCurveTo
512 method rect 520 method rect
513 method resetTransform 521 method resetTransform
514 method restore 522 method restore
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 setter oninstall 940 setter oninstall
933 setter onmessage 941 setter onmessage
934 setter onnotificationclick 942 setter onnotificationclick
935 setter onnotificationclose 943 setter onnotificationclose
936 setter onpush 944 setter onpush
937 setter onsync 945 setter onsync
938 This is a testharness.js-based test. 946 This is a testharness.js-based test.
939 PASS Verify the interface of ServiceWorkerGlobalScope 947 PASS Verify the interface of ServiceWorkerGlobalScope
940 Harness: the test ran to completion. 948 Harness: the test ran to completion.
941 949
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698