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

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: Simlify call flow and remove redundant params 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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 method skipWaiting 761 method skipWaiting
762 setter onactivate 762 setter onactivate
763 setter onfetch 763 setter onfetch
764 setter oninstall 764 setter oninstall
765 setter onmessage 765 setter onmessage
766 setter onnotificationclick 766 setter onnotificationclick
767 setter onnotificationclose 767 setter onnotificationclose
768 setter onpush 768 setter onpush
769 setter onsync 769 setter onsync
770 This is a testharness.js-based test. 770 This is a testharness.js-based test.
771 PASS Verify the interface of ServiceWorkerGlobalScope 771 PASS Verify the interface of ServiceWorkerGlobalScope
nhiroki 2016/02/19 05:18:32 This change fails global-interface-listing-service
jungkees 2016/02/22 14:05:09 Done.
772 Harness: the test ran to completion. 772 Harness: the test ran to completion.
773 773
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698