[Webkit-unassigned] [Bug 112071] New: Web Inspector: Frontend should be able to load resources asynchronously and through the backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 11 14:59:22 PDT 2013


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

           Summary: Web Inspector: Frontend should be able to load
                    resources asynchronously and through the backend
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: timothy at apple.com, keishi at webkit.org,
                    pmuellr at yahoo.com, pfeldman at chromium.org,
                    yurys at chromium.org, apavlov at chromium.org,
                    loislo at chromium.org, vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com, graouts at apple.com


SourceMap files and resources downloaded by the frontend are currently downloaded synchronously. That is poor and in some cases I've even seen a 10s timeout resulting in a 10s hang in the UI.

Most of the time when the frontend wants to download a resource it will want to download the resource through the backend. And even have caching behavior. For instance if you're remotely debugging an application that loads web content from its hard disk (file:///) attempting to load the SourceMap resources from the host machine (frontend) won't work. and worst case could produce unexpected results.

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