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

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: Reenable previously crashing tests - now fixed Created 6 years, 3 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
« no previous file with comments | « Source/core/css/CSSSelector.cpp ('k') | Source/core/css/mediaControls.css » ('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 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 -internal-media-cast-off-button
655 -internal-media-overlay-cast-off-button
654 menulist 656 menulist
655 menulist-button 657 menulist-button
656 menulist-text 658 menulist-text
657 menulist-textfield 659 menulist-textfield
658 meter 660 meter
659 progress-bar 661 progress-bar
660 progress-bar-value 662 progress-bar-value
661 slider-horizontal 663 slider-horizontal
662 slider-vertical 664 slider-vertical
663 sliderthumb-horizontal 665 sliderthumb-horizontal
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 990
989 // will-change 991 // will-change
990 // auto 992 // auto
991 contents 993 contents
992 scroll-position 994 scroll-position
993 995
994 // all 996 // all
995 // initial 997 // initial
996 // inherit 998 // inherit
997 unset 999 unset
OLDNEW
« no previous file with comments | « Source/core/css/CSSSelector.cpp ('k') | Source/core/css/mediaControls.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698