[Webkit-unassigned] [Bug 136806] Web Inspector: InjectedScripts should not be profiled or displayed in Timeline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 15 12:15:28 PDT 2014


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





--- Comment #3 from Brian Burg <burg at cs.washington.edu>  2014-09-15 12:15:30 PST ---
(In reply to comment #2)
> Good point. We do hide the InjectedScript from backtraces in the Debugger. We should be able to do it for the profiler too.
> 
> It would make sense to show it for Inspector^2. That would be via the PageGroup identifier.

The profiler can distinguish different page group ids, but I don't think the inspector "level" is exposed anywhere outside of UIProcess. What's a good way to expose that? WebInspectorClient?

My WIP patch has a ProfileGenerator::setSuspended flag that is set and unset under the InspectorController will/didCallInjectedScript.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list