RESOLVED FIXED 30834
Web Inspector: Initial revision of the Timeline grid.
https://bugs.webkit.org/show_bug.cgi?id=30834
Summary Web Inspector: Initial revision of the Timeline grid.
Pavel Feldman
Reported 2009-10-27 14:01:48 PDT
Initial revision with imagery.
Attachments
[IMAGE] Present timeline looks (124.91 KB, image/png)
2009-10-27 14:02 PDT, Pavel Feldman
no flags
[PATCH] The patch (27.68 KB, patch)
2009-10-27 14:03 PDT, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2009-10-27 14:02:49 PDT
Created attachment 41980 [details] [IMAGE] Present timeline looks
Pavel Feldman
Comment 2 2009-10-27 14:03:43 PDT
Created attachment 41981 [details] [PATCH] The patch
Timothy Hatcher
Comment 3 2009-10-27 14:24:27 PDT
Comment on attachment 41981 [details] [PATCH] The patch > + _toggleTimelineButtonClick: function() Better named _toggleTimelineButtonClicked. > + iconElement.style.setProperty("background-position-y", this._record.iconNumber * 12 + "px"); You should make this based on a classname.
Timothy Hatcher
Comment 4 2009-10-27 14:31:57 PDT
(In reply to comment #3) > (From update of attachment 41981 [details]) > > + _toggleTimelineButtonClick: function() > > Better named _toggleTimelineButtonClicked. > > > > + iconElement.style.setProperty("background-position-y", this._record.iconNumber * 12 + "px"); > > You should make this based on a classname. The classnames you make for the colored dots should just be loading, scripting, rendering, other. The category names.
Pavel Feldman
Comment 5 2009-10-28 02:59:57 PDT
(In reply to comment #4) > (In reply to comment #3) > > (From update of attachment 41981 [details] [details]) > > > + _toggleTimelineButtonClick: function() > > > > Better named _toggleTimelineButtonClicked. > > Done. > > > > > + iconElement.style.setProperty("background-position-y", this._record.iconNumber * 12 + "px"); > > > > You should make this based on a classname. > > The classnames you make for the colored dots should just be loading, scripting, > rendering, other. The category names. Done.
Pavel Feldman
Comment 6 2009-10-28 03:00:15 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/English.lproj/localizedStrings.js M WebCore/WebCore.gypi M WebCore/inspector/front-end/AbstractTimelinePanel.js A WebCore/inspector/front-end/Images/timelineBarBlue.png A WebCore/inspector/front-end/Images/timelineBarGray.png A WebCore/inspector/front-end/Images/timelineBarGreen.png A WebCore/inspector/front-end/Images/timelineBarOrange.png A WebCore/inspector/front-end/Images/timelineBarPurple.png A WebCore/inspector/front-end/Images/timelineBarRed.png A WebCore/inspector/front-end/Images/timelineBarYellow.png A WebCore/inspector/front-end/Images/timelineCheckmarks.png A WebCore/inspector/front-end/Images/timelineDots.png M WebCore/inspector/front-end/ResourcesPanel.js M WebCore/inspector/front-end/TimelineAgent.js M WebCore/inspector/front-end/TimelinePanel.js M WebCore/inspector/front-end/inspector.css Committed r50203
Note You need to log in before you can comment on or make changes to this bug.