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

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

Issue 2055943002: Move WebVR feature out of experimental (to off-by-default). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update global-interface-listing-expected.txt Created 4 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3899 matching lines...) Expand 10 before | Expand all | Expand 10 after
3910 getter usb 3910 getter usb
3911 getter userAgent 3911 getter userAgent
3912 getter vendor 3912 getter vendor
3913 getter vendorSub 3913 getter vendorSub
3914 getter webkitPersistentStorage 3914 getter webkitPersistentStorage
3915 getter webkitTemporaryStorage 3915 getter webkitTemporaryStorage
3916 method constructor 3916 method constructor
3917 method getBattery 3917 method getBattery
3918 method getGamepads 3918 method getGamepads
3919 method getInstalledRelatedApps 3919 method getInstalledRelatedApps
3920 method getVRDisplays
3921 method isProtocolHandlerRegistered 3920 method isProtocolHandlerRegistered
3922 method javaEnabled 3921 method javaEnabled
3923 method registerProtocolHandler 3922 method registerProtocolHandler
3924 method requestMIDIAccess 3923 method requestMIDIAccess
3925 method requestMediaKeySystemAccess 3924 method requestMediaKeySystemAccess
3926 method sendBeacon 3925 method sendBeacon
3927 method unregisterProtocolHandler 3926 method unregisterProtocolHandler
3928 method vibrate 3927 method vibrate
3929 method webkitGetUserMedia 3928 method webkitGetUserMedia
3930 interface NetworkInformation : EventTarget 3929 interface NetworkInformation : EventTarget
(...skipping 2391 matching lines...) Expand 10 before | Expand all | Expand 10 after
6322 method constructor 6321 method constructor
6323 interface USBIsochronousOutTransferResult 6322 interface USBIsochronousOutTransferResult
6324 attribute @@toStringTag 6323 attribute @@toStringTag
6325 getter packets 6324 getter packets
6326 method constructor 6325 method constructor
6327 interface USBOutTransferResult 6326 interface USBOutTransferResult
6328 attribute @@toStringTag 6327 attribute @@toStringTag
6329 getter bytesWritten 6328 getter bytesWritten
6330 getter status 6329 getter status
6331 method constructor 6330 method constructor
6332 interface VRDisplay
6333 attribute @@toStringTag
6334 getter capabilities
6335 getter displayId
6336 getter displayName
6337 getter isConnected
6338 getter isPresenting
6339 getter stageParameters
6340 method cancelAnimationFrame
6341 method constructor
6342 method exitPresent
6343 method getEyeParameters
6344 method getImmediatePose
6345 method getLayers
6346 method getPose
6347 method requestAnimationFrame
6348 method requestPresent
6349 method resetPose
6350 method submitFrame
6351 interface VRDisplayCapabilities
6352 attribute @@toStringTag
6353 getter canPresent
6354 getter hasExternalDisplay
6355 getter hasOrientation
6356 getter hasPosition
6357 getter maxLayers
6358 method constructor
6359 interface VREyeParameters
6360 attribute @@toStringTag
6361 getter fieldOfView
6362 getter offset
6363 getter renderHeight
6364 getter renderWidth
6365 method constructor
6366 interface VRFieldOfView
6367 attribute @@toStringTag
6368 getter downDegrees
6369 getter leftDegrees
6370 getter rightDegrees
6371 getter upDegrees
6372 method constructor
6373 setter downDegrees
6374 setter leftDegrees
6375 setter rightDegrees
6376 setter upDegrees
6377 interface VRPose
6378 attribute @@toStringTag
6379 getter angularAcceleration
6380 getter angularVelocity
6381 getter linearAcceleration
6382 getter linearVelocity
6383 getter orientation
6384 getter position
6385 getter timeStamp
6386 method constructor
6387 interface VRStageParameters
6388 attribute @@toStringTag
6389 getter sittingToStandingTransform
6390 getter sizeX
6391 getter sizeZ
6392 method constructor
6393 interface VTTCue : TextTrackCue 6331 interface VTTCue : TextTrackCue
6394 attribute @@toStringTag 6332 attribute @@toStringTag
6395 getter align 6333 getter align
6396 getter line 6334 getter line
6397 getter position 6335 getter position
6398 getter regionId 6336 getter regionId
6399 getter size 6337 getter size
6400 getter snapToLines 6338 getter snapToLines
6401 getter text 6339 getter text
6402 getter vertical 6340 getter vertical
(...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after
7713 method stop 7651 method stop
7714 method webkitCancelAnimationFrame 7652 method webkitCancelAnimationFrame
7715 method webkitCancelRequestAnimationFrame 7653 method webkitCancelRequestAnimationFrame
7716 method webkitRequestAnimationFrame 7654 method webkitRequestAnimationFrame
7717 method webkitRequestFileSystem 7655 method webkitRequestFileSystem
7718 method webkitResolveLocalFileSystemURL 7656 method webkitResolveLocalFileSystemURL
7719 PASS successfullyParsed is true 7657 PASS successfullyParsed is true
7720 7658
7721 TEST COMPLETE 7659 TEST COMPLETE
7722 7660
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698