RESOLVED FIXED150691
Web Inspector: Display console.timeStamp(title) title in timeline markers
https://bugs.webkit.org/show_bug.cgi?id=150691
Summary Web Inspector: Display console.timeStamp(title) title in timeline markers
Joseph Pecoraro
Reported 2015-10-29 14:17:09 PDT
* SUMMARY Display console.timeStamp(title) title in timeline markers. * STEPS TO REPRODUCE 1. Start timeline 2. setTimeout(function() { console.timeStamp("Message"); }) 3. Hover Timeline Marker => should see "Message" somewhere.
Attachments
[PATCH] Proposed Fix (7.03 KB, patch)
2015-10-29 14:19 PDT, Joseph Pecoraro
timothy: review+
[IMAGE] console.timeStamp("Thrusters Engaged") (19.78 KB, image/png)
2015-10-29 14:19 PDT, Joseph Pecoraro
no flags
[PATCH] Proposed Fix (9.38 KB, patch)
2015-10-29 15:56 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-10-29 14:19:09 PDT
Created attachment 264342 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 2 2015-10-29 14:19:44 PDT
Created attachment 264343 [details] [IMAGE] console.timeStamp("Thrusters Engaged")
Timothy Hatcher
Comment 3 2015-10-29 15:13:08 PDT
Comment on attachment 264342 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=264342&action=review > Source/WebInspectorUI/UserInterface/Views/TimelineRuler.js:321 > + markerElement.title = WebInspector.UIString("%s â %s").format(marker.details, Number.secondsToString(marker.time)); These should likely use the \u encoded form, so the diff tool does not show a bogus char.
Joseph Pecoraro
Comment 4 2015-10-29 15:54:54 PDT
Comment on attachment 264342 [details] [PATCH] Proposed Fix Kk. Using emdash here since it is a separator. Updating other inline dashes in localized strings to be \u#### as well.
Joseph Pecoraro
Comment 5 2015-10-29 15:56:15 PDT
Created attachment 264358 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 6 2015-10-29 16:53:05 PDT
Comment on attachment 264358 [details] [PATCH] Proposed Fix Clearing flags on attachment: 264358 Committed r191764: <http://trac.webkit.org/changeset/191764>
Note You need to log in before you can comment on or make changes to this bug.