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

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

Issue 291163004: Implement media cast buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tidy up button name Created 6 years, 4 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 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 media-toggle-closed-captions-button 650 media-toggle-closed-captions-button
651 media-slider 651 media-slider
652 media-sliderthumb 652 media-sliderthumb
653 media-volume-slider-container 653 media-volume-slider-container
654 media-volume-slider 654 media-volume-slider
655 media-volume-sliderthumb 655 media-volume-sliderthumb
656 media-controls-background 656 media-controls-background
657 media-controls-fullscreen-background 657 media-controls-fullscreen-background
658 media-current-time-display 658 media-current-time-display
659 media-time-remaining-display 659 media-time-remaining-display
660 media-cast-off-button
661 media-cast-on-button
662 media-overlay-cast-off-button
663 media-overlay-cast-on-button
660 menulist 664 menulist
661 menulist-button 665 menulist-button
662 menulist-text 666 menulist-text
663 menulist-textfield 667 menulist-textfield
664 meter 668 meter
665 progress-bar 669 progress-bar
666 progress-bar-value 670 progress-bar-value
667 slider-horizontal 671 slider-horizontal
668 slider-vertical 672 slider-vertical
669 sliderthumb-horizontal 673 sliderthumb-horizontal
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 993
990 // will-change 994 // will-change
991 // auto 995 // auto
992 contents 996 contents
993 scroll-position 997 scroll-position
994 998
995 // all 999 // all
996 // initial 1000 // initial
997 // inherit 1001 // inherit
998 unset 1002 unset
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698