[Webkit-unassigned] [Bug 27541] New: Web Inspector: Split InspectorController into InspectorController and InspectorBackend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 22 07:48:02 PDT 2009


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

           Summary: Web Inspector: Split InspectorController into
                    InspectorController and InspectorBackend
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pfeldman at chromium.org
                CC: timothy at hatcher.name


There are a lot of methods in InspectorController, some are called from within
front-end (by means of bindings), other form InspectorController's WebCore API.
It would be better to have explicit InspectorBackend object bound to the JS
that front-end talks to. InspectorController.idl will transform into
InspectorBackend.idl, InspectorController's API will become much more clean.
Before I start with the implementation, I'd like to hear your suggestions /
thoughts.

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