WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
142050
Web Inspector: Set/Map appear as lossless when they have lossy entries
https://bugs.webkit.org/show_bug.cgi?id=142050
Summary
Web Inspector: Set/Map appear as lossless when they have lossy entries
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
http://trac.webkit.org/changeset/180714
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug