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

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

Issue 1373773003: Implement 'window.isSecureContext'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: document. Created 5 years, 2 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 6626 matching lines...) Expand 10 before | Expand all | Expand 10 after
6637 attribute event 6637 attribute event
6638 attribute eventSender 6638 attribute eventSender
6639 attribute frameElement 6639 attribute frameElement
6640 attribute frames 6640 attribute frames
6641 attribute gamepadController 6641 attribute gamepadController
6642 attribute history 6642 attribute history
6643 attribute indexedDB 6643 attribute indexedDB
6644 attribute innerHeight 6644 attribute innerHeight
6645 attribute innerWidth 6645 attribute innerWidth
6646 attribute internals 6646 attribute internals
6647 attribute isSecureContext
6647 attribute layoutTestController 6648 attribute layoutTestController
6648 attribute length 6649 attribute length
6649 attribute localStorage 6650 attribute localStorage
6650 attribute location 6651 attribute location
6651 attribute locationbar 6652 attribute locationbar
6652 attribute menubar 6653 attribute menubar
6653 attribute name 6654 attribute name
6654 attribute navigator 6655 attribute navigator
6655 attribute offscreenBuffering 6656 attribute offscreenBuffering
6656 attribute onabort 6657 attribute onabort
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
6814 method stop 6815 method stop
6815 method webkitCancelAnimationFrame 6816 method webkitCancelAnimationFrame
6816 method webkitCancelRequestAnimationFrame 6817 method webkitCancelRequestAnimationFrame
6817 method webkitRequestAnimationFrame 6818 method webkitRequestAnimationFrame
6818 method webkitRequestFileSystem 6819 method webkitRequestFileSystem
6819 method webkitResolveLocalFileSystemURL 6820 method webkitResolveLocalFileSystemURL
6820 PASS successfullyParsed is true 6821 PASS successfullyParsed is true
6821 6822
6822 TEST COMPLETE 6823 TEST COMPLETE
6823 6824
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698