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

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

Issue 1416273002: Remove SVGPathElement.pathSegList and related interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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 4602 matching lines...) Expand 10 before | Expand all | Expand 10 after
4613 getter numberOfItems 4613 getter numberOfItems
4614 method appendItem 4614 method appendItem
4615 method clear 4615 method clear
4616 method constructor 4616 method constructor
4617 method getItem 4617 method getItem
4618 method initialize 4618 method initialize
4619 method insertItemBefore 4619 method insertItemBefore
4620 method removeItem 4620 method removeItem
4621 method replaceItem 4621 method replaceItem
4622 interface SVGPathElement 4622 interface SVGPathElement
4623 getter animatedNormalizedPathSegList
4624 getter animatedPathSegList
4625 getter normalizedPathSegList
4626 getter pathLength 4623 getter pathLength
4627 getter pathSegList
4628 method constructor 4624 method constructor
4629 method createSVGPathSegArcAbs
4630 method createSVGPathSegArcRel
4631 method createSVGPathSegClosePath
4632 method createSVGPathSegCurvetoCubicAbs
4633 method createSVGPathSegCurvetoCubicRel
4634 method createSVGPathSegCurvetoCubicSmoothAbs
4635 method createSVGPathSegCurvetoCubicSmoothRel
4636 method createSVGPathSegCurvetoQuadraticAbs
4637 method createSVGPathSegCurvetoQuadraticRel
4638 method createSVGPathSegCurvetoQuadraticSmoothAbs
4639 method createSVGPathSegCurvetoQuadraticSmoothRel
4640 method createSVGPathSegLinetoAbs
4641 method createSVGPathSegLinetoHorizontalAbs
4642 method createSVGPathSegLinetoHorizontalRel
4643 method createSVGPathSegLinetoRel
4644 method createSVGPathSegLinetoVerticalAbs
4645 method createSVGPathSegLinetoVerticalRel
4646 method createSVGPathSegMovetoAbs
4647 method createSVGPathSegMovetoRel
4648 method getPathSegAtLength 4625 method getPathSegAtLength
4649 method getPointAtLength 4626 method getPointAtLength
4650 method getTotalLength 4627 method getTotalLength
4651 interface SVGPathSeg
4652 attribute PATHSEG_ARC_ABS
4653 attribute PATHSEG_ARC_REL
4654 attribute PATHSEG_CLOSEPATH
4655 attribute PATHSEG_CURVETO_CUBIC_ABS
4656 attribute PATHSEG_CURVETO_CUBIC_REL
4657 attribute PATHSEG_CURVETO_CUBIC_SMOOTH_ABS
4658 attribute PATHSEG_CURVETO_CUBIC_SMOOTH_REL
4659 attribute PATHSEG_CURVETO_QUADRATIC_ABS
4660 attribute PATHSEG_CURVETO_QUADRATIC_REL
4661 attribute PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS
4662 attribute PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL
4663 attribute PATHSEG_LINETO_ABS
4664 attribute PATHSEG_LINETO_HORIZONTAL_ABS
4665 attribute PATHSEG_LINETO_HORIZONTAL_REL
4666 attribute PATHSEG_LINETO_REL
4667 attribute PATHSEG_LINETO_VERTICAL_ABS
4668 attribute PATHSEG_LINETO_VERTICAL_REL
4669 attribute PATHSEG_MOVETO_ABS
4670 attribute PATHSEG_MOVETO_REL
4671 attribute PATHSEG_UNKNOWN
4672 getter pathSegType
4673 getter pathSegTypeAsLetter
4674 method constructor
4675 interface SVGPathSegArcAbs
4676 getter angle
4677 getter largeArcFlag
4678 getter r1
4679 getter r2
4680 getter sweepFlag
4681 getter x
4682 getter y
4683 method constructor
4684 setter angle
4685 setter largeArcFlag
4686 setter r1
4687 setter r2
4688 setter sweepFlag
4689 setter x
4690 setter y
4691 interface SVGPathSegArcRel
4692 getter angle
4693 getter largeArcFlag
4694 getter r1
4695 getter r2
4696 getter sweepFlag
4697 getter x
4698 getter y
4699 method constructor
4700 setter angle
4701 setter largeArcFlag
4702 setter r1
4703 setter r2
4704 setter sweepFlag
4705 setter x
4706 setter y
4707 interface SVGPathSegClosePath
4708 method constructor
4709 interface SVGPathSegCurvetoCubicAbs
4710 getter x
4711 getter x1
4712 getter x2
4713 getter y
4714 getter y1
4715 getter y2
4716 method constructor
4717 setter x
4718 setter x1
4719 setter x2
4720 setter y
4721 setter y1
4722 setter y2
4723 interface SVGPathSegCurvetoCubicRel
4724 getter x
4725 getter x1
4726 getter x2
4727 getter y
4728 getter y1
4729 getter y2
4730 method constructor
4731 setter x
4732 setter x1
4733 setter x2
4734 setter y
4735 setter y1
4736 setter y2
4737 interface SVGPathSegCurvetoCubicSmoothAbs
4738 getter x
4739 getter x2
4740 getter y
4741 getter y2
4742 method constructor
4743 setter x
4744 setter x2
4745 setter y
4746 setter y2
4747 interface SVGPathSegCurvetoCubicSmoothRel
4748 getter x
4749 getter x2
4750 getter y
4751 getter y2
4752 method constructor
4753 setter x
4754 setter x2
4755 setter y
4756 setter y2
4757 interface SVGPathSegCurvetoQuadraticAbs
4758 getter x
4759 getter x1
4760 getter y
4761 getter y1
4762 method constructor
4763 setter x
4764 setter x1
4765 setter y
4766 setter y1
4767 interface SVGPathSegCurvetoQuadraticRel
4768 getter x
4769 getter x1
4770 getter y
4771 getter y1
4772 method constructor
4773 setter x
4774 setter x1
4775 setter y
4776 setter y1
4777 interface SVGPathSegCurvetoQuadraticSmoothAbs
4778 getter x
4779 getter y
4780 method constructor
4781 setter x
4782 setter y
4783 interface SVGPathSegCurvetoQuadraticSmoothRel
4784 getter x
4785 getter y
4786 method constructor
4787 setter x
4788 setter y
4789 interface SVGPathSegLinetoAbs
4790 getter x
4791 getter y
4792 method constructor
4793 setter x
4794 setter y
4795 interface SVGPathSegLinetoHorizontalAbs
4796 getter x
4797 method constructor
4798 setter x
4799 interface SVGPathSegLinetoHorizontalRel
4800 getter x
4801 method constructor
4802 setter x
4803 interface SVGPathSegLinetoRel
4804 getter x
4805 getter y
4806 method constructor
4807 setter x
4808 setter y
4809 interface SVGPathSegLinetoVerticalAbs
4810 getter y
4811 method constructor
4812 setter y
4813 interface SVGPathSegLinetoVerticalRel
4814 getter y
4815 method constructor
4816 setter y
4817 interface SVGPathSegList
4818 getter length
4819 getter numberOfItems
4820 method appendItem
4821 method clear
4822 method constructor
4823 method getItem
4824 method initialize
4825 method insertItemBefore
4826 method removeItem
4827 method replaceItem
4828 interface SVGPathSegMovetoAbs
4829 getter x
4830 getter y
4831 method constructor
4832 setter x
4833 setter y
4834 interface SVGPathSegMovetoRel
4835 getter x
4836 getter y
4837 method constructor
4838 setter x
4839 setter y
4840 interface SVGPatternElement 4628 interface SVGPatternElement
4841 getter height 4629 getter height
4842 getter href 4630 getter href
4843 getter patternContentUnits 4631 getter patternContentUnits
4844 getter patternTransform 4632 getter patternTransform
4845 getter patternUnits 4633 getter patternUnits
4846 getter preserveAspectRatio 4634 getter preserveAspectRatio
4847 getter requiredExtensions 4635 getter requiredExtensions
4848 getter requiredFeatures 4636 getter requiredFeatures
4849 getter systemLanguage 4637 getter systemLanguage
(...skipping 2015 matching lines...) Expand 10 before | Expand all | Expand 10 after
6865 method stop 6653 method stop
6866 method webkitCancelAnimationFrame 6654 method webkitCancelAnimationFrame
6867 method webkitCancelRequestAnimationFrame 6655 method webkitCancelRequestAnimationFrame
6868 method webkitRequestAnimationFrame 6656 method webkitRequestAnimationFrame
6869 method webkitRequestFileSystem 6657 method webkitRequestFileSystem
6870 method webkitResolveLocalFileSystemURL 6658 method webkitResolveLocalFileSystemURL
6871 PASS successfullyParsed is true 6659 PASS successfullyParsed is true
6872 6660
6873 TEST COMPLETE 6661 TEST COMPLETE
6874 6662
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698