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

Issue 137853005: TimelinePanel: introduce StackView and use it instead of _timelineMemorySplitter (Closed)

Created:
6 years, 11 months ago by loislo
Modified:
6 years, 11 months ago
Reviewers:
caseq, alph, pfeldman, yurys, aandrey
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org
Visibility:
Public.

Description

TimelinePanel: introduce StackView and use it instead of _timelineMemorySplitter move recordsView construction code into a private method Drive by fix: remove _popoverHelper and related code. We don't use it any more. BUG= R=aandrey@chromium.org, yurys@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165121

Patch Set 1 #

Patch Set 2 : add missed file #

Total comments: 4

Patch Set 3 : comments addressed #

Patch Set 4 : comments addressed 2 #

Total comments: 6

Patch Set 5 : comments addressed #

Patch Set 6 : comments addressed #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -106 lines) Patch
M Source/devtools/devtools.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A + Source/devtools/front_end/StackView.js View 1 2 2 chunks +26 lines, -33 lines 1 comment Download
M Source/devtools/front_end/TimelineView.js View 1 2 3 4 5 8 chunks +64 lines, -73 lines 1 comment Download
M Source/devtools/front_end/inspector.html View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/devtools/scripts/frontend_modules.json View 1 chunk +1 line, -0 lines 1 comment Download

Messages

Total messages: 16 (0 generated)
loislo
6 years, 11 months ago (2014-01-14 15:11:51 UTC) #1
yurys
StackView.js file is missing
6 years, 11 months ago (2014-01-14 15:15:44 UTC) #2
pfeldman
https://codereview.chromium.org/137853005/diff/50001/Source/devtools/front_end/StackView.js File Source/devtools/front_end/StackView.js (right): https://codereview.chromium.org/137853005/diff/50001/Source/devtools/front_end/StackView.js#newcode33 Source/devtools/front_end/StackView.js:33: WebInspector.StackView = function() isVertical should be here. https://codereview.chromium.org/137853005/diff/50001/Source/devtools/front_end/TimelinePanel.js File ...
6 years, 11 months ago (2014-01-14 16:32:33 UTC) #3
loislo
https://codereview.chromium.org/137853005/diff/50001/Source/devtools/front_end/StackView.js File Source/devtools/front_end/StackView.js (right): https://codereview.chromium.org/137853005/diff/50001/Source/devtools/front_end/StackView.js#newcode33 Source/devtools/front_end/StackView.js:33: WebInspector.StackView = function() On 2014/01/14 16:32:33, pfeldman wrote: > ...
6 years, 11 months ago (2014-01-14 16:38:10 UTC) #4
aandrey
Mind adding a screenshot if the UI changed? If the UI will not be changed, ...
6 years, 11 months ago (2014-01-14 20:06:42 UTC) #5
loislo
https://codereview.chromium.org/137853005/diff/140001/Source/devtools/front_end/StackView.js File Source/devtools/front_end/StackView.js (right): https://codereview.chromium.org/137853005/diff/140001/Source/devtools/front_end/StackView.js#newcode34 Source/devtools/front_end/StackView.js:34: WebInspector.StackView = function(isVertical) On 2014/01/14 20:06:43, aandrey wrote: > ...
6 years, 11 months ago (2014-01-15 07:48:51 UTC) #6
aandrey
> On 2014/01/14 20:06:43, aandrey wrote: > > nit: make it type def instead of ...
6 years, 11 months ago (2014-01-15 08:11:22 UTC) #7
loislo
On 2014/01/15 08:11:22, aandrey wrote: > > On 2014/01/14 20:06:43, aandrey wrote: > > > ...
6 years, 11 months ago (2014-01-15 09:08:30 UTC) #8
aandrey
On 2014/01/15 09:08:30, loislo wrote: > On 2014/01/15 08:11:22, aandrey wrote: > > > On ...
6 years, 11 months ago (2014-01-15 10:49:21 UTC) #9
pfeldman
https://codereview.chromium.org/137853005/diff/230001/Source/devtools/front_end/TimelineView.js File Source/devtools/front_end/TimelineView.js (left): https://codereview.chromium.org/137853005/diff/230001/Source/devtools/front_end/TimelineView.js#oldcode1215 Source/devtools/front_end/TimelineView.js:1215: _closeRecordDetails: function() Why did this go?
6 years, 11 months ago (2014-01-15 11:44:36 UTC) #10
loislo
On 2014/01/15 11:44:36, pfeldman wrote: > https://codereview.chromium.org/137853005/diff/230001/Source/devtools/front_end/TimelineView.js > File Source/devtools/front_end/TimelineView.js (left): > > https://codereview.chromium.org/137853005/diff/230001/Source/devtools/front_end/TimelineView.js#oldcode1215 > ...
6 years, 11 months ago (2014-01-15 13:05:22 UTC) #11
aandrey
lgtm
6 years, 11 months ago (2014-01-15 13:08:44 UTC) #12
yurys
lgtm https://codereview.chromium.org/137853005/diff/230001/Source/devtools/scripts/frontend_modules.json File Source/devtools/scripts/frontend_modules.json (right): https://codereview.chromium.org/137853005/diff/230001/Source/devtools/scripts/frontend_modules.json#newcode263 Source/devtools/scripts/frontend_modules.json:263: "StackView.js", Keep files sorted?
6 years, 11 months ago (2014-01-15 13:43:03 UTC) #13
loislo
Committed patchset #6 manually as r165121 (presubmit successful).
6 years, 11 months ago (2014-01-15 13:52:11 UTC) #14
alph
https://codereview.chromium.org/137853005/diff/230001/Source/devtools/front_end/StackView.js File Source/devtools/front_end/StackView.js (right): https://codereview.chromium.org/137853005/diff/230001/Source/devtools/front_end/StackView.js#newcode48 Source/devtools/front_end/StackView.js:48: appendView: function(view, sidebarSizeSettingName, defaultSidebarWidth, defaultSidebarHeight) It's not clear which ...
6 years, 11 months ago (2014-01-15 13:55:38 UTC) #15
pfeldman
6 years, 11 months ago (2014-01-15 14:04:09 UTC) #16
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/139413002/ by pfeldman@chromium.org.

The reason for reverting is: popover dismiss code was removed.

Powered by Google App Engine
This is Rietveld 408576698