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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js

Issue 1978323002: DevTools: reveal object path in console tooltip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed console logs 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
Index: third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
index 117d64c10e248490b71a1cfa9789c006bc7b04ed..468cbf31e0b5434edec5ebc2151ab355720a24e3 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
@@ -658,6 +658,14 @@ WebInspector.copyLinkAddressLabel = function()
/**
* @return {string}
*/
+WebInspector.copyPropertyPathLabel = function()
+{
+ return WebInspector.UIString.capitalize("Copy ^property ^path");
dgozman 2016/05/17 02:09:50 Just inline this at callsite.
+}
+
+/**
+ * @return {string}
+ */
WebInspector.anotherProfilerActiveLabel = function()
{
return WebInspector.UIString("Another profiler is already active");

Powered by Google App Engine
This is Rietveld 408576698