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

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: Make sure cast button intercepts touches 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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 media-toggle-closed-captions-button 644 media-toggle-closed-captions-button
645 media-slider 645 media-slider
646 media-sliderthumb 646 media-sliderthumb
647 media-volume-slider-container 647 media-volume-slider-container
648 media-volume-slider 648 media-volume-slider
649 media-volume-sliderthumb 649 media-volume-sliderthumb
650 media-controls-background 650 media-controls-background
651 media-controls-fullscreen-background 651 media-controls-fullscreen-background
652 media-current-time-display 652 media-current-time-display
653 media-time-remaining-display 653 media-time-remaining-display
654 media-cast-off-button
655 media-cast-on-button
656 media-overlay-cast-off-button
657 media-overlay-cast-on-button
abarth-chromium 2014/08/23 05:53:15 Don't these need to be prefixed with -internal- to
aberent 2014/09/09 18:35:30 Done.
654 menulist 658 menulist
655 menulist-button 659 menulist-button
656 menulist-text 660 menulist-text
657 menulist-textfield 661 menulist-textfield
658 meter 662 meter
659 progress-bar 663 progress-bar
660 progress-bar-value 664 progress-bar-value
661 slider-horizontal 665 slider-horizontal
662 slider-vertical 666 slider-vertical
663 sliderthumb-horizontal 667 sliderthumb-horizontal
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 992
989 // will-change 993 // will-change
990 // auto 994 // auto
991 contents 995 contents
992 scroll-position 996 scroll-position
993 997
994 // all 998 // all
995 // initial 999 // initial
996 // inherit 1000 // inherit
997 unset 1001 unset
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698