Bug 146247

Summary: Web Inspector: Some brief previews are incorrectly treated as lossless
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, 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
none
[PATCH] Proposed Fix none

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.