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

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

Issue 2795223002: Remove WEBKIT_KEYFRAMES_RULE and WEBKIT_KEYFRAME_RULE (Closed)
Patch Set: changes in ui/filemanager/ Created 3 years, 8 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/animations/animation-css-rule-types-expected.txt » ('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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 attribute CHARSET_RULE 275 attribute CHARSET_RULE
276 attribute FONT_FACE_RULE 276 attribute FONT_FACE_RULE
277 attribute IMPORT_RULE 277 attribute IMPORT_RULE
278 attribute KEYFRAMES_RULE 278 attribute KEYFRAMES_RULE
279 attribute KEYFRAME_RULE 279 attribute KEYFRAME_RULE
280 attribute MEDIA_RULE 280 attribute MEDIA_RULE
281 attribute NAMESPACE_RULE 281 attribute NAMESPACE_RULE
282 attribute PAGE_RULE 282 attribute PAGE_RULE
283 attribute STYLE_RULE 283 attribute STYLE_RULE
284 attribute SUPPORTS_RULE 284 attribute SUPPORTS_RULE
285 attribute WEBKIT_KEYFRAMES_RULE
286 attribute WEBKIT_KEYFRAME_RULE
287 getter cssText 285 getter cssText
288 getter parentRule 286 getter parentRule
289 getter parentStyleSheet 287 getter parentStyleSheet
290 getter type 288 getter type
291 method constructor 289 method constructor
292 setter cssText 290 setter cssText
293 interface CSSRuleList 291 interface CSSRuleList
294 getter length 292 getter length
295 method constructor 293 method constructor
296 method item 294 method item
(...skipping 5487 matching lines...) Expand 10 before | Expand all | Expand 10 after
5784 method scrollBy 5782 method scrollBy
5785 method scrollTo 5783 method scrollTo
5786 method setInterval 5784 method setInterval
5787 method setTimeout 5785 method setTimeout
5788 method stop 5786 method stop
5789 method webkitCancelAnimationFrame 5787 method webkitCancelAnimationFrame
5790 method webkitCancelRequestAnimationFrame 5788 method webkitCancelRequestAnimationFrame
5791 method webkitRequestAnimationFrame 5789 method webkitRequestAnimationFrame
5792 This test documents all interface attributes and methods on the global window ob ject and element instances. 5790 This test documents all interface attributes and methods on the global window ob ject and element instances.
5793 TEST FINISHED 5791 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/animation-css-rule-types-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698