[Webkit-unassigned] [Bug 33469] New: Support injection of inspector scripts into the inspected ScriptState

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 07:48:12 PST 2010


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

           Summary: Support injection of inspector scripts into the
                    inspected ScriptState
           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: yurys at chromium.org
                CC: timothy at hatcher.name, pfeldman at chromium.org
            Blocks: 32554


Part of Web Inspector is implemented in JavaScript and needs direct access to
the inspected JS objects. To facilitate this there should be a way to compile
the inspector utilities(called injected script) in the global scope of the
inspected ScriptState and somehow store a reference to it(we need to keep the
reference since the injected script keeps some state related to the inspected
DOM, CSS styles and JS objects).

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