[Webkit-unassigned] [Bug 147721] Web Inspector: Cached external stylesheets do not (re)output parser warnings for stylesheet to console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 6 09:35:55 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=147721

--- Comment #3 from Brian Burg <bburg at apple.com> ---
(In reply to comment #2)
> I suppose the right approach here depends what the inspector intention is.
> Should it accurately report what happens during the page load? We don't
> parse the sheet if it is cached so there are no parse errors. Or should it
> show maximum amount of information about the page resources?

IMO, not reparsing is a performance optimization that should not be surfaced.  I think the Inspector should show the same parse errors, whether or not the resource was cached- this is what happens for other cached resources that have syntax errors, like JS.

The inspector does not currently show whether the stylesheet was reparsed or not. (In fact, it gets reparsed by the inspector many times, but this is transparent.) Joe and I had to dig into WebCore and use breakpoints to get some ground truth on whether something was reparsed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150806/3eb2f191/attachment.html>


More information about the webkit-unassigned mailing list