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

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

Issue 1439333002: Service Worker: Add Clients.get(id) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary condition Created 4 years, 10 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 21 matching lines...) Expand all
32 method constructor 32 method constructor
33 interface Client 33 interface Client
34 getter frameType 34 getter frameType
35 getter id 35 getter id
36 getter url 36 getter url
37 method constructor 37 method constructor
38 method postMessage 38 method postMessage
39 interface Clients 39 interface Clients
40 method claim 40 method claim
41 method constructor 41 method constructor
42 method get
42 method matchAll 43 method matchAll
43 method openWindow 44 method openWindow
44 interface CloseEvent : Event 45 interface CloseEvent : Event
45 getter code 46 getter code
46 getter reason 47 getter reason
47 getter wasClean 48 getter wasClean
48 method constructor 49 method constructor
49 interface CountQueuingStrategy 50 interface CountQueuingStrategy
50 method constructor 51 method constructor
51 method size 52 method size
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 setter oninstall 888 setter oninstall
888 setter onmessage 889 setter onmessage
889 setter onnotificationclick 890 setter onnotificationclick
890 setter onnotificationclose 891 setter onnotificationclose
891 setter onpush 892 setter onpush
892 setter onsync 893 setter onsync
893 This is a testharness.js-based test. 894 This is a testharness.js-based test.
894 PASS Verify the interface of ServiceWorkerGlobalScope 895 PASS Verify the interface of ServiceWorkerGlobalScope
895 Harness: the test ran to completion. 896 Harness: the test ran to completion.
896 897
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698