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

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

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