Bug 141812 - Web Inspector: Introduce FormattedValue helpers and use them in Console/ObjectTree
Summary: Web Inspector: Introduce FormattedValue helpers and use them in Console/Objec...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-02-19 13:54 PST by Joseph Pecoraro
Modified: 2015-02-19 17:11 PST (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (27.16 KB, patch)
2015-02-19 14:08 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>