[Webkit-unassigned] [Bug 19410] New: Set properties on JSInspectedObjectWrapper that are not set on the unwrapped object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 6 10:23:34 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19410

           Summary: Set properties on JSInspectedObjectWrapper that are not
                    set on the unwrapped object
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P3
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timothy at hatcher.name
                CC: aroben at apple.com


We should make it possible to set properties on a JSInspectedObjectWrapper that
are not set on the original unwrapped object. This would be handy for a change
I am working on and would prevent "__treeElementIdentifier" from being added to
inspected DOM objects.

We could either add new functions to set/get/delete these special properties or
do this for all properties with a special prefix (e.g "_", "$" or
"__inspector__").


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list