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

Side by Side Diff: third_party/WebKit/LayoutTests/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, 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 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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 getter pathname 687 getter pathname
685 getter port 688 getter port
686 getter protocol 689 getter protocol
687 getter search 690 getter search
688 method constructor 691 method constructor
689 method toString 692 method toString
690 interface WorkerNavigator 693 interface WorkerNavigator
691 getter appCodeName 694 getter appCodeName
692 getter appName 695 getter appName
693 getter appVersion 696 getter appVersion
697 getter budget
694 getter hardwareConcurrency 698 getter hardwareConcurrency
695 getter onLine 699 getter onLine
696 getter permissions 700 getter permissions
697 getter platform 701 getter platform
698 getter product 702 getter product
699 getter storage 703 getter storage
700 getter userAgent 704 getter userAgent
701 method constructor 705 method constructor
702 interface WritableStream 706 interface WritableStream
703 getter locked 707 getter locked
(...skipping 23 matching lines...) Expand all
727 setter onmessage 731 setter onmessage
728 setter onnotificationclick 732 setter onnotificationclick
729 setter onnotificationclose 733 setter onnotificationclose
730 setter onpush 734 setter onpush
731 setter onsync 735 setter onsync
732 PASS Verify the interface of ServiceWorkerGlobalScope 736 PASS Verify the interface of ServiceWorkerGlobalScope
733 PASS successfullyParsed is true 737 PASS successfullyParsed is true
734 738
735 TEST COMPLETE 739 TEST COMPLETE
736 740
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698