2011-03-14 Andrey Adaikin <aandrey@google.com>

        Reviewed by Pavel Feldman.

        Web Inspector: [Text editor] Disable live-edit in favor of the text editor
        https://bugs.webkit.org/show_bug.cgi?id=56176

        * inspector/front-end/Settings.js:

git-svn-id: svn://svn.chromium.org/blink/trunk@81022 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 0d583a3b
2011-03-14 Andrey Adaikin <aandrey@google.com>
Reviewed by Pavel Feldman.
Web Inspector: [Text editor] Disable live-edit in favor of the text editor
https://bugs.webkit.org/show_bug.cgi?id=56176
* inspector/front-end/Settings.js:
2011-03-14 Andrey Adaikin <aandrey@google.com> 2011-03-14 Andrey Adaikin <aandrey@google.com>
Reviewed by Pavel Feldman. Reviewed by Pavel Feldman.
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
var Preferences = { var Preferences = {
sourceEditorEnabled: true,
canEditScriptSource: false, canEditScriptSource: false,
maxInlineTextChildLength: 80, maxInlineTextChildLength: 80,
minConsoleHeight: 75, minConsoleHeight: 75,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment