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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp

Issue 2750583003: Remove -internals-media-controls-text-track-list* as web exposed CSS selector. (Closed)
Patch Set: remove unrelated tests Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
diff --git a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
index a676948be4eac567e1adb06d3f446e49fecc17c2..d88f00a66786eacb00eb5bd6dea8613a4a17e993 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
@@ -854,28 +854,6 @@ void CSSSelectorParser::recordUsageAndDeprecations(
"-internal-media-controls-overlay-cast-button") {
feature =
UseCounter::CSSSelectorInternalMediaControlsOverlayCastButton;
- } else if (current->value() ==
- "-internal-media-controls-text-track-list") {
- feature =
- UseCounter::CSSSelectorInternalMediaControlsTextTrackList;
- } else if (current->value() ==
- "-internal-media-controls-text-track-list-item") {
- feature =
- UseCounter::CSSSelectorInternalMediaControlsTextTrackListItem;
- } else if (current->value() ==
- "-internal-media-controls-text-track-list-item-input") {
- feature = UseCounter::
- CSSSelectorInternalMediaControlsTextTrackListItemInput;
- } else if (current->value() ==
- "-internal-media-controls-text-track-list-kind-"
- "captions") {
- feature = UseCounter::
- CSSSelectorInternalMediaControlsTextTrackListKindCaptions;
- } else if (current->value() ==
- "-internal-media-controls-text-track-list-kind-"
- "subtitles") {
- feature = UseCounter::
- CSSSelectorInternalMediaControlsTextTrackListKindSubtitles;
}
}
break;
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSSelector.cpp ('k') | third_party/WebKit/Source/core/frame/Deprecation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698