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

Side by Side Diff: sky/engine/core/css/CSSValueKeywords.in

Issue 714783003: Remove some straggling zoom-related code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 // 1 //
2 // CSS value names 2 // CSS value names
3 // 3 //
4 4
5 // The mode argument is used to limit the keyword to be used only for certain 5 // The mode argument is used to limit the keyword to be used only for certain
6 // CSSParserModes. Values that have the prefix -internal- are only allowed by 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by
7 // CSSParserModes listed in allowInternalPropertyAndValue() 7 // CSSParserModes listed in allowInternalPropertyAndValue()
8 8
9 inherit 9 inherit
10 initial 10 initial
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 ease 594 ease
595 linear 595 linear
596 ease-in 596 ease-in
597 ease-out 597 ease-out
598 ease-in-out 598 ease-in-out
599 step-start 599 step-start
600 step-middle 600 step-middle
601 step-end 601 step-end
602 602
603 // 603 //
604 // zoom
605 //
606 document
607 reset
608
609 //
610 // user-zoom
611 //
612 // fixed
613 zoom
614
615 //
616 // pointer-events 604 // pointer-events
617 // 605 //
618 visiblePainted 606 visiblePainted
619 visibleFill 607 visibleFill
620 visibleStroke 608 visibleStroke
621 //visible 609 //visible
622 painted 610 painted
623 fill 611 fill
624 stroke 612 stroke
625 bounding-box 613 bounding-box
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 interlace 746 interlace
759 747
760 // 748 //
761 // paint-order 749 // paint-order
762 // 750 //
763 // normal 751 // normal
764 // fill 752 // fill
765 // stroke 753 // stroke
766 markers 754 markers
767 755
768 //
769 // CSS3 viewport-length keywords
770 //
771 -internal-extend-to-zoom
772
773 // isolation 756 // isolation
774 // auto 757 // auto
775 isolate 758 isolate
776 759
777 // touch-action-delay 760 // touch-action-delay
778 // none 761 // none
779 script 762 script
780 763
781 // touch-action 764 // touch-action
782 pan-x 765 pan-x
(...skipping 24 matching lines...) Expand all
807 790
808 // will-change 791 // will-change
809 // auto 792 // auto
810 contents 793 contents
811 scroll-position 794 scroll-position
812 795
813 // all 796 // all
814 // initial 797 // initial
815 // inherit 798 // inherit
816 unset 799 unset
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSPrimitiveValue.cpp ('k') | sky/engine/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698