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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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: Rebase; address comments 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 constructor 4 method constructor
5 method slice 5 method slice
6 interface Cache 6 interface Cache
7 method add 7 method add
8 method addAll 8 method addAll
9 method constructor 9 method constructor
10 method delete 10 method delete
(...skipping 10 matching lines...) Expand all
21 method open 21 method open
22 interface Client 22 interface Client
23 getter frameType 23 getter frameType
24 getter id 24 getter id
25 getter url 25 getter url
26 method constructor 26 method constructor
27 method postMessage 27 method postMessage
28 interface Clients 28 interface Clients
29 method claim 29 method claim
30 method constructor 30 method constructor
31 method get
nhiroki 2016/02/17 02:40:28 I guess you don't have to change this because the
jungkees 2016/02/17 14:01:13 I see. So I guess it can be added later in line wi
zino 2016/02/17 18:38:13 Yes, currently, the feature is behind a runtime fl
nhiroki 2016/02/18 01:40:27 That's right. Thank you for your follow-up.
jungkees 2016/02/18 15:02:20 Understood. Thanks.
31 method matchAll 32 method matchAll
32 method openWindow 33 method openWindow
33 interface CloseEvent : Event 34 interface CloseEvent : Event
34 getter code 35 getter code
35 getter reason 36 getter reason
36 getter wasClean 37 getter wasClean
37 method constructor 38 method constructor
38 interface Crypto 39 interface Crypto
39 getter subtle 40 getter subtle
40 method constructor 41 method constructor
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 setter oninstall 765 setter oninstall
765 setter onmessage 766 setter onmessage
766 setter onnotificationclick 767 setter onnotificationclick
767 setter onnotificationclose 768 setter onnotificationclose
768 setter onpush 769 setter onpush
769 setter onsync 770 setter onsync
770 This is a testharness.js-based test. 771 This is a testharness.js-based test.
771 PASS Verify the interface of ServiceWorkerGlobalScope 772 PASS Verify the interface of ServiceWorkerGlobalScope
772 Harness: the test ran to completion. 773 Harness: the test ran to completion.
773 774
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698