Bug 19410
| Summary: | Set properties on JSInspectedObjectWrapper that are not set on the unwrapped object | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Enhancement | CC: | aroben, burg |
| Priority: | P3 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Timothy Hatcher
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__").
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brian Burg
Can't we use symbols?