Bug 147027 - Web Inspector: Total Size of Resources number in dashboard is wrong (does not update during load)
Summary: Web Inspector: Total Size of Resources number in dashboard is wrong (does not...
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: InRadar
Depends on:
Blocks:
 
Reported: 2015-07-16 19:15 PDT by Joseph Pecoraro
Modified: 2015-07-16 20:56 PDT (History)
10 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.48 KB, patch)
2015-07-16 19:18 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-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.