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

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

Issue 1154753006: Remove CSSRule.UNKNOWN_RULE and CSSUnknownRule interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: addressed review comments Created 5 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
OLDNEW
1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 interface CSSRule 376 interface CSSRule
377 attribute CHARSET_RULE 377 attribute CHARSET_RULE
378 attribute FONT_FACE_RULE 378 attribute FONT_FACE_RULE
379 attribute IMPORT_RULE 379 attribute IMPORT_RULE
380 attribute KEYFRAMES_RULE 380 attribute KEYFRAMES_RULE
381 attribute KEYFRAME_RULE 381 attribute KEYFRAME_RULE
382 attribute MEDIA_RULE 382 attribute MEDIA_RULE
383 attribute PAGE_RULE 383 attribute PAGE_RULE
384 attribute STYLE_RULE 384 attribute STYLE_RULE
385 attribute SUPPORTS_RULE 385 attribute SUPPORTS_RULE
386 attribute UNKNOWN_RULE
387 attribute VIEWPORT_RULE 386 attribute VIEWPORT_RULE
388 attribute WEBKIT_KEYFRAMES_RULE 387 attribute WEBKIT_KEYFRAMES_RULE
389 attribute WEBKIT_KEYFRAME_RULE 388 attribute WEBKIT_KEYFRAME_RULE
390 getter cssText 389 getter cssText
391 getter parentRule 390 getter parentRule
392 getter parentStyleSheet 391 getter parentStyleSheet
393 getter type 392 getter type
394 method constructor 393 method constructor
395 setter cssText 394 setter cssText
396 interface CSSRuleList 395 interface CSSRuleList
(...skipping 24 matching lines...) Expand all
421 method constructor 420 method constructor
422 method deleteRule 421 method deleteRule
423 method insertRule 422 method insertRule
424 method removeRule 423 method removeRule
425 interface CSSSupportsRule 424 interface CSSSupportsRule
426 getter conditionText 425 getter conditionText
427 getter cssRules 426 getter cssRules
428 method constructor 427 method constructor
429 method deleteRule 428 method deleteRule
430 method insertRule 429 method insertRule
431 interface CSSUnknownRule
432 method constructor
433 interface CSSViewportRule 430 interface CSSViewportRule
434 getter style 431 getter style
435 method constructor 432 method constructor
436 interface Cache 433 interface Cache
437 method add 434 method add
438 method constructor 435 method constructor
439 method delete 436 method delete
440 method keys 437 method keys
441 method match 438 method match
442 method put 439 method put
(...skipping 6341 matching lines...) Expand 10 before | Expand all | Expand 10 after
6784 setter password 6781 setter password
6785 setter pathname 6782 setter pathname
6786 setter port 6783 setter port
6787 setter protocol 6784 setter protocol
6788 setter search 6785 setter search
6789 setter username 6786 setter username
6790 PASS successfullyParsed is true 6787 PASS successfullyParsed is true
6791 6788
6792 TEST COMPLETE 6789 TEST COMPLETE
6793 6790
OLDNEW
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698