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

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

Issue 1308943005: [NetInfo] Add Blink support for connection.change, connection.downlinkMax, and wimax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add units Created 5 years, 3 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 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 3426 matching lines...) Expand 10 before | Expand all | Expand 10 after
3437 method isProtocolHandlerRegistered 3437 method isProtocolHandlerRegistered
3438 method javaEnabled 3438 method javaEnabled
3439 method registerProtocolHandler 3439 method registerProtocolHandler
3440 method requestMIDIAccess 3440 method requestMIDIAccess
3441 method requestMediaKeySystemAccess 3441 method requestMediaKeySystemAccess
3442 method sendBeacon 3442 method sendBeacon
3443 method unregisterProtocolHandler 3443 method unregisterProtocolHandler
3444 method vibrate 3444 method vibrate
3445 method webkitGetUserMedia 3445 method webkitGetUserMedia
3446 interface NetworkInformation 3446 interface NetworkInformation
3447 getter downlinkMax
3448 getter onchange
3447 getter ontypechange 3449 getter ontypechange
3448 getter type 3450 getter type
3449 method constructor 3451 method constructor
3452 setter onchange
3450 setter ontypechange 3453 setter ontypechange
3451 interface Node 3454 interface Node
3452 attribute ATTRIBUTE_NODE 3455 attribute ATTRIBUTE_NODE
3453 attribute CDATA_SECTION_NODE 3456 attribute CDATA_SECTION_NODE
3454 attribute COMMENT_NODE 3457 attribute COMMENT_NODE
3455 attribute DOCUMENT_FRAGMENT_NODE 3458 attribute DOCUMENT_FRAGMENT_NODE
3456 attribute DOCUMENT_NODE 3459 attribute DOCUMENT_NODE
3457 attribute DOCUMENT_POSITION_CONTAINED_BY 3460 attribute DOCUMENT_POSITION_CONTAINED_BY
3458 attribute DOCUMENT_POSITION_CONTAINS 3461 attribute DOCUMENT_POSITION_CONTAINS
3459 attribute DOCUMENT_POSITION_DISCONNECTED 3462 attribute DOCUMENT_POSITION_DISCONNECTED
(...skipping 3286 matching lines...) Expand 10 before | Expand all | Expand 10 after
6746 setter password 6749 setter password
6747 setter pathname 6750 setter pathname
6748 setter port 6751 setter port
6749 setter protocol 6752 setter protocol
6750 setter search 6753 setter search
6751 setter username 6754 setter username
6752 PASS successfullyParsed is true 6755 PASS successfullyParsed is true
6753 6756
6754 TEST COMPLETE 6757 TEST COMPLETE
6755 6758
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698