RESOLVED FIXED31064
Web Inspector: Implement timeline summary panel.
https://bugs.webkit.org/show_bug.cgi?id=31064
Summary Web Inspector: Implement timeline summary panel.
Pavel Feldman
Reported 2009-11-03 09:21:40 PST
Patch will follow.
Attachments
[PATCH] Proposed patch. (7.18 KB, patch)
2009-11-03 09:28 PST, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2009-11-03 09:28:20 PST
Created attachment 42389 [details] [PATCH] Proposed patch.
Timothy Hatcher
Comment 2 2009-11-03 09:46:59 PST
Comment on attachment 42389 [details] [PATCH] Proposed patch. > + // Create sparse arrays 101 cell each to fill with chunks for a given category. Should be: "Create sparse arrays with 101 cells each…" > + // Convert sparse arrays to continues segments, render graphs for each. Should be "Convert sparse arrays to continuous segments…" > + while (this._barAreaElement.firstChild) > + this._barAreaElement.removeChild(this._barAreaElement.firstChild); Just do this._barAreaElement.removeChildren() (from utilities.js)
Pavel Feldman
Comment 3 2009-11-03 09:57:26 PST
(In reply to comment #2) > (From update of attachment 42389 [details]) > > > + // Create sparse arrays 101 cell each to fill with chunks for a given category. > > Should be: "Create sparse arrays with 101 cells each…" > Done. > > + // Convert sparse arrays to continues segments, render graphs for each. > > Should be "Convert sparse arrays to continuous segments…" > Done. > > + while (this._barAreaElement.firstChild) > > + this._barAreaElement.removeChild(this._barAreaElement.firstChild); > > Just do this._barAreaElement.removeChildren() (from utilities.js) Done.
Pavel Feldman
Comment 4 2009-11-03 10:00:24 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/front-end/TimelinePanel.js M WebCore/inspector/front-end/inspector.css Committed r50463
Note You need to log in before you can comment on or make changes to this bug.