[Webkit-unassigned] [Bug 127543] New: Move JavaScriptCallFrame and ScriptDebugServer into JavaScriptCore for inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 23 21:35:19 PST 2014


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

           Summary: Move JavaScriptCallFrame and ScriptDebugServer into
                    JavaScriptCore for inspector
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: timothy at apple.com, ggaren at apple.com,
                    mark.lam at apple.com


Needed for InspectorDebuggerAgent (e.g. setting breakpoints, stepping through source code, evaluating JavaScript on call frames).

This is a non-tivial move. It makes these changes:
- Move JavaScriptCallFrame from being idl generated to native JS.
- Make some minor changes to ScriptDebugServer so that it doesn't rely on WebCore knowledge.

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