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

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

Issue 1729483002: Adding Deprecation Message for <keygen> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLKeygenElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3d401623b158f9ce3fb0ccc6f73fbc3272f7f45c..8254910ac8270e33f619aa0d055cbf17a4642c78 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -342,6 +342,9 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
case UseCounter::SVGZoomEvent:
return willBeRemoved("'SVGZoomEvent'", 52, "5760883808534528");
+ case UseCounter::HTMLKeygenElement:
+ return "The <keygen> element is deprecated and will be removed.";
jochen (gone - plz use gerrit) 2016/02/23 15:23:30 please use the willBeRemoved() method to construct
svaldez 2016/02/23 15:35:47 The removal timeline is still slightly rough, thou
+
// Features that aren't deprecated don't have a deprecation message.
default:
return String();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLKeygenElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698