[Webkit-unassigned] [Bug 36445] New: Web Inspector: fake workers fail if created before document is loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 22 08:54:10 PDT 2010


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

           Summary: Web Inspector: fake workers fail if created before
                    document is loaded
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: caseq at chromium.org
                CC: timothy at hatcher.name, rik at webkit.org,
                    keishi at webkit.org, pmuellr at yahoo.com,
                    joepeck at webkit.org, pfeldman at chromium.org,
                    bweinstein at apple.com


Fake workers implementation that is used when Debug checkbox on Workers sidebar
is ticked currently use iframes to simulate workers. The implementation
attempts to append iframe to document right at the time of fake worker
creation, so it fails if document is not yet loaded. Fake workers should detect
that no document.body is present yet and defer iframe creation.

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