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

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: Filter out off-origin match; fix layout test 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
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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 setter onfetch 767 setter onfetch
767 setter oninstall 768 setter oninstall
768 setter onmessage 769 setter onmessage
769 setter onnotificationclick 770 setter onnotificationclick
770 setter onpush 771 setter onpush
771 setter onsync 772 setter onsync
772 This is a testharness.js-based test. 773 This is a testharness.js-based test.
773 PASS Verify the interface of ServiceWorkerGlobalScope 774 PASS Verify the interface of ServiceWorkerGlobalScope
774 Harness: the test ran to completion. 775 Harness: the test ran to completion.
775 776
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698