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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 5919 matching lines...) Expand 10 before | Expand all | Expand 10 after
5930 attribute event 5930 attribute event
5931 attribute eventSender 5931 attribute eventSender
5932 attribute frameElement 5932 attribute frameElement
5933 attribute frames 5933 attribute frames
5934 attribute gamepadController 5934 attribute gamepadController
5935 attribute history 5935 attribute history
5936 attribute indexedDB 5936 attribute indexedDB
5937 attribute innerHeight 5937 attribute innerHeight
5938 attribute innerWidth 5938 attribute innerWidth
5939 attribute internals 5939 attribute internals
5940 attribute isSecureContext
5940 attribute layoutTestController 5941 attribute layoutTestController
5941 attribute length 5942 attribute length
5942 attribute localStorage 5943 attribute localStorage
5943 attribute location 5944 attribute location
5944 attribute locationbar 5945 attribute locationbar
5945 attribute menubar 5946 attribute menubar
5946 attribute name 5947 attribute name
5947 attribute navigator 5948 attribute navigator
5948 attribute offscreenBuffering 5949 attribute offscreenBuffering
5949 attribute onabort 5950 attribute onabort
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
6099 method stop 6100 method stop
6100 method webkitCancelAnimationFrame 6101 method webkitCancelAnimationFrame
6101 method webkitCancelRequestAnimationFrame 6102 method webkitCancelRequestAnimationFrame
6102 method webkitRequestAnimationFrame 6103 method webkitRequestAnimationFrame
6103 method webkitRequestFileSystem 6104 method webkitRequestFileSystem
6104 method webkitResolveLocalFileSystemURL 6105 method webkitResolveLocalFileSystemURL
6105 PASS successfullyParsed is true 6106 PASS successfullyParsed is true
6106 6107
6107 TEST COMPLETE 6108 TEST COMPLETE
6108 6109
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698