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

Unified Diff: Source/devtools/front_end/ConsoleModel.js

Issue 14320022: Warn developers about deprecated features only once per page-load. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: PageConsole. Created 7 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 side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/ConsoleModel.js
diff --git a/Source/devtools/front_end/ConsoleModel.js b/Source/devtools/front_end/ConsoleModel.js
index e3a86baac620d3d514a130e2d14d3c5862dacce6..418b506ef2295e3931a2700c7d56d7194d13f5d6 100644
--- a/Source/devtools/front_end/ConsoleModel.js
+++ b/Source/devtools/front_end/ConsoleModel.js
@@ -231,7 +231,8 @@ WebInspector.ConsoleMessage.MessageSource = {
Rendering: "rendering",
CSS: "css",
Security: "security",
- Other: "other"
+ Other: "other",
+ Deprecation: "deprecation"
}
WebInspector.ConsoleMessage.MessageType = {

Powered by Google App Engine
This is Rietveld 408576698