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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/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: More expectation updates. Created 5 years, 2 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 4574 matching lines...) Expand 10 before | Expand all | Expand 10 after
4585 getter numberOfItems 4585 getter numberOfItems
4586 method appendItem 4586 method appendItem
4587 method clear 4587 method clear
4588 method constructor 4588 method constructor
4589 method getItem 4589 method getItem
4590 method initialize 4590 method initialize
4591 method insertItemBefore 4591 method insertItemBefore
4592 method removeItem 4592 method removeItem
4593 method replaceItem 4593 method replaceItem
4594 interface SVGPathElement 4594 interface SVGPathElement
4595 getter animatedNormalizedPathSegList
4596 getter animatedPathSegList
4597 getter normalizedPathSegList
4598 getter pathLength 4595 getter pathLength
4599 getter pathSegList
4600 method constructor 4596 method constructor
4601 method createSVGPathSegArcAbs
4602 method createSVGPathSegArcRel
4603 method createSVGPathSegClosePath
4604 method createSVGPathSegCurvetoCubicAbs
4605 method createSVGPathSegCurvetoCubicRel
4606 method createSVGPathSegCurvetoCubicSmoothAbs
4607 method createSVGPathSegCurvetoCubicSmoothRel
4608 method createSVGPathSegCurvetoQuadraticAbs
4609 method createSVGPathSegCurvetoQuadraticRel
4610 method createSVGPathSegCurvetoQuadraticSmoothAbs
4611 method createSVGPathSegCurvetoQuadraticSmoothRel
4612 method createSVGPathSegLinetoAbs
4613 method createSVGPathSegLinetoHorizontalAbs
4614 method createSVGPathSegLinetoHorizontalRel
4615 method createSVGPathSegLinetoRel
4616 method createSVGPathSegLinetoVerticalAbs
4617 method createSVGPathSegLinetoVerticalRel
4618 method createSVGPathSegMovetoAbs
4619 method createSVGPathSegMovetoRel
4620 method getPathSegAtLength 4597 method getPathSegAtLength
4621 method getPointAtLength 4598 method getPointAtLength
4622 method getTotalLength 4599 method getTotalLength
4623 interface SVGPathSeg
4624 attribute PATHSEG_ARC_ABS
4625 attribute PATHSEG_ARC_REL
4626 attribute PATHSEG_CLOSEPATH
4627 attribute PATHSEG_CURVETO_CUBIC_ABS
4628 attribute PATHSEG_CURVETO_CUBIC_REL
4629 attribute PATHSEG_CURVETO_CUBIC_SMOOTH_ABS
4630 attribute PATHSEG_CURVETO_CUBIC_SMOOTH_REL
4631 attribute PATHSEG_CURVETO_QUADRATIC_ABS
4632 attribute PATHSEG_CURVETO_QUADRATIC_REL
4633 attribute PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS
4634 attribute PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL
4635 attribute PATHSEG_LINETO_ABS
4636 attribute PATHSEG_LINETO_HORIZONTAL_ABS
4637 attribute PATHSEG_LINETO_HORIZONTAL_REL
4638 attribute PATHSEG_LINETO_REL
4639 attribute PATHSEG_LINETO_VERTICAL_ABS
4640 attribute PATHSEG_LINETO_VERTICAL_REL
4641 attribute PATHSEG_MOVETO_ABS
4642 attribute PATHSEG_MOVETO_REL
4643 attribute PATHSEG_UNKNOWN
4644 getter pathSegType
4645 getter pathSegTypeAsLetter
4646 method constructor
4647 interface SVGPathSegArcAbs
4648 getter angle
4649 getter largeArcFlag
4650 getter r1
4651 getter r2
4652 getter sweepFlag
4653 getter x
4654 getter y
4655 method constructor
4656 setter angle
4657 setter largeArcFlag
4658 setter r1
4659 setter r2
4660 setter sweepFlag
4661 setter x
4662 setter y
4663 interface SVGPathSegArcRel
4664 getter angle
4665 getter largeArcFlag
4666 getter r1
4667 getter r2
4668 getter sweepFlag
4669 getter x
4670 getter y
4671 method constructor
4672 setter angle
4673 setter largeArcFlag
4674 setter r1
4675 setter r2
4676 setter sweepFlag
4677 setter x
4678 setter y
4679 interface SVGPathSegClosePath
4680 method constructor
4681 interface SVGPathSegCurvetoCubicAbs
4682 getter x
4683 getter x1
4684 getter x2
4685 getter y
4686 getter y1
4687 getter y2
4688 method constructor
4689 setter x
4690 setter x1
4691 setter x2
4692 setter y
4693 setter y1
4694 setter y2
4695 interface SVGPathSegCurvetoCubicRel
4696 getter x
4697 getter x1
4698 getter x2
4699 getter y
4700 getter y1
4701 getter y2
4702 method constructor
4703 setter x
4704 setter x1
4705 setter x2
4706 setter y
4707 setter y1
4708 setter y2
4709 interface SVGPathSegCurvetoCubicSmoothAbs
4710 getter x
4711 getter x2
4712 getter y
4713 getter y2
4714 method constructor
4715 setter x
4716 setter x2
4717 setter y
4718 setter y2
4719 interface SVGPathSegCurvetoCubicSmoothRel
4720 getter x
4721 getter x2
4722 getter y
4723 getter y2
4724 method constructor
4725 setter x
4726 setter x2
4727 setter y
4728 setter y2
4729 interface SVGPathSegCurvetoQuadraticAbs
4730 getter x
4731 getter x1
4732 getter y
4733 getter y1
4734 method constructor
4735 setter x
4736 setter x1
4737 setter y
4738 setter y1
4739 interface SVGPathSegCurvetoQuadraticRel
4740 getter x
4741 getter x1
4742 getter y
4743 getter y1
4744 method constructor
4745 setter x
4746 setter x1
4747 setter y
4748 setter y1
4749 interface SVGPathSegCurvetoQuadraticSmoothAbs
4750 getter x
4751 getter y
4752 method constructor
4753 setter x
4754 setter y
4755 interface SVGPathSegCurvetoQuadraticSmoothRel
4756 getter x
4757 getter y
4758 method constructor
4759 setter x
4760 setter y
4761 interface SVGPathSegLinetoAbs
4762 getter x
4763 getter y
4764 method constructor
4765 setter x
4766 setter y
4767 interface SVGPathSegLinetoHorizontalAbs
4768 getter x
4769 method constructor
4770 setter x
4771 interface SVGPathSegLinetoHorizontalRel
4772 getter x
4773 method constructor
4774 setter x
4775 interface SVGPathSegLinetoRel
4776 getter x
4777 getter y
4778 method constructor
4779 setter x
4780 setter y
4781 interface SVGPathSegLinetoVerticalAbs
4782 getter y
4783 method constructor
4784 setter y
4785 interface SVGPathSegLinetoVerticalRel
4786 getter y
4787 method constructor
4788 setter y
4789 interface SVGPathSegList
4790 getter length
4791 getter numberOfItems
4792 method appendItem
4793 method clear
4794 method constructor
4795 method getItem
4796 method initialize
4797 method insertItemBefore
4798 method removeItem
4799 method replaceItem
4800 interface SVGPathSegMovetoAbs
4801 getter x
4802 getter y
4803 method constructor
4804 setter x
4805 setter y
4806 interface SVGPathSegMovetoRel
4807 getter x
4808 getter y
4809 method constructor
4810 setter x
4811 setter y
4812 interface SVGPatternElement 4600 interface SVGPatternElement
4813 getter height 4601 getter height
4814 getter href 4602 getter href
4815 getter patternContentUnits 4603 getter patternContentUnits
4816 getter patternTransform 4604 getter patternTransform
4817 getter patternUnits 4605 getter patternUnits
4818 getter preserveAspectRatio 4606 getter preserveAspectRatio
4819 getter requiredExtensions 4607 getter requiredExtensions
4820 getter requiredFeatures 4608 getter requiredFeatures
4821 getter systemLanguage 4609 getter systemLanguage
(...skipping 1951 matching lines...) Expand 10 before | Expand all | Expand 10 after
6773 setter password 6561 setter password
6774 setter pathname 6562 setter pathname
6775 setter port 6563 setter port
6776 setter protocol 6564 setter protocol
6777 setter search 6565 setter search
6778 setter username 6566 setter username
6779 PASS successfullyParsed is true 6567 PASS successfullyParsed is true
6780 6568
6781 TEST COMPLETE 6569 TEST COMPLETE
6782 6570
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698