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

Issue 2281703002: DevTools: Create TextEditor Interface around CodeMirrorTextEditor (Closed)

Created:
4 years, 3 months ago by einbinder
Modified:
4 years, 3 months ago
Reviewers:
dgozman, lushnikov
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Create TextEditor Interface around CodeMirrorTextEditor This is for lazy loading of the text_editor module in preperation of CodeMirror-based console. BUG=607690 Committed: https://crrev.com/b8552fb6d3ad03924ec0da93e647044e9158b226 Cr-Commit-Position: refs/heads/master@{#416774}

Patch Set 1 #

Patch Set 2 : fixes #

Patch Set 3 : Merge with text_editor module #

Patch Set 4 : Remove stray textEditorBracketMatching #

Total comments: 16

Patch Set 5 : Fix bad closure typedef #

Total comments: 8

Patch Set 6 : Style and gutters #

Patch Set 7 : Merge #

Patch Set 8 : Remove accidental devtools.gypi #

Messages

Total messages: 29 (14 generated)
einbinder
Ptal. Two to three patches left! This one has the interface around the CMTE so ...
4 years, 3 months ago (2016-08-26 17:46:21 UTC) #2
dgozman
Looks pretty good! https://codereview.chromium.org/2281703002/diff/60001/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js File third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js (right): https://codereview.chromium.org/2281703002/diff/60001/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js#newcode125 third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js:125: WebInspector.moduleSetting(options.bracketMatchingFlag).addChangeListener(this._enableBracketMatchingIfNeeded, this); Pass a WI.Setting instance ...
4 years, 3 months ago (2016-08-26 19:03:25 UTC) #3
einbinder
ptal https://codereview.chromium.org/2281703002/diff/60001/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js File third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js (right): https://codereview.chromium.org/2281703002/diff/60001/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js#newcode125 third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js:125: WebInspector.moduleSetting(options.bracketMatchingFlag).addChangeListener(this._enableBracketMatchingIfNeeded, this); On 2016/08/26 at 19:03:24, dgozman wrote: ...
4 years, 3 months ago (2016-08-26 23:05:33 UTC) #4
lushnikov
https://codereview.chromium.org/2281703002/diff/60001/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js File third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js (right): https://codereview.chromium.org/2281703002/diff/60001/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js#newcode51 third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js:51: setText: function(text) { }, nit: we can make this ...
4 years, 3 months ago (2016-08-26 23:11:52 UTC) #5
einbinder
https://codereview.chromium.org/2281703002/diff/60001/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js File third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js (right): https://codereview.chromium.org/2281703002/diff/60001/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js#newcode51 third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js:51: setText: function(text) { }, On 2016/08/26 at 23:11:52, lushnikov ...
4 years, 3 months ago (2016-08-27 02:20:04 UTC) #6
dgozman
lgtm https://codereview.chromium.org/2281703002/diff/80001/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js File third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js (left): https://codereview.chromium.org/2281703002/diff/80001/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js#oldcode48 third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js:48: gutters: ["CodeMirror-linenumbers"], Where did the gutters go? https://codereview.chromium.org/2281703002/diff/80001/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js ...
4 years, 3 months ago (2016-08-29 15:40:27 UTC) #7
einbinder
https://codereview.chromium.org/2281703002/diff/80001/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js File third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js (left): https://codereview.chromium.org/2281703002/diff/80001/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js#oldcode48 third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js:48: gutters: ["CodeMirror-linenumbers"], On 2016/08/29 at 15:40:26, dgozman wrote: > ...
4 years, 3 months ago (2016-08-29 18:06:18 UTC) #8
lushnikov
are we going to land this?
4 years, 3 months ago (2016-09-06 19:53:09 UTC) #13
einbinder
On 2016/09/06 at 19:53:09, lushnikov wrote: > are we going to land this? Oh I ...
4 years, 3 months ago (2016-09-06 20:58:14 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2281703002/100001
4 years, 3 months ago (2016-09-06 20:58:50 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/64413) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 3 months ago (2016-09-06 21:03:17 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2281703002/140001
4 years, 3 months ago (2016-09-06 22:02:48 UTC) #25
lushnikov
oh ok, lgtm
4 years, 3 months ago (2016-09-06 22:30:53 UTC) #26
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 3 months ago (2016-09-06 23:34:49 UTC) #27
commit-bot: I haz the power
4 years, 3 months ago (2016-09-06 23:37:09 UTC) #29
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/b8552fb6d3ad03924ec0da93e647044e9158b226
Cr-Commit-Position: refs/heads/master@{#416774}

Powered by Google App Engine
This is Rietveld 408576698