Bug 131081 - Web Inspector: probe set data grid should reuse array previews from console
Summary: Web Inspector: probe set data grid should reuse array previews from console
Status: RESOLVED DUPLICATE of bug 142830
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-04-01 16:50 PDT by Brian Burg
Modified: 2015-03-18 13:36 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Burg 2014-04-01 16:50:08 PDT
It should be reusable like the object disclosure widget
Comment 1 Brian Burg 2014-04-01 16:50:41 PDT
"It should not be too hard to pull out the relevant code in ConsoleMessageImpl.js into its own class, like ObjectPropertiesSection. Then, we can drop it into ProbeDataGridNode."
Comment 2 Radar WebKit Bug Importer 2014-04-01 16:51:13 PDT
<rdar://problem/16493639>
Comment 3 Timothy Hatcher 2014-04-02 11:35:14 PDT
ObjectPropertiesSection is so ancient. I'd like to see a more reusable control. Right now there is a lot of cruft and style overrides that happen by the various users of ObjectPropertiesSection.
Comment 4 Joseph Pecoraro 2015-03-18 13:36:20 PDT
This was subsumed by ObjectPropertiesSection. I think this is handled by:
<https://webkit.org/b/142830> Web Inspector: Debugger Popovers and Probes should use FormattedValue/ObjectTreeView instead of Custom/ObjectPropertiesSection

*** This bug has been marked as a duplicate of bug 142830 ***