[Webkit-unassigned] [Bug 45308] New: Web Inspector: populateScriptObjects method of InspectorController is very big.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 7 10:27:45 PDT 2010


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

           Summary: Web Inspector: populateScriptObjects method of
                    InspectorController is very big.
           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: loislo 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, loislo at chromium.org


At the inspector backend side we have some kind of magic method which push everything from backend to frontend.
It would be better to split this method.
there are number of things inside this method.
1) runtime settings like profilerEnable, monitoringXhr, searchForNode etc;
2) resource publishing mechanics;
3) scripts publishing mechanics;
etc.

all these things should be implemented as separate functions.

The first step of that is extracting runtime settings.

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