Bug 142050 - Web Inspector: Set/Map appear as lossless when they have lossy entries
Summary: Web Inspector: Set/Map appear as lossless when they have lossy entries
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: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2015-02-26 11:48 PST by Joseph Pecoraro
Modified: 2015-02-26 17:19 PST (History)
7 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.86 KB, patch)
2015-02-26 11:51 PST, Joseph Pecoraro
timothy: review+
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-26 11:48:58 PST
* SUMMARY
Set/Map appear as lossless when they have lossy entries

* STEPS TO REPRODUCE
1. js> s = new Set; s.add(1); s.add([1,2,3, 4, 5, 6, {a:1}]); s.add("hello"); s.add({b:1}); s
  => Set should be expandable since the inner Object is lossy.
Comment 1 Joseph Pecoraro 2015-02-26 11:51:20 PST
Created attachment 247436 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2015-02-26 17:19:45 PST
http://trac.webkit.org/changeset/180714