[Webkit-unassigned] [Bug 125707] New: Web Inspector: Move Inspector and Debugger protocol domains into JavaScriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 13 13:16:57 PST 2013


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

           Summary: Web Inspector: Move Inspector and Debugger protocol
                    domains into JavaScriptCore
           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, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


Move a few other domains into JavaScriptCore that we will eventually need in JavaScriptCore.

In doing this, there was a dependency in the Debugger protocol on Page.SearchMatch type. So to fix this, I create a new domain "GenericTypes" that only contains types that can be shared by everyone. I put this domain in JavaScriptCore and avoid generating frontend/backend/backendcommands for this class, only typebuilders.

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