| Summary: | Web Inspector: Add ObjectTreeBaseTreeElement to share functionality | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
More shared code for: - general tree element construction - creation of readonly icons - function property string handling Created attachment 247928 [details]
[PATCH] Proposed Fix
Hard patch to follow...
Comment on attachment 247928 [details]
[PATCH] Proposed Fix
Very nice!
Comment on attachment 247928 [details] [PATCH] Proposed Fix Clearing flags on attachment: 247928 Committed r181089: <http://trac.webkit.org/changeset/181089> All reviewed patches have been landed. Closing bug. |
* SUMMARY Add ObjectTreeBaseTreeElement to share functionality between different ObjectTree*TreeElement types. - Used by all: - property path support, UIStrings for failure - contextmenu support, Log Value / Copy Path to Property - "resolved value" - Used by Property and ArrayIndex: - handle invoking getters and thus getterValue || property.value