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

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

Issue 2891953002: Ship and experiment with the Budget API (Closed)
Patch Set: one more result file Created 3 years, 6 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 constructor 4 method constructor
5 method slice 5 method slice
6 interface BroadcastChannel : EventTarget 6 interface BroadcastChannel : EventTarget
7 getter name 7 getter name
8 getter onmessage 8 getter onmessage
9 getter onmessageerror 9 getter onmessageerror
10 method close 10 method close
11 method constructor 11 method constructor
12 method postMessage 12 method postMessage
13 setter onmessage 13 setter onmessage
14 setter onmessageerror 14 setter onmessageerror
15 interface BudgetService
16 method constructor
17 method reserve
15 interface ByteLengthQueuingStrategy 18 interface ByteLengthQueuingStrategy
16 method constructor 19 method constructor
17 method size 20 method size
18 interface Cache 21 interface Cache
19 method add 22 method add
20 method addAll 23 method addAll
21 method constructor 24 method constructor
22 method delete 25 method delete
23 method keys 26 method keys
24 method match 27 method match
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 getter pathname 686 getter pathname
684 getter port 687 getter port
685 getter protocol 688 getter protocol
686 getter search 689 getter search
687 method constructor 690 method constructor
688 method toString 691 method toString
689 interface WorkerNavigator 692 interface WorkerNavigator
690 getter appCodeName 693 getter appCodeName
691 getter appName 694 getter appName
692 getter appVersion 695 getter appVersion
696 getter budget
693 getter hardwareConcurrency 697 getter hardwareConcurrency
694 getter onLine 698 getter onLine
695 getter permissions 699 getter permissions
696 getter platform 700 getter platform
697 getter product 701 getter product
698 getter storage 702 getter storage
699 getter userAgent 703 getter userAgent
700 method constructor 704 method constructor
701 interface WritableStream 705 interface WritableStream
702 getter locked 706 getter locked
(...skipping 23 matching lines...) Expand all
726 setter onmessage 730 setter onmessage
727 setter onnotificationclick 731 setter onnotificationclick
728 setter onnotificationclose 732 setter onnotificationclose
729 setter onpush 733 setter onpush
730 setter onsync 734 setter onsync
731 PASS Verify the interface of ServiceWorkerGlobalScope 735 PASS Verify the interface of ServiceWorkerGlobalScope
732 PASS successfullyParsed is true 736 PASS successfullyParsed is true
733 737
734 TEST COMPLETE 738 TEST COMPLETE
735 739
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698