WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
196170
Web Inspector: Page Weight indicator clears on pages with zero length resources (macrumors.com)
https://bugs.webkit.org/show_bug.cgi?id=196170
Summary
Web Inspector: Page Weight indicator clears on pages with zero length resourc...
Joseph Pecoraro
Reported
2019-03-22 18:49:23 PDT
Page Weight indicator clears on pages with zero length resources (macrumors.com) Steps to Reproduce: 1. Inspect macrumors.com 2. Reload => Page weight indicator eventually becomes "–" instead of a total value Notes: • A NaN creeps in from a resource with a body length of zero.
Attachments
[PATCH] For EWS
(6.00 KB, patch)
2019-03-22 18:51 PDT
,
Joseph Pecoraro
timothy
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2019-03-22 18:51:17 PDT
Created
attachment 365792
[details]
[PATCH] For EWS Using this to generate platform specific results.
Joseph Pecoraro
Comment 2
2019-03-22 19:14:42 PDT
Comment on
attachment 365792
[details]
[PATCH] For EWS View in context:
https://bugs.webkit.org/attachment.cgi?id=365792&action=review
> Source/WebInspectorUI/UserInterface/Models/DefaultDashboard.js:188 > + console.assert(isNaN(delta), "Resource size change should never be NaN.");
Err, this should have been `!isNaN(...)`. But I'm just using this first patch to get results from the bots.
Joseph Pecoraro
Comment 3
2019-03-25 13:46:08 PDT
<
https://trac.webkit.org/r243452
>
Radar WebKit Bug Importer
Comment 4
2019-03-25 13:49:04 PDT
<
rdar://problem/49227556
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug