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

Issue 1768183003: DevTools: Support line markers in UISourceCode and Code Mirror (Closed)

Created:
4 years, 9 months ago by alph
Modified:
4 years, 9 months ago
Reviewers:
dgozman, pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, sergeyv+blink_chromium.org, pfeldman, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Support line markers in UISourceCode and Code Mirror BUG=590936 Committed: https://crrev.com/793006fe5a219a9ab67787235bb71c459e435163 Cr-Commit-Position: refs/heads/master@{#380296}

Patch Set 1 #

Patch Set 2 : add TextEditorUtils.js #

Patch Set 3 : wrap setGutterMarker's in an operation. #

Total comments: 10

Patch Set 4 : addressing comments. #

Patch Set 5 : minor tweaks #

Total comments: 4

Patch Set 6 : addressing comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -1 line) Patch
M third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js View 1 2 3 4 5 2 chunks +38 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js View 1 2 3 4 5 4 chunks +56 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js View 1 2 3 5 chunks +81 lines, -1 line 0 comments Download

Messages

Total messages: 16 (5 generated)
alph
4 years, 9 months ago (2016-03-08 00:53:31 UTC) #2
pfeldman
https://codereview.chromium.org/1768183003/diff/40001/third_party/WebKit/Source/devtools/front_end/components/EditorLineMarkerDecorator.js File third_party/WebKit/Source/devtools/front_end/components/EditorLineMarkerDecorator.js (right): https://codereview.chromium.org/1768183003/diff/40001/third_party/WebKit/Source/devtools/front_end/components/EditorLineMarkerDecorator.js#newcode15 third_party/WebKit/Source/devtools/front_end/components/EditorLineMarkerDecorator.js:15: decorate: function(data) { } decorate: function(UISourceCode, CodeMirrorTextEditor) https://codereview.chromium.org/1768183003/diff/40001/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js File ...
4 years, 9 months ago (2016-03-09 02:14:20 UTC) #3
dgozman
We can reuse the markers for color swatch in css sources!
4 years, 9 months ago (2016-03-09 05:25:38 UTC) #5
dgozman
On 2016/03/09 05:25:38, dgozman wrote: > We can reuse the markers for color swatch in ...
4 years, 9 months ago (2016-03-09 05:27:49 UTC) #6
alph
On 2016/03/09 05:25:38, dgozman wrote: > We can reuse the markers for color swatch in ...
4 years, 9 months ago (2016-03-09 22:42:10 UTC) #7
alph
ptal https://codereview.chromium.org/1768183003/diff/40001/third_party/WebKit/Source/devtools/front_end/components/EditorLineMarkerDecorator.js File third_party/WebKit/Source/devtools/front_end/components/EditorLineMarkerDecorator.js (right): https://codereview.chromium.org/1768183003/diff/40001/third_party/WebKit/Source/devtools/front_end/components/EditorLineMarkerDecorator.js#newcode15 third_party/WebKit/Source/devtools/front_end/components/EditorLineMarkerDecorator.js:15: decorate: function(data) { } On 2016/03/09 02:14:20, pfeldman ...
4 years, 9 months ago (2016-03-09 22:42:18 UTC) #8
pfeldman
lgtm https://codereview.chromium.org/1768183003/diff/80001/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js File third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js (right): https://codereview.chromium.org/1768183003/diff/80001/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js#newcode1160 third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js:1160: _batchOperation: function(action) This is not necessary. https://codereview.chromium.org/1768183003/diff/80001/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js File ...
4 years, 9 months ago (2016-03-09 23:52:57 UTC) #9
alph
https://codereview.chromium.org/1768183003/diff/80001/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js File third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js (right): https://codereview.chromium.org/1768183003/diff/80001/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js#newcode1160 third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js:1160: _batchOperation: function(action) On 2016/03/09 23:52:56, pfeldman wrote: > This ...
4 years, 9 months ago (2016-03-09 23:58:22 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1768183003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1768183003/100001
4 years, 9 months ago (2016-03-09 23:59:11 UTC) #13
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 9 months ago (2016-03-10 01:45:18 UTC) #14
commit-bot: I haz the power
4 years, 9 months ago (2016-03-10 01:47:47 UTC) #16
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/793006fe5a219a9ab67787235bb71c459e435163
Cr-Commit-Position: refs/heads/master@{#380296}

Powered by Google App Engine
This is Rietveld 408576698