[Webkit-unassigned] [Bug 27766] New: Web Inspector: encapsulate ScriptState into the ScriptObject, get rid of InspectorJSONObject

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 06:43:19 PDT 2009


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

           Summary: Web Inspector: encapsulate ScriptState into the
                    ScriptObject, get rid of InspectorJSONObject
           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: pfeldman at chromium.org
                CC: timothy at hatcher.name, dglazkov at chromium.org


Currently, ScriptObject/ScriptArray require ScriptState for any operation on
them. InspectorJSONObject is a ScriptObject convenience wrapper that lives is
WebCore/inspector and encapsulates ScriptState. Its name is a bit confusing: it
is not a real JSONObject, it is just an object that is intended to be
stringified. This change encapsulates ScriptState in the ScriptObject itself
and gets rid of InspectorJSONObject.

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