Bug 142050

Summary: Web Inspector: Set/Map appear as lossless when they have lossy entries
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix timothy: review+

Joseph Pecoraro
Reported 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.
Attachments
[PATCH] Proposed Fix (1.86 KB, patch)
2015-02-26 11:51 PST, Joseph Pecoraro
timothy: review+
Joseph Pecoraro
Comment 1 2015-02-26 11:51:20 PST
Created attachment 247436 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 2 2015-02-26 17:19:45 PST
Note You need to log in before you can comment on or make changes to this bug.