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

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

Issue 2005433002: [Origin Trials] Install origin trial bindings on V8 context conditionally (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@track-ef-install
Patch Set: Fix comments, Re-apply v8 enumerable/configurable/rw attributes to descriptor Created 4 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 ByteLengthQueuingStrategy 6 interface ByteLengthQueuingStrategy
7 method constructor 7 method constructor
8 method size 8 method size
9 interface Cache 9 interface Cache
10 method add 10 method add
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 getter onabort 771 getter onabort
772 getter oncomplete 772 getter oncomplete
773 getter onerror 773 getter onerror
774 method abort 774 method abort
775 method constructor 775 method constructor
776 method objectStore 776 method objectStore
777 setter onabort 777 setter onabort
778 setter oncomplete 778 setter oncomplete
779 setter onerror 779 setter onerror
780 global object 780 global object
781 attribute StorageManager
782 attribute console 781 attribute console
783 attribute internals 782 attribute internals
784 getter caches 783 getter caches
785 getter clients 784 getter clients
786 getter onactivate 785 getter onactivate
787 getter onfetch 786 getter onfetch
788 getter oninstall 787 getter oninstall
789 getter onmessage 788 getter onmessage
790 getter onnotificationclick 789 getter onnotificationclick
791 getter onnotificationclose 790 getter onnotificationclose
792 getter onpush 791 getter onpush
793 getter onsync 792 getter onsync
794 getter registration 793 getter registration
795 method fetch 794 method fetch
796 method gc 795 method gc
797 method skipWaiting 796 method skipWaiting
798 setter onactivate 797 setter onactivate
799 setter onfetch 798 setter onfetch
800 setter oninstall 799 setter oninstall
801 setter onmessage 800 setter onmessage
802 setter onnotificationclick 801 setter onnotificationclick
803 setter onnotificationclose 802 setter onnotificationclose
804 setter onpush 803 setter onpush
805 setter onsync 804 setter onsync
806 PASS Verify the interface of ServiceWorkerGlobalScope 805 PASS Verify the interface of ServiceWorkerGlobalScope
807 PASS successfullyParsed is true 806 PASS successfullyParsed is true
808 807
809 TEST COMPLETE 808 TEST COMPLETE
810 809
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698