[Webkit-unassigned] [Bug 150392] [GTK] Implement rendering frames timeline panel for GTK+ port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 09:02:46 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=150392

--- Comment #4 from Brian Burg <bburg at apple.com> ---
Comment on attachment 263677
  --> https://bugs.webkit.org/attachment.cgi?id=263677
Patch

I don't think this will do the right thing when the debugger pauses and we use a nested run loop. Can you test it to see what happens?

I do think that it is a little weird that these events do not go through InspectorInstrumentation already. There is no event system in place to notify WK2 clients when specific domains have instrumentation enabled or disabled, so there's no good way to selectively add/remove RunLoopObservers only when necessary. Thus, it's put into TimelineAgent's start/stop code itself.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151021/9f0c473f/attachment.html>


More information about the webkit-unassigned mailing list