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

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

Issue 2369693002: Shapedetection module: Blink side implementation (Closed)
Patch Set: tests outside the [0, 1] range Created 4 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: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 method setUint32 1172 method setUint32
1173 method setUint8 1173 method setUint8
1174 interface DelayNode : AudioNode 1174 interface DelayNode : AudioNode
1175 attribute @@toStringTag 1175 attribute @@toStringTag
1176 getter delayTime 1176 getter delayTime
1177 method constructor 1177 method constructor
1178 interface DetectedFace 1178 interface DetectedFace
1179 attribute @@toStringTag 1179 attribute @@toStringTag
1180 getter boundingBox 1180 getter boundingBox
1181 method constructor 1181 method constructor
1182 interface DetectedObject
1183 attribute @@toStringTag
1184 getter boundingBox
1185 method constructor
1186 interface Detector
1187 attribute @@toStringTag
1188 method constructor
1189 method detect
1190 interface DeviceLightEvent : Event 1182 interface DeviceLightEvent : Event
1191 attribute @@toStringTag 1183 attribute @@toStringTag
1192 getter value 1184 getter value
1193 method constructor 1185 method constructor
1194 interface DeviceMotionEvent : Event 1186 interface DeviceMotionEvent : Event
1195 attribute @@toStringTag 1187 attribute @@toStringTag
1196 getter acceleration 1188 getter acceleration
1197 getter accelerationIncludingGravity 1189 getter accelerationIncludingGravity
1198 getter interval 1190 getter interval
1199 getter rotationRate 1191 getter rotationRate
(...skipping 6732 matching lines...) Expand 10 before | Expand all | Expand 10 after
7932 method stop 7924 method stop
7933 method webkitCancelAnimationFrame 7925 method webkitCancelAnimationFrame
7934 method webkitCancelRequestAnimationFrame 7926 method webkitCancelRequestAnimationFrame
7935 method webkitRequestAnimationFrame 7927 method webkitRequestAnimationFrame
7936 method webkitRequestFileSystem 7928 method webkitRequestFileSystem
7937 method webkitResolveLocalFileSystemURL 7929 method webkitResolveLocalFileSystemURL
7938 PASS successfullyParsed is true 7930 PASS successfullyParsed is true
7939 7931
7940 TEST COMPLETE 7932 TEST COMPLETE
7941 7933
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698