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

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

Issue 102003004: [DevTools] Do not filter manually entered commands in console. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 657ef287610e2683735ef22d57ed828cfc38ce64..a310a1ca7cb72f64c5e539b141e7ab90a2882e36 100644
--- a/Source/devtools/front_end/ConsoleModel.js
+++ b/Source/devtools/front_end/ConsoleModel.js
@@ -255,7 +255,8 @@ WebInspector.ConsoleMessage.MessageType = {
Assert: "assert",
Result: "result",
Profile: "profile",
- ProfileEnd: "profileEnd"
+ ProfileEnd: "profileEnd",
+ Command: "command"
}
WebInspector.ConsoleMessage.MessageLevel = {

Powered by Google App Engine
This is Rietveld 408576698