Bug 141812

Summary: Web Inspector: Introduce FormattedValue helpers and use them in Console/ObjectTree
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
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:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-02-19 13:54:42 PST
* SUMMARY
Introduce FormattedValue helpers and use them in Console/ObjectTree.

This helps create formatted value elements. I suppose I could make this a class, but I'm not sure it is really worth it at the moment.
Comment 1 Radar WebKit Bug Importer 2015-02-19 13:54:52 PST
<rdar://problem/19893849>
Comment 2 Joseph Pecoraro 2015-02-19 14:08:40 PST
Created attachment 246919 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2015-02-19 16:37:43 PST
Comment on attachment 246919 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 246919

Committed r180371: <http://trac.webkit.org/changeset/180371>
Comment 4 WebKit Commit Bot 2015-02-19 16:37:48 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Joseph Pecoraro 2015-02-19 17:11:29 PST
Follow-up fix for: js> Symbol()
<https://trac.webkit.org/r180373>