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

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

Issue 1806943005: Implemented/Tested line-drawing functions in OffscreenCanvas 2D Context (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits + rebase with master 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 interface OffscreenCanvas 477 interface OffscreenCanvas
478 getter height 478 getter height
479 getter width 479 getter width
480 method constructor 480 method constructor
481 method getContext 481 method getContext
482 method transferToImageBitmap 482 method transferToImageBitmap
483 setter height 483 setter height
484 setter width 484 setter width
485 interface OffscreenCanvasRenderingContext2D 485 interface OffscreenCanvasRenderingContext2D
486 getter fillStyle 486 getter fillStyle
487 getter lineCap
488 getter lineDashOffset
489 getter lineJoin
490 getter lineWidth
491 getter miterLimit
487 getter offscreenCanvas 492 getter offscreenCanvas
488 getter strokeStyle 493 getter strokeStyle
489 method arc 494 method arc
490 method arcTo 495 method arcTo
496 method beginPath
491 method bezierCurveTo 497 method bezierCurveTo
492 method clearRect 498 method clearRect
493 method closePath 499 method closePath
494 method constructor 500 method constructor
495 method ellipse 501 method ellipse
502 method fill
496 method fillRect 503 method fillRect
504 method getLineDash
497 method lineTo 505 method lineTo
498 method moveTo 506 method moveTo
499 method quadraticCurveTo 507 method quadraticCurveTo
500 method rect 508 method rect
509 method setLineDash
510 method stroke
501 method strokeRect 511 method strokeRect
502 setter fillStyle 512 setter fillStyle
513 setter lineCap
514 setter lineDashOffset
515 setter lineJoin
516 setter lineWidth
517 setter miterLimit
503 setter strokeStyle 518 setter strokeStyle
519 interface Path2D
520 method addPath
521 method arc
522 method arcTo
523 method bezierCurveTo
524 method closePath
525 method constructor
526 method ellipse
527 method lineTo
528 method moveTo
529 method quadraticCurveTo
530 method rect
504 interface PerformanceObserverEntryList 531 interface PerformanceObserverEntryList
505 method constructor 532 method constructor
506 method getEntries 533 method getEntries
507 method getEntriesByName 534 method getEntriesByName
508 method getEntriesByType 535 method getEntriesByType
509 interface PermissionStatus : EventTarget 536 interface PermissionStatus : EventTarget
510 getter onchange 537 getter onchange
511 getter state 538 getter state
512 method constructor 539 method constructor
513 setter onchange 540 setter onchange
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 setter oninstall 941 setter oninstall
915 setter onmessage 942 setter onmessage
916 setter onnotificationclick 943 setter onnotificationclick
917 setter onnotificationclose 944 setter onnotificationclose
918 setter onpush 945 setter onpush
919 setter onsync 946 setter onsync
920 This is a testharness.js-based test. 947 This is a testharness.js-based test.
921 PASS Verify the interface of ServiceWorkerGlobalScope 948 PASS Verify the interface of ServiceWorkerGlobalScope
922 Harness: the test ran to completion. 949 Harness: the test ran to completion.
923 950
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698