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

Unified Diff: third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js

Issue 2349343002: DevTools: introduce persistence/ module (Closed)
Patch Set: DevTools: add persistence/ module Created 4 years, 3 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/source_frame/SourceFrame.js
diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
index a90eb4f5f46dbc182b27565e8274c614f94fec1f..776e8305928c388d0ba9ef86d2eb1e921dc16f0f 100644
--- a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
+++ b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
@@ -49,8 +49,6 @@ WebInspector.SourceFrame = function(url, lazyContent)
this._currentSearchResultIndex = -1;
this._searchResults = [];
- this._textEditor.setReadOnly(!this.canEditSource());
dgozman 2016/09/22 19:55:53 Leave it.
lushnikov 2016/09/23 21:56:13 Done.
-
this._shortcuts = {};
this.element.addEventListener("keydown", this._handleKeyDown.bind(this), false);

Powered by Google App Engine
This is Rietveld 408576698