[Webkit-unassigned] [Bug 34345] Inspector should show workers that are loaded with the page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 08:30:39 PST 2010


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





--- Comment #3 from Timothy Hatcher <timothy at hatcher.name>  2010-02-04 08:30:36 PST ---
If resources can be loaded from a worker and are isolated from the main page
(not shared via a cache, etc). Then we can have a context switch menu in
Resource too (like I mentioned for scripts).

But I suspect resources just load and share a cache with the main page, so they
should just show in the same list. I don't see the need to seperate them.

Scripts is where it is important to seperate them. And Profiles started from
the panel should profile all contexts (threads), unless it is a
console.profile()/profileEnd() instrumented area, then it should just profile
that context it was called in.

-- 
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