[Webkit-unassigned] [Bug 35148] New: support debugging of workers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 19 05:32:32 PST 2010


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

           Summary: support debugging of workers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: caseq at google.com


Currently, scripts started as workers are not shown in inspector's script pane
and hence can't be debugged.
It is suggested that we implement a workaround first, by injecting a script
that overrides Worker constructor with a mock implementation that simulates
Workers using a separate iframe. This requires inspector to be able to inject a
script into inspected page on an early stage (i.e. before any user JS code is
parsed).

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