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

Side by Side Diff: LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 1016843002: Implement the ServiceWorkerRegistration.getNotifications() API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update the webexposed test Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 5033 matching lines...) Expand 10 before | Expand all | Expand 10 after
5044 method constructor 5044 method constructor
5045 method getRegistration 5045 method getRegistration
5046 method register 5046 method register
5047 setter oncontrollerchange 5047 setter oncontrollerchange
5048 interface ServiceWorkerRegistration 5048 interface ServiceWorkerRegistration
5049 getter geofencing 5049 getter geofencing
5050 getter onupdatefound 5050 getter onupdatefound
5051 getter pushManager 5051 getter pushManager
5052 getter scope 5052 getter scope
5053 method constructor 5053 method constructor
5054 method getNotifications
5054 method showNotification 5055 method showNotification
5055 method unregister 5056 method unregister
5056 setter onupdatefound 5057 setter onupdatefound
5057 interface Set 5058 interface Set
5058 getter size 5059 getter size
5059 method add 5060 method add
5060 method clear 5061 method clear
5061 method constructor 5062 method constructor
5062 method delete 5063 method delete
5063 method entries 5064 method entries
(...skipping 1573 matching lines...) Expand 10 before | Expand all | Expand 10 after
6637 setter password 6638 setter password
6638 setter pathname 6639 setter pathname
6639 setter port 6640 setter port
6640 setter protocol 6641 setter protocol
6641 setter search 6642 setter search
6642 setter username 6643 setter username
6643 PASS successfullyParsed is true 6644 PASS successfullyParsed is true
6644 6645
6645 TEST COMPLETE 6646 TEST COMPLETE
6646 6647
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/notifications/serviceworkerregistration-get-empty.html ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698