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

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

Issue 1079323002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Blink repo changes and addressed comments from philipj and UX Created 4 years, 10 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 // 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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 media-toggle-closed-captions-button 615 media-toggle-closed-captions-button
616 media-slider 616 media-slider
617 media-sliderthumb 617 media-sliderthumb
618 media-volume-slider-container 618 media-volume-slider-container
619 media-volume-slider 619 media-volume-slider
620 media-volume-sliderthumb 620 media-volume-sliderthumb
621 media-controls-background 621 media-controls-background
622 media-controls-fullscreen-background 622 media-controls-fullscreen-background
623 media-current-time-display 623 media-current-time-display
624 media-time-remaining-display 624 media-time-remaining-display
625 media-track-selection-checkmark
626 media-closed-captions-icon
627 media-subtitles-icon
625 -internal-media-cast-off-button 628 -internal-media-cast-off-button
626 -internal-media-overlay-cast-off-button 629 -internal-media-overlay-cast-off-button
627 menulist 630 menulist
628 menulist-button 631 menulist-button
629 menulist-text 632 menulist-text
630 menulist-textfield 633 menulist-textfield
631 meter 634 meter
632 progress-bar 635 progress-bar
633 progress-bar-value 636 progress-bar-value
634 slider-horizontal 637 slider-horizontal
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 paint 1065 paint
1063 style 1066 style
1064 layout 1067 layout
1065 1068
1066 // grid auto-repeat 1069 // grid auto-repeat
1067 auto-fill 1070 auto-fill
1068 auto-fit 1071 auto-fit
1069 1072
1070 var 1073 var
1071 -internal-variable-value 1074 -internal-variable-value
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698