[Webkit-unassigned] [Bug 126598] New: Web Inspector: Move InjectedScript classes into JavaScriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 7 14:15:47 PST 2014


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

           Summary: Web Inspector: Move InjectedScript classes 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, ggaren at apple.com,
                    joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    mark.lam at apple.com, graouts at apple.com


For JS Context inspection the InjectedScriptSource and InjectedScript classes must move to JavaScriptCore, since they are necessary for the Console (RuntimeAgent) to work.

This covers:

    # Moving:
    InjectedScript.cpp
    InjectedScript.h
    InjectedScriptBase.cpp
    InjectedScriptBase.h
    InjectedScriptManager.cpp
    InjectedScriptManager.h
    InjectedScriptModule.cpp
    InjectedScriptModule.h
    InjectedScriptSource.js

    # Reimplement without IDL / custom bindings:
    InjectedScriptHost.cpp
    InjectedScriptHost.h
    InjectedScriptHost.idl
    bindings/js/JSInjectedScriptHostCustom.cpp
    bindings/js/JSInjectedScriptManager.cpp

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