[Webkit-unassigned] [Bug 28177] New: WebInspector: Migrate to DOMAgent (serialized access to DOM)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 09:04:19 PDT 2009


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

           Summary: WebInspector: Migrate to DOMAgent (serialized access
                    to DOM)
           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


This is a large change that wires all the pieces of the migration together.
What we already have:
- There is a InspectorDOMAgent / DOMAgent infrastructure that replicates DOM
structure to the Web Inspector's Elements Pane.
- There is a Styles and Properties sidebar panels that interact with the page
in serialized way.

What is missing:
1) We are using quarantined nodes, not DOMAgent yet
2) Console evaluation and console.log push quarantined JS objects into the
frontend. They should push proxy objects instead

This change is supposed to fix these.

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