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

Side by Side Diff: Source/core/css/CSSValueKeywords.in

Issue 14413014: Remove -webkit-appearance:default-button. This was only used in Safari. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/platform/ThemeTypes.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // 1 //
2 // CSS value names 2 // CSS value names
3 // 3 //
4 inherit 4 inherit
5 initial 5 initial
6 // 6 //
7 // CSS_PROP_OUTLINE_STYLE 7 // CSS_PROP_OUTLINE_STYLE
8 // CSS_PROP_BORDER_TOP_STYLE 8 // CSS_PROP_BORDER_TOP_STYLE
9 // CSS_PROP_BORDER_BOTTOM_STYLE 9 // CSS_PROP_BORDER_BOTTOM_STYLE
10 // CSS_PROP_BORDER_LEFT_STYLE 10 // CSS_PROP_BORDER_LEFT_STYLE
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 631
632 // -webkit-appearance 632 // -webkit-appearance
633 // The order here must match the order in the ControlPart enum in ThemeTypes.h. 633 // The order here must match the order in the ControlPart enum in ThemeTypes.h.
634 // All appearance values that should be accepted by the parser should be listed between 'checkbox' and 'textarea': 634 // All appearance values that should be accepted by the parser should be listed between 'checkbox' and 'textarea':
635 checkbox 635 checkbox
636 radio 636 radio
637 push-button 637 push-button
638 square-button 638 square-button
639 button 639 button
640 button-bevel 640 button-bevel
641 default-button
642 inner-spin-button 641 inner-spin-button
643 -webkit-input-speech-button 642 -webkit-input-speech-button
644 listbox 643 listbox
645 listitem 644 listitem
646 media-enter-fullscreen-button 645 media-enter-fullscreen-button
647 media-exit-fullscreen-button 646 media-exit-fullscreen-button
648 media-fullscreen-volume-slider 647 media-fullscreen-volume-slider
649 media-fullscreen-volume-slider-thumb 648 media-fullscreen-volume-slider-thumb
650 media-mute-button 649 media-mute-button
651 media-play-button 650 media-play-button
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 no-drag 992 no-drag
994 993
995 // -webkit-grid-{start|end|before|after} 994 // -webkit-grid-{start|end|before|after}
996 span 995 span
997 996
998 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT 997 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT
999 // text-indent 998 // text-indent
1000 -webkit-each-line 999 -webkit-each-line
1001 #endif 1000 #endif
1002 1001
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/platform/ThemeTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698