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

Unified Diff: Source/devtools/front_end/settings/EditFileSystemDialog.js

Issue 1097163004: DevTools: zoom frames upon double click, iterate over frames using arrows. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rolled back a tiny bit to make bots happy Created 5 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/settings/EditFileSystemDialog.js
diff --git a/Source/devtools/front_end/settings/EditFileSystemDialog.js b/Source/devtools/front_end/settings/EditFileSystemDialog.js
index 88f0377935140ccef284260a2e1cb780b818cbe0..6def2a469c2797afd3a73a937812710370147bc8 100644
--- a/Source/devtools/front_end/settings/EditFileSystemDialog.js
+++ b/Source/devtools/front_end/settings/EditFileSystemDialog.js
@@ -36,10 +36,9 @@
WebInspector.EditFileSystemDialog = function(fileSystemPath)
{
WebInspector.DialogDelegate.call(this);
+ this.element.classList.add("dialog-contents");
this._fileSystemPath = fileSystemPath;
- this.element = createElementWithClass("div", "dialog-contents");
-
var header = this.element.createChild("div", "header");
var headerText = header.createChild("span");
headerText.textContent = WebInspector.UIString("Edit file system");
« no previous file with comments | « Source/devtools/front_end/network/networkPanel.css ('k') | Source/devtools/front_end/settings/FrameworkBlackboxDialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698