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

Issue 2623053002: [Devtools] Fix left margin for selection element (Closed)

Created:
3 years, 11 months ago by aboxhall
Modified:
3 years, 11 months ago
Reviewers:
dgozman
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, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Devtools] Fix left margin for selection element BUG=679918 Review-Url: https://codereview.chromium.org/2623053002 Cr-Commit-Position: refs/heads/master@{#444990} Committed: https://chromium.googlesource.com/chromium/src/+/5104b622941be693bc4d9dadb12425d21bd5bc76

Patch Set 1 #

Patch Set 2 : Remove leading underscore #

Total comments: 4

Patch Set 3 : dgozman comments #

Total comments: 4

Patch Set 4 : more comments #

Total comments: 4

Patch Set 5 : dgozman comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -0 lines) Patch
M third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js View 1 2 3 4 3 chunks +27 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
aboxhall
3 years, 11 months ago (2017-01-11 00:20:57 UTC) #3
aboxhall
Bump?
3 years, 11 months ago (2017-01-11 22:55:31 UTC) #4
aboxhall
Any chance you could take a look at this?
3 years, 11 months ago (2017-01-12 22:11:13 UTC) #6
dgozman
Sorry for late review, was too busy. https://codereview.chromium.org/2623053002/diff/20001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js File third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js (right): https://codereview.chromium.org/2623053002/diff/20001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js#newcode1020 third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js:1020: computeLeftIndent() { ...
3 years, 11 months ago (2017-01-13 01:53:43 UTC) #7
aboxhall
https://codereview.chromium.org/2623053002/diff/20001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js File third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js (right): https://codereview.chromium.org/2623053002/diff/20001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js#newcode1020 third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js:1020: computeLeftIndent() { On 2017/01/13 01:53:42, dgozman wrote: > I'm ...
3 years, 11 months ago (2017-01-13 02:22:03 UTC) #8
dgozman
https://codereview.chromium.org/2623053002/diff/60001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js File third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js (right): https://codereview.chromium.org/2623053002/diff/60001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js#newcode767 third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js:767: treeElement = treeElement.parent; Shouldn't we sum up all paddingSize ...
3 years, 11 months ago (2017-01-18 16:06:08 UTC) #9
aboxhall
https://codereview.chromium.org/2623053002/diff/60001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js File third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js (right): https://codereview.chromium.org/2623053002/diff/60001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js#newcode767 third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js:767: treeElement = treeElement.parent; On 2017/01/18 16:06:08, dgozman wrote: > ...
3 years, 11 months ago (2017-01-19 00:23:05 UTC) #10
dgozman
lgtm https://codereview.chromium.org/2623053002/diff/80001/third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js File third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js (right): https://codereview.chromium.org/2623053002/diff/80001/third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js#newcode183 third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js:183: this.paddingSize = 12; Remove. https://codereview.chromium.org/2623053002/diff/80001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js File third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js (right): ...
3 years, 11 months ago (2017-01-19 23:12:45 UTC) #11
aboxhall
https://codereview.chromium.org/2623053002/diff/80001/third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js File third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js (right): https://codereview.chromium.org/2623053002/diff/80001/third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js#newcode183 third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js:183: this.paddingSize = 12; On 2017/01/19 23:12:45, dgozman wrote: > ...
3 years, 11 months ago (2017-01-20 04:25:00 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/2623053002/100001
3 years, 11 months ago (2017-01-20 04:25:07 UTC) #15
commit-bot: I haz the power
3 years, 11 months ago (2017-01-20 05:57:24 UTC) #18
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/5104b622941be693bc4d9dadb124...

Powered by Google App Engine
This is Rietveld 408576698