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

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

Issue 1908263002: Don't expose URL.createObjectURL and revokeObjectURL to Service Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test cleanup 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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 getter encoding 681 getter encoding
682 getter fatal 682 getter fatal
683 getter ignoreBOM 683 getter ignoreBOM
684 method constructor 684 method constructor
685 method decode 685 method decode
686 interface TextEncoder 686 interface TextEncoder
687 getter encoding 687 getter encoding
688 method constructor 688 method constructor
689 method encode 689 method encode
690 interface URL 690 interface URL
691 static method createObjectURL
692 static method revokeObjectURL
693 getter hash 691 getter hash
694 getter host 692 getter host
695 getter hostname 693 getter hostname
696 getter href 694 getter href
697 getter origin 695 getter origin
698 getter password 696 getter password
699 getter pathname 697 getter pathname
700 getter port 698 getter port
701 getter protocol 699 getter protocol
702 getter search 700 getter search
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 setter oninstall 1377 setter oninstall
1380 setter onmessage 1378 setter onmessage
1381 setter onnotificationclick 1379 setter onnotificationclick
1382 setter onnotificationclose 1380 setter onnotificationclose
1383 setter onpush 1381 setter onpush
1384 setter onsync 1382 setter onsync
1385 This is a testharness.js-based test. 1383 This is a testharness.js-based test.
1386 PASS Verify the interface of ServiceWorkerGlobalScope 1384 PASS Verify the interface of ServiceWorkerGlobalScope
1387 Harness: the test ran to completion. 1385 Harness: the test ran to completion.
1388 1386
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698