[Webkit-unassigned] [Bug 47779] New: Web Inspector: Introduce InspectorResourceAgent.h/cpp and ResourceManager.js to fill network panel with data.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 17 06:30:23 PDT 2010


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

           Summary: Web Inspector: Introduce InspectorResourceAgent.h/cpp
                    and ResourceManager.js to fill network panel with
                    data.
           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: pfeldman at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


New InspectorResourceAgent is introduced, its lifetime is equal to the front-end's. This new resource agent does not have state, instead it covers two functions: 1) forwards loader client messages to the front-end 2) is capable of building a tree of cached resources. (1) feeds network panel with data, (2) shows the resource tree in the new ResourcesPanel concept. This bug is for extracting this new InspectorResourceAgent class and its javascript counterpart. Once resources panel is refactored for the new concept, InspectorResource, InspectorController's resource-related routines, inspector.js's code dealing with resources, they all will be gone.

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