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

Side by Side Diff: android_webview/tools/WebViewShell/test/webexposed/global-interface-listing-expected.txt

Issue 1439973005: Remove navigator.getStorageUpdates() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert NavigatorCookies change Created 5 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [INTERFACES] 1 [INTERFACES]
2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst ead. 2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst ead.
3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead. 3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead.
4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS torage' or 'navigator.webkitPersistentStorage' instead. 4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS torage' or 'navigator.webkitPersistentStorage' instead.
5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead. 5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead.
6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. 6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead.
7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead. 7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead.
8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead. 8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead.
9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead. 10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead.
(...skipping 2983 matching lines...) Expand 10 before | Expand all | Expand 10 after
2994 getter productSub 2994 getter productSub
2995 getter serviceWorker 2995 getter serviceWorker
2996 getter userAgent 2996 getter userAgent
2997 getter vendor 2997 getter vendor
2998 getter vendorSub 2998 getter vendorSub
2999 getter webkitPersistentStorage 2999 getter webkitPersistentStorage
3000 getter webkitTemporaryStorage 3000 getter webkitTemporaryStorage
3001 method constructor 3001 method constructor
3002 method getBattery 3002 method getBattery
3003 method getGamepads 3003 method getGamepads
3004 method getStorageUpdates
3005 method javaEnabled 3004 method javaEnabled
3006 method requestMIDIAccess 3005 method requestMIDIAccess
3007 method requestMediaKeySystemAccess 3006 method requestMediaKeySystemAccess
3008 method sendBeacon 3007 method sendBeacon
3009 method vibrate 3008 method vibrate
3010 method webkitGetUserMedia 3009 method webkitGetUserMedia
3011 interface NetworkInformation : EventTarget 3010 interface NetworkInformation : EventTarget
3012 getter ontypechange 3011 getter ontypechange
3013 getter type 3012 getter type
3014 method constructor 3013 method constructor
(...skipping 2726 matching lines...) Expand 10 before | Expand all | Expand 10 after
5741 method scrollBy 5740 method scrollBy
5742 method scrollTo 5741 method scrollTo
5743 method setInterval 5742 method setInterval
5744 method setTimeout 5743 method setTimeout
5745 method stop 5744 method stop
5746 method webkitCancelAnimationFrame 5745 method webkitCancelAnimationFrame
5747 method webkitCancelRequestAnimationFrame 5746 method webkitCancelRequestAnimationFrame
5748 method webkitRequestAnimationFrame 5747 method webkitRequestAnimationFrame
5749 This test documents all interface attributes and methods on the global window ob ject and element instances. 5748 This test documents all interface attributes and methods on the global window ob ject and element instances.
5750 TEST FINISHED 5749 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698