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

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: Rebase 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 3433 matching lines...) Expand 10 before | Expand all | Expand 10 after
3444 method isProtocolHandlerRegistered 3444 method isProtocolHandlerRegistered
3445 method javaEnabled 3445 method javaEnabled
3446 method registerProtocolHandler 3446 method registerProtocolHandler
3447 method requestMIDIAccess 3447 method requestMIDIAccess
3448 method requestMediaKeySystemAccess 3448 method requestMediaKeySystemAccess
3449 method sendBeacon 3449 method sendBeacon
3450 method unregisterProtocolHandler 3450 method unregisterProtocolHandler
3451 method vibrate 3451 method vibrate
3452 method webkitGetUserMedia 3452 method webkitGetUserMedia
3453 interface NetworkInformation 3453 interface NetworkInformation
3454 getter downlinkMax
3455 getter onchange
3454 getter ontypechange 3456 getter ontypechange
3455 getter type 3457 getter type
3456 method constructor 3458 method constructor
3459 setter onchange
3457 setter ontypechange 3460 setter ontypechange
3458 interface Node 3461 interface Node
3459 attribute ATTRIBUTE_NODE 3462 attribute ATTRIBUTE_NODE
3460 attribute CDATA_SECTION_NODE 3463 attribute CDATA_SECTION_NODE
3461 attribute COMMENT_NODE 3464 attribute COMMENT_NODE
3462 attribute DOCUMENT_FRAGMENT_NODE 3465 attribute DOCUMENT_FRAGMENT_NODE
3463 attribute DOCUMENT_NODE 3466 attribute DOCUMENT_NODE
3464 attribute DOCUMENT_POSITION_CONTAINED_BY 3467 attribute DOCUMENT_POSITION_CONTAINED_BY
3465 attribute DOCUMENT_POSITION_CONTAINS 3468 attribute DOCUMENT_POSITION_CONTAINS
3466 attribute DOCUMENT_POSITION_DISCONNECTED 3469 attribute DOCUMENT_POSITION_DISCONNECTED
(...skipping 3286 matching lines...) Expand 10 before | Expand all | Expand 10 after
6753 setter password 6756 setter password
6754 setter pathname 6757 setter pathname
6755 setter port 6758 setter port
6756 setter protocol 6759 setter protocol
6757 setter search 6760 setter search
6758 setter username 6761 setter username
6759 PASS successfullyParsed is true 6762 PASS successfullyParsed is true
6760 6763
6761 TEST COMPLETE 6764 TEST COMPLETE
6762 6765
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698