Bug 146247 - Web Inspector: Some brief previews are incorrectly treated as lossless
Summary: Web Inspector: Some brief previews are incorrectly treated as lossless
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-06-23 14:10 PDT by Joseph Pecoraro
Modified: 2015-06-23 15:09 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (3.19 KB, patch)
2015-06-23 14:13 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff
[PATCH] Proposed Fix (3.20 KB, patch)
2015-06-23 14:14 PDT, 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-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
Comment 1 Joseph Pecoraro 2015-06-23 14:13:17 PDT
Created attachment 255430 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2015-06-23 14:14:46 PDT
Created attachment 255431 [details]
[PATCH] Proposed Fix

Improved ChangeLog.
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2015-06-23 15:09:58 PDT
All reviewed patches have been landed.  Closing bug.