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

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

Issue 2011833002: Typed CSSOM: Rename CalcLength and StyleCalcLength to CSSCalcLength (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 static method supports 396 static method supports
397 attribute @@toStringTag 397 attribute @@toStringTag
398 method constructor 398 method constructor
399 interface CSSAngleValue : StyleValue 399 interface CSSAngleValue : StyleValue
400 attribute @@toStringTag 400 attribute @@toStringTag
401 getter degrees 401 getter degrees
402 getter gradians 402 getter gradians
403 getter radians 403 getter radians
404 getter turns 404 getter turns
405 method constructor 405 method constructor
406 interface CSSCalcLength : CSSLengthValue
407 attribute @@toStringTag
408 getter ch
409 getter cm
410 getter em
411 getter ex
412 getter in
413 getter mm
414 getter pc
415 getter percent
416 getter pt
417 getter px
418 getter rem
419 getter vh
420 getter vmax
421 getter vmin
422 getter vw
423 method constructor
406 interface CSSFontFaceRule : CSSRule 424 interface CSSFontFaceRule : CSSRule
407 attribute @@toStringTag 425 attribute @@toStringTag
408 getter style 426 getter style
409 method constructor 427 method constructor
410 interface CSSGroupingRule : CSSRule 428 interface CSSGroupingRule : CSSRule
411 attribute @@toStringTag 429 attribute @@toStringTag
412 getter cssRules 430 getter cssRules
413 method constructor 431 method constructor
414 method deleteRule 432 method deleteRule
415 method insertRule 433 method insertRule
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 method matchAll 588 method matchAll
571 method put 589 method put
572 interface CacheStorage 590 interface CacheStorage
573 attribute @@toStringTag 591 attribute @@toStringTag
574 method constructor 592 method constructor
575 method delete 593 method delete
576 method has 594 method has
577 method keys 595 method keys
578 method match 596 method match
579 method open 597 method open
580 interface CalcLength : CSSLengthValue
581 attribute @@toStringTag
582 getter ch
583 getter cm
584 getter em
585 getter ex
586 getter in
587 getter mm
588 getter pc
589 getter percent
590 getter pt
591 getter px
592 getter rem
593 getter vh
594 getter vmax
595 getter vmin
596 getter vw
597 method constructor
598 interface CanvasCaptureMediaStreamTrack : MediaStreamTrack 598 interface CanvasCaptureMediaStreamTrack : MediaStreamTrack
599 attribute @@toStringTag 599 attribute @@toStringTag
600 getter canvas 600 getter canvas
601 method constructor 601 method constructor
602 method requestFrame 602 method requestFrame
603 interface CanvasGradient 603 interface CanvasGradient
604 attribute @@toStringTag 604 attribute @@toStringTag
605 method addColorStop 605 method addColorStop
606 method constructor 606 method constructor
607 interface CanvasPattern 607 interface CanvasPattern
(...skipping 7061 matching lines...) Expand 10 before | Expand all | Expand 10 after
7669 method stop 7669 method stop
7670 method webkitCancelAnimationFrame 7670 method webkitCancelAnimationFrame
7671 method webkitCancelRequestAnimationFrame 7671 method webkitCancelRequestAnimationFrame
7672 method webkitRequestAnimationFrame 7672 method webkitRequestAnimationFrame
7673 method webkitRequestFileSystem 7673 method webkitRequestFileSystem
7674 method webkitResolveLocalFileSystemURL 7674 method webkitResolveLocalFileSystemURL
7675 PASS successfullyParsed is true 7675 PASS successfullyParsed is true
7676 7676
7677 TEST COMPLETE 7677 TEST COMPLETE
7678 7678
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/perspectiveTransformComponent.html ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698