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

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

Issue 1321943002: Support for CSSOM CSSNamespaceRule interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated as per review comments Created 5 years, 3 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 getter cssRules 340 getter cssRules
341 getter name 341 getter name
342 method appendRule 342 method appendRule
343 method constructor 343 method constructor
344 method deleteRule 344 method deleteRule
345 method findRule 345 method findRule
346 setter name 346 setter name
347 interface CSSMediaRule 347 interface CSSMediaRule
348 getter media 348 getter media
349 method constructor 349 method constructor
350 interface CSSNamespaceRule
351 getter namespaceURI
352 getter prefix
353 method constructor
350 interface CSSPageRule 354 interface CSSPageRule
351 getter selectorText 355 getter selectorText
352 getter style 356 getter style
353 method constructor 357 method constructor
354 setter selectorText 358 setter selectorText
355 interface CSSRule 359 interface CSSRule
356 attribute CHARSET_RULE 360 attribute CHARSET_RULE
357 attribute FONT_FACE_RULE 361 attribute FONT_FACE_RULE
358 attribute IMPORT_RULE 362 attribute IMPORT_RULE
359 attribute KEYFRAMES_RULE 363 attribute KEYFRAMES_RULE
360 attribute KEYFRAME_RULE 364 attribute KEYFRAME_RULE
361 attribute MEDIA_RULE 365 attribute MEDIA_RULE
366 attribute NAMESPACE_RULE
362 attribute PAGE_RULE 367 attribute PAGE_RULE
363 attribute STYLE_RULE 368 attribute STYLE_RULE
364 attribute SUPPORTS_RULE 369 attribute SUPPORTS_RULE
365 attribute VIEWPORT_RULE 370 attribute VIEWPORT_RULE
366 attribute WEBKIT_KEYFRAMES_RULE 371 attribute WEBKIT_KEYFRAMES_RULE
367 attribute WEBKIT_KEYFRAME_RULE 372 attribute WEBKIT_KEYFRAME_RULE
368 getter cssText 373 getter cssText
369 getter parentRule 374 getter parentRule
370 getter parentStyleSheet 375 getter parentStyleSheet
371 getter type 376 getter type
(...skipping 6374 matching lines...) Expand 10 before | Expand all | Expand 10 after
6746 setter password 6751 setter password
6747 setter pathname 6752 setter pathname
6748 setter port 6753 setter port
6749 setter protocol 6754 setter protocol
6750 setter search 6755 setter search
6751 setter username 6756 setter username
6752 PASS successfullyParsed is true 6757 PASS successfullyParsed is true
6753 6758
6754 TEST COMPLETE 6759 TEST COMPLETE
6755 6760
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