RESOLVED FIXED 112584
Web Inspector: move _timelineGrid && _timelineOverviewWindow from TimelineOverviewPane into a new class OverviewGrid
https://bugs.webkit.org/show_bug.cgi?id=112584
Summary Web Inspector: move _timelineGrid && _timelineOverviewWindow from TimelineOve...
Ilya Tikhonovsky
Reported 2013-03-18 09:26:29 PDT
EOM
Attachments
Patch (11.21 KB, patch)
2013-03-18 09:33 PDT, Ilya Tikhonovsky
no flags
Patch (11.55 KB, patch)
2013-03-18 09:59 PDT, Ilya Tikhonovsky
pfeldman: review+
Ilya Tikhonovsky
Comment 1 2013-03-18 09:33:00 PDT
Pavel Feldman
Comment 2 2013-03-18 09:37:49 PDT
Comment on attachment 193581 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=193581&action=review > Source/WebCore/inspector/front-end/TimelineOverviewPane.js:81 > + this._overviewGrid.grid.element.insertBefore(this._heapGraph.element, this._overviewGrid.grid.itemsGraphsElement); You should expose insertBefore on overview grid for now. > Source/WebCore/inspector/front-end/TimelineOverviewPane.js:120 > + get grid() Don't use getters please. > Source/WebCore/inspector/front-end/TimelineOverviewPane.js:140 > + updateDividers: function(calculator) Annotate please.
Ilya Tikhonovsky
Comment 3 2013-03-18 09:59:49 PDT
Pavel Feldman
Comment 4 2013-03-18 10:11:04 PDT
Comment on attachment 193590 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=193590&action=review > Source/WebCore/inspector/front-end/TimelineOverviewPane.js:-98 > - this._overviewGrid.itemsGraphsElement.appendChild(this._categoryStrips.element); appendAfter... > Source/WebCore/inspector/front-end/TimelineOverviewPane.js:120 > + itemsGraphsElement: function() Hide this one. > Source/WebCore/inspector/front-end/TimelineOverviewPane.js:162 > + addEventDividers: function(dividers) Is this used?
Ilya Tikhonovsky
Comment 5 2013-03-18 10:19:23 PDT
Ilya Tikhonovsky
Comment 6 2013-03-18 10:21:43 PDT
Comment on attachment 193590 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=193590&action=review >> Source/WebCore/inspector/front-end/TimelineOverviewPane.js:-98 >> - this._overviewGrid.itemsGraphsElement.appendChild(this._categoryStrips.element); > > appendAfter... We are not adding a child after itemsGraphsElement. We are inserting a child into it. >> Source/WebCore/inspector/front-end/TimelineOverviewPane.js:162 >> + addEventDividers: function(dividers) > > Is this used? The code which is using the method hasn't been changed
WebKit Review Bot
Comment 7 2013-03-18 10:52:28 PDT
Re-opened since this is blocked by bug 112594
Ilya Tikhonovsky
Comment 8 2013-03-19 04:48:56 PDT
Note You need to log in before you can comment on or make changes to this bug.