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

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

Issue 2709763004: Make WebKitCSSMatrix an alias of DOMMatrix (Closed)
Patch Set: Make WebkitCSSMatrix an alias of DOMMatrix 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 5147 matching lines...) Expand 10 before | Expand all | Expand 10 after
5158 getter rangeMin 5158 getter rangeMin
5159 method constructor 5159 method constructor
5160 interface WebGLTexture 5160 interface WebGLTexture
5161 method constructor 5161 method constructor
5162 interface WebGLUniformLocation 5162 interface WebGLUniformLocation
5163 method constructor 5163 method constructor
5164 interface WebKitAnimationEvent : Event 5164 interface WebKitAnimationEvent : Event
5165 getter animationName 5165 getter animationName
5166 getter elapsedTime 5166 getter elapsedTime
5167 method constructor 5167 method constructor
5168 interface WebKitCSSMatrix 5168 interface WebKitCSSMatrix : DOMMatrixReadOnly
5169 attribute @@toStringTag
5169 getter a 5170 getter a
5170 getter b 5171 getter b
5171 getter c 5172 getter c
5172 getter d 5173 getter d
5173 getter e 5174 getter e
5174 getter f 5175 getter f
5175 getter m11 5176 getter m11
5176 getter m12 5177 getter m12
5177 getter m13 5178 getter m13
5178 getter m14 5179 getter m14
5179 getter m21 5180 getter m21
5180 getter m22 5181 getter m22
5181 getter m23 5182 getter m23
5182 getter m24 5183 getter m24
5183 getter m31 5184 getter m31
5184 getter m32 5185 getter m32
5185 getter m33 5186 getter m33
5186 getter m34 5187 getter m34
5187 getter m41 5188 getter m41
5188 getter m42 5189 getter m42
5189 getter m43 5190 getter m43
5190 getter m44 5191 getter m44
5191 method constructor 5192 method constructor
5192 method inverse 5193 method invertSelf
5193 method multiply 5194 method multiplySelf
5194 method rotate 5195 method preMultiplySelf
5195 method rotateAxisAngle 5196 method rotateAxisAngleSelf
5196 method scale 5197 method rotateFromVectorSelf
5198 method rotateSelf
5199 method scale3dSelf
5200 method scaleSelf
5197 method setMatrixValue 5201 method setMatrixValue
5198 method skewX 5202 method skewXSelf
5199 method skewY 5203 method skewYSelf
5200 method toString 5204 method translateSelf
5201 method translate
5202 setter a 5205 setter a
5203 setter b 5206 setter b
5204 setter c 5207 setter c
5205 setter d 5208 setter d
5206 setter e 5209 setter e
5207 setter f 5210 setter f
5208 setter m11 5211 setter m11
5209 setter m12 5212 setter m12
5210 setter m13 5213 setter m13
5211 setter m14 5214 setter m14
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
5783 method scrollBy 5786 method scrollBy
5784 method scrollTo 5787 method scrollTo
5785 method setInterval 5788 method setInterval
5786 method setTimeout 5789 method setTimeout
5787 method stop 5790 method stop
5788 method webkitCancelAnimationFrame 5791 method webkitCancelAnimationFrame
5789 method webkitCancelRequestAnimationFrame 5792 method webkitCancelRequestAnimationFrame
5790 method webkitRequestAnimationFrame 5793 method webkitRequestAnimationFrame
5791 This test documents all interface attributes and methods on the global window ob ject and element instances. 5794 This test documents all interface attributes and methods on the global window ob ject and element instances.
5792 TEST FINISHED 5795 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