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

Issue 2716993002: [Devtools] Change logic of DataGrid's padding-left for grouping (Closed)

Created:
3 years, 10 months ago by allada
Modified:
3 years, 8 months ago
Reviewers:
caseq, alph, luoe
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] Change logic of DataGrid's padding-left for grouping If ViewportDataGrid had its nodes parent changed it was not updating the leftpadding properties to have proper indenting, this patch should fix this issue. R=alph,caseq,luoe BUG=696109

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -6 lines) Patch
M third_party/WebKit/Source/devtools/front_end/data_grid/DataGrid.js View 4 chunks +14 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js View 3 chunks +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js View 4 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/networkLogView.css View 1 chunk +4 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 4 (1 generated)
allada
PTL
3 years, 10 months ago (2017-02-25 01:56:19 UTC) #1
allada
ping @caseq
3 years, 9 months ago (2017-03-01 01:02:02 UTC) #2
caseq
3 years, 9 months ago (2017-03-09 01:21:07 UTC) #3
We're not supposed to change the tree structure often, so perhaps we can afford
this to be a bit more expensive in exchange for some simplicity. I wonder if we
can just call resetElement() in _detach()?

Powered by Google App Engine
This is Rietveld 408576698