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

Side by Side Diff: android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt

Issue 2938413005: GeometryInterface: Enable GeometryInterfaces by default. (Closed)
Patch Set: rebased Created 3 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/LayoutTests/SmokeTests » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [INTERFACES] 1 [INTERFACES]
2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst ead. 2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst ead.
3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead. 3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead.
4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS torage' or 'navigator.webkitPersistentStorage' instead. 4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS torage' or 'navigator.webkitPersistentStorage' instead.
5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead. 5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead.
6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. 6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead.
7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead. 7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead.
8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead. 8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead.
9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead. 10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead.
(...skipping 5148 matching lines...) Expand 10 before | Expand all | Expand 10 after
5159 getter rangeMin 5159 getter rangeMin
5160 method constructor 5160 method constructor
5161 interface WebGLTexture 5161 interface WebGLTexture
5162 method constructor 5162 method constructor
5163 interface WebGLUniformLocation 5163 interface WebGLUniformLocation
5164 method constructor 5164 method constructor
5165 interface WebKitAnimationEvent : Event 5165 interface WebKitAnimationEvent : Event
5166 getter animationName 5166 getter animationName
5167 getter elapsedTime 5167 getter elapsedTime
5168 method constructor 5168 method constructor
5169 interface WebKitCSSMatrix 5169 interface WebKitCSSMatrix : DOMMatrixReadOnly
5170 attribute @@toStringTag
5170 getter a 5171 getter a
5171 getter b 5172 getter b
5172 getter c 5173 getter c
5173 getter d 5174 getter d
5174 getter e 5175 getter e
5175 getter f 5176 getter f
5176 getter m11 5177 getter m11
5177 getter m12 5178 getter m12
5178 getter m13 5179 getter m13
5179 getter m14 5180 getter m14
5180 getter m21 5181 getter m21
5181 getter m22 5182 getter m22
5182 getter m23 5183 getter m23
5183 getter m24 5184 getter m24
5184 getter m31 5185 getter m31
5185 getter m32 5186 getter m32
5186 getter m33 5187 getter m33
5187 getter m34 5188 getter m34
5188 getter m41 5189 getter m41
5189 getter m42 5190 getter m42
5190 getter m43 5191 getter m43
5191 getter m44 5192 getter m44
5192 method constructor 5193 method constructor
5193 method inverse 5194 method invertSelf
5194 method multiply 5195 method multiplySelf
5195 method rotate 5196 method preMultiplySelf
5196 method rotateAxisAngle 5197 method rotateAxisAngleSelf
5197 method scale 5198 method rotateFromVectorSelf
5199 method rotateSelf
5200 method scale3dSelf
5201 method scaleSelf
5198 method setMatrixValue 5202 method setMatrixValue
5199 method skewX 5203 method skewXSelf
5200 method skewY 5204 method skewYSelf
5201 method toString 5205 method translateSelf
5202 method translate
5203 setter a 5206 setter a
5204 setter b 5207 setter b
5205 setter c 5208 setter c
5206 setter d 5209 setter d
5207 setter e 5210 setter e
5208 setter f 5211 setter f
5209 setter m11 5212 setter m11
5210 setter m12 5213 setter m12
5211 setter m13 5214 setter m13
5212 setter m14 5215 setter m14
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
5784 method scrollBy 5787 method scrollBy
5785 method scrollTo 5788 method scrollTo
5786 method setInterval 5789 method setInterval
5787 method setTimeout 5790 method setTimeout
5788 method stop 5791 method stop
5789 method webkitCancelAnimationFrame 5792 method webkitCancelAnimationFrame
5790 method webkitCancelRequestAnimationFrame 5793 method webkitCancelRequestAnimationFrame
5791 method webkitRequestAnimationFrame 5794 method webkitRequestAnimationFrame
5792 This test documents all interface attributes and methods on the global window ob ject and element instances. 5795 This test documents all interface attributes and methods on the global window ob ject and element instances.
5793 TEST FINISHED 5796 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/SmokeTests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698