WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
150612
Web Inspector: Show Timeline Markers again (DOMContentLoaded, Load, console.timeStamp)
https://bugs.webkit.org/show_bug.cgi?id=150612
Summary
Web Inspector: Show Timeline Markers again (DOMContentLoaded, Load, console.t...
Joseph Pecoraro
Reported
2015-10-27 16:33:59 PDT
* SUMMARY Show Timeline Markers again (DOMContentLoaded, Load, console.timeStamp). The markers were being received on the frontend, but nothing was happening with them. Show them again and update their styles.
Attachments
[PATCH] Proposed Fix
(10.68 KB, patch)
2015-10-27 16:38 PDT
,
Joseph Pecoraro
timothy
: review+
bburg
: commit-queue-
Details
Formatted Diff
Diff
[IMAGE] Markers
(297.43 KB, image/png)
2015-10-27 16:39 PDT
,
Joseph Pecoraro
no flags
Details
[PATCH] For Landing
(10.89 KB, patch)
2015-10-28 16:21 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-10-27 16:34:51 PDT
<
rdar://problem/23286592
>
Joseph Pecoraro
Comment 2
2015-10-27 16:38:43 PDT
Created
attachment 264174
[details]
[PATCH] Proposed Fix
Joseph Pecoraro
Comment 3
2015-10-27 16:39:01 PDT
Created
attachment 264175
[details]
[IMAGE] Markers
Matt Baker
Comment 4
2015-10-27 17:22:17 PDT
Comment on
attachment 264174
[details]
[PATCH] Proposed Fix View in context:
https://bugs.webkit.org/attachment.cgi?id=264174&action=review
> Source/WebInspectorUI/UserInterface/Views/TimelineRuler.css:147 > + opacity: 0.5;
I like the solid markers, but they visually compete with the record bars somewhat. Maybe an opacity of 0.2 would be better.
> Source/WebInspectorUI/UserInterface/Views/TimelineRuler.css:152 > + opacity: 0.5;
See above.
> Source/WebInspectorUI/UserInterface/Views/TimelineRuler.css:157 > + opacity: 0.5;
See above.
Timothy Hatcher
Comment 5
2015-10-27 17:34:51 PDT
Comment on
attachment 264174
[details]
[PATCH] Proposed Fix View in context:
https://bugs.webkit.org/attachment.cgi?id=264174&action=review
>> Source/WebInspectorUI/UserInterface/Views/TimelineRuler.css:147 >> + opacity: 0.5; > > I like the solid markers, but they visually compete with the record bars somewhat. Maybe an opacity of 0.2 would be better.
I agree, try 0.25.
Matt Baker
Comment 6
2015-10-27 17:38:23 PDT
Comment on
attachment 264174
[details]
[PATCH] Proposed Fix View in context:
https://bugs.webkit.org/attachment.cgi?id=264174&action=review
>>> Source/WebInspectorUI/UserInterface/Views/TimelineRuler.css:147 >>> + opacity: 0.5; >> >> I like the solid markers, but they visually compete with the record bars somewhat. Maybe an opacity of 0.2 would be better. > > I agree, try 0.25.
Just applied the patch and 0.2 was too faint. 0.3 looked good. I also noticed the markers are above the timeline overview graph record bars in the z-order, but they are positioned behind record bars in the content view below. We want the current time marker to always be on top, but if we could resolve the z-index issue that would help visually.
Matt Baker
Comment 7
2015-10-27 17:39:24 PDT
(In reply to
comment #6
)
> Comment on
attachment 264174
[details]
> [PATCH] Proposed Fix > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=264174&action=review
> > >>> Source/WebInspectorUI/UserInterface/Views/TimelineRuler.css:147 > >>> + opacity: 0.5; > >> > >> I like the solid markers, but they visually compete with the record bars somewhat. Maybe an opacity of 0.2 would be better. > > > > I agree, try 0.25. > > Just applied the patch and 0.2 was too faint. 0.3 looked good. I also > noticed the markers are above the timeline overview graph record bars in the > z-order, but they are positioned behind record bars in the content view > below. We want the current time marker to always be on top, but if we could > resolve the z-index issue that would help visually.
If that wasn't clear, I mean that the markers are less distracting in the bottom view, where they are behind the record bars.
Timothy Hatcher
Comment 8
2015-10-27 17:57:34 PDT
Yeah I think behind the record bars would be good too.
Blaze Burg
Comment 9
2015-10-28 10:07:33 PDT
Comment on
attachment 264174
[details]
[PATCH] Proposed Fix Clearing cq? since it needs some tweaks per discussion above.
Joseph Pecoraro
Comment 10
2015-10-28 16:20:41 PDT
(In reply to
comment #8
)
> Yeah I think behind the record bars would be good too.
I was able to do this on the bottom, but not the top due to how timeline-ruler selection works. We should revisit this when we start making timeline bubbles selectable.
Joseph Pecoraro
Comment 11
2015-10-28 16:21:12 PDT
Created
attachment 264264
[details]
[PATCH] For Landing
Joseph Pecoraro
Comment 12
2015-10-28 16:26:39 PDT
http://trac.webkit.org/changeset/191703
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug