Add a popover with frame details on hover upon frame strip in the Timeline panel.
Created attachment 136019 [details] Patch
Comment on attachment 136019 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=136019&action=review > Source/WebCore/inspector/front-end/TimelinePanel.js:372 > + frameStrip.__frame = frame; Since you own this element, there is no point to use __ for the naming. > Source/WebCore/inspector/front-end/TimelinePanel.js:758 > + if (anchor.classList.contains("timeline-frame-strip")) { Please use hasStyleClass for consistency.
Committed r113434: <http://trac.webkit.org/changeset/113434>