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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2628923006: Deprecate all -internal-media-controls-* currently expose to web contents. (Closed)
Patch Set: fix rebase Created 3 years, 11 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/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index f826cc0ba2464b7168c0d4c55a6e34987e60ea21..f0bbf76ba7c16a6b5b221d2332cd7c9f08b67d15 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -394,6 +394,24 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
"redirected response. This will result in an error in %s.",
milestoneString(M59));
+ case UseCounter::CSSSelectorInternalMediaControlsCastButton:
+ return willBeRemoved("-internal-media-controls-cast-button selector", M59,
+ "5734009183141888");
+
+ case UseCounter::CSSSelectorInternalMediaControlsOverlayCastButton:
+ return willBeRemoved(
+ "-internal-media-controls-overlay-cast-button selector", M59,
+ "5714245488476160");
+
+ case UseCounter::CSSSelectorInternalMediaControlsTextTrackList:
+ case UseCounter::CSSSelectorInternalMediaControlsTextTrackListItem:
+ case UseCounter::CSSSelectorInternalMediaControlsTextTrackListItemInput:
+ case UseCounter::CSSSelectorInternalMediaControlsTextTrackListKindCaptions:
+ case UseCounter::CSSSelectorInternalMediaControlsTextTrackListKindSubtitles:
+ return willBeRemoved(
+ "-internal-media-controls-text-track-list* selectors", M59,
+ "5661431349379072");
+
// Features that aren't deprecated don't have a deprecation message.
default:
return String();
« no previous file with comments | « third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp ('k') | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698