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

Side by Side Diff: LayoutTests/virtual/stable/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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 interface CSSRule 301 interface CSSRule
302 attribute CHARSET_RULE 302 attribute CHARSET_RULE
303 attribute FONT_FACE_RULE 303 attribute FONT_FACE_RULE
304 attribute IMPORT_RULE 304 attribute IMPORT_RULE
305 attribute KEYFRAMES_RULE 305 attribute KEYFRAMES_RULE
306 attribute KEYFRAME_RULE 306 attribute KEYFRAME_RULE
307 attribute MEDIA_RULE 307 attribute MEDIA_RULE
308 attribute PAGE_RULE 308 attribute PAGE_RULE
309 attribute STYLE_RULE 309 attribute STYLE_RULE
310 attribute SUPPORTS_RULE 310 attribute SUPPORTS_RULE
311 attribute UNKNOWN_RULE
312 attribute WEBKIT_KEYFRAMES_RULE 311 attribute WEBKIT_KEYFRAMES_RULE
313 attribute WEBKIT_KEYFRAME_RULE 312 attribute WEBKIT_KEYFRAME_RULE
314 getter cssText 313 getter cssText
315 getter parentRule 314 getter parentRule
316 getter parentStyleSheet 315 getter parentStyleSheet
317 getter type 316 getter type
318 method constructor 317 method constructor
319 setter cssText 318 setter cssText
320 interface CSSRuleList 319 interface CSSRuleList
321 getter length 320 getter length
(...skipping 23 matching lines...) Expand all
345 method constructor 344 method constructor
346 method deleteRule 345 method deleteRule
347 method insertRule 346 method insertRule
348 method removeRule 347 method removeRule
349 interface CSSSupportsRule 348 interface CSSSupportsRule
350 getter conditionText 349 getter conditionText
351 getter cssRules 350 getter cssRules
352 method constructor 351 method constructor
353 method deleteRule 352 method deleteRule
354 method insertRule 353 method insertRule
355 interface CSSUnknownRule
356 method constructor
357 interface CSSViewportRule 354 interface CSSViewportRule
358 getter style 355 getter style
359 method constructor 356 method constructor
360 interface Cache 357 interface Cache
361 method add 358 method add
362 method constructor 359 method constructor
363 method delete 360 method delete
364 method keys 361 method keys
365 method match 362 method match
366 method put 363 method put
(...skipping 5880 matching lines...) Expand 10 before | Expand all | Expand 10 after
6247 setter password 6244 setter password
6248 setter pathname 6245 setter pathname
6249 setter port 6246 setter port
6250 setter protocol 6247 setter protocol
6251 setter search 6248 setter search
6252 setter username 6249 setter username
6253 PASS successfullyParsed is true 6250 PASS successfullyParsed is true
6254 6251
6255 TEST COMPLETE 6252 TEST COMPLETE
6256 6253
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698