RESOLVED FIXED147027
Web Inspector: Total Size of Resources number in dashboard is wrong (does not update during load)
https://bugs.webkit.org/show_bug.cgi?id=147027
Summary Web Inspector: Total Size of Resources number in dashboard is wrong (does not...
Joseph Pecoraro
Reported 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!
Attachments
[PATCH] Proposed Fix (1.48 KB, patch)
2015-07-16 19:18 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2015-07-16 19:15:21 PDT
Joseph Pecoraro
Comment 2 2015-07-16 19:18:39 PDT
Created attachment 256947 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2015-07-16 20:56:53 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.