Bug 147027

Summary: Web Inspector: Total Size of Resources number in dashboard is wrong (does not update during load)
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: burg, commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, simon.fraser, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-07-16 19:15:05 PDT
* SUMMARY
Total Size of Resources number in dashboard is wrong (does not update during load)

* STEPS TO REPRODUCE
1. Inspect <http://daringfireball.net>
2. Reload
  => Total Size of page should be >8kb, expect like 175kb+

* NOTES
- Uncaught Exception in the Inspector:
file:///Users/pecoraro/Build/Release/WebInspectorUI.framework/Resources/Base/Object.js:38:23: CONSOLE ERROR Object.addEventListener: invalid listener  undefined (event type:  resource-size-did-change thisObject:  [object Object] )

- WebInspector.Resource.addEventListener(WebInspector.Resource.Event.SizeDidChange, this._resourceSizeDidChange, this);
the callback "this._resourceSizeDidChange" doesn't exist!
Comment 1 Radar WebKit Bug Importer 2015-07-16 19:15:21 PDT
<rdar://problem/21868413>
Comment 2 Joseph Pecoraro 2015-07-16 19:18:39 PDT
Created attachment 256947 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2015-07-16 20:56:50 PDT
Comment on attachment 256947 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 256947

Committed r186925: <http://trac.webkit.org/changeset/186925>
Comment 4 WebKit Commit Bot 2015-07-16 20:56:53 PDT
All reviewed patches have been landed.  Closing bug.