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

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

Issue 2767823002: Media Remoting: Add interstitial elements to media element shadow dom. (Closed)
Patch Set: Rebased. Created 3 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
OLDNEW
1 { 1 {
2 // The mode argument is used to limit the keyword to be used only for certain 2 // The mode argument is used to limit the keyword to be used only for certain
3 // CSSParserModes. Values that have the prefix -internal- are only allowed by 3 // CSSParserModes. Values that have the prefix -internal- are only allowed by
4 // CSSParserModes listed in allowInternalPropertyAndValue() 4 // CSSParserModes listed in allowInternalPropertyAndValue()
5 5
6 parameters: { 6 parameters: {
7 mode: {}, 7 mode: {},
8 }, 8 },
9 9
10 // 10 //
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 "media-controls-fullscreen-background", 661 "media-controls-fullscreen-background",
662 "media-current-time-display", 662 "media-current-time-display",
663 "media-time-remaining-display", 663 "media-time-remaining-display",
664 "-internal-media-cast-off-button", 664 "-internal-media-cast-off-button",
665 "-internal-media-overlay-cast-off-button", 665 "-internal-media-overlay-cast-off-button",
666 "-internal-media-track-selection-checkmark", 666 "-internal-media-track-selection-checkmark",
667 "-internal-media-closed-captions-icon", 667 "-internal-media-closed-captions-icon",
668 "-internal-media-subtitles-icon", 668 "-internal-media-subtitles-icon",
669 "-internal-media-overflow-button", 669 "-internal-media-overflow-button",
670 "-internal-media-download-button", 670 "-internal-media-download-button",
671 "-internal-media-remoting-cast-icon",
671 "menulist", 672 "menulist",
672 "menulist-button", 673 "menulist-button",
673 "menulist-text", 674 "menulist-text",
674 "menulist-textfield", 675 "menulist-textfield",
675 "meter", 676 "meter",
676 "progress-bar", 677 "progress-bar",
677 "progress-bar-value", 678 "progress-bar-value",
678 "slider-horizontal", 679 "slider-horizontal",
679 "slider-vertical", 680 "slider-vertical",
680 "sliderthumb-horizontal", 681 "sliderthumb-horizontal",
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 // shape 1134 // shape
1134 // rect 1135 // rect
1135 // round 1136 // round
1136 1137
1137 // color-gamut 1138 // color-gamut
1138 // srgb 1139 // srgb
1139 "p3", 1140 "p3",
1140 "rec2020", 1141 "rec2020",
1141 ], 1142 ],
1142 } 1143 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h ('k') | third_party/WebKit/Source/core/css/mediaControls.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698