RESOLVED FIXED 146247
Web Inspector: Some brief previews are incorrectly treated as lossless
https://bugs.webkit.org/show_bug.cgi?id=146247
Summary Web Inspector: Some brief previews are incorrectly treated as lossless
Joseph Pecoraro
Reported 2015-06-23 14:10:40 PDT
* SUMMARY Some brief previews are incorrectly treated as lossless. * TEST <script> console.log("My Object", {a:1, b:2, c:3, d:4}); </script> * STEPS TO REPRODUCE 1. Inspect test page 2. Show console 3. Reload => Object displays as lossless, but we only see 3 of the 4 properties. Should be lossy so we can expand
Attachments
[PATCH] Proposed Fix (3.19 KB, patch)
2015-06-23 14:13 PDT, Joseph Pecoraro
no flags
[PATCH] Proposed Fix (3.20 KB, patch)
2015-06-23 14:14 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-06-23 14:13:17 PDT
Created attachment 255430 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 2 2015-06-23 14:14:46 PDT
Created attachment 255431 [details] [PATCH] Proposed Fix Improved ChangeLog.
WebKit Commit Bot
Comment 3 2015-06-23 15:09:54 PDT
Comment on attachment 255431 [details] [PATCH] Proposed Fix Clearing flags on attachment: 255431 Committed r185886: <http://trac.webkit.org/changeset/185886>
WebKit Commit Bot
Comment 4 2015-06-23 15:09:58 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.