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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js

Issue 1991043002: [DevTools] Set toString for native CommandLineAPI methods in native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/platform/v8_inspector/V8Console.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js
diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js
index e20c21d574958d1519ab7d2e255701e448bf1559..325dc90989b4754ca89b53fdfb5273e53ce16f2c 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js
+++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js
@@ -549,20 +549,6 @@ InjectedScript.prototype = {
["$", "function $(selector, [startNode]) { [Command Line API] }"],
["$$", "function $$(selector, [startNode]) { [Command Line API] }"],
["$x", "function $x(xpath, [startNode]) { [Command Line API] }"],
- ["dir", "function dir(value) { [Command Line API] }"],
- ["dirxml", "function dirxml(value) { [Command Line API] }"],
- ["keys", "function keys(object) { [Command Line API] }"],
- ["values", "function values(object) { [Command Line API] }"],
- ["inspect", "function inspect(object) { [Command Line API] }"],
- ["copy", "function copy(value) { [Command Line API] }"],
- ["clear", "function clear() { [Command Line API] }"],
- ["debug", "function debug(function) { [Command Line API] }"],
- ["undebug", "function undebug(function) { [Command Line API] }"],
- ["monitor", "function monitor(function) { [Command Line API] }"],
- ["unmonitor", "function unmonitor(function) { [Command Line API] }"],
- ["table", "function table(data, [columns]) { [Command Line API] }"],
- ["profile", "function profile(title) { [Command Line API] }"],
- ["profileEnd", "function profileEnd(title) { [Command Line API] }"],
["monitorEvents", "function monitorEvents(object, [types]) { [Command Line API] }"],
["unmonitorEvents", "function unmonitorEvents(object, [types]) { [Command Line API] }"],
["getEventListeners", "function getEventListeners(node) { [Command Line API] }"]
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698