[Webkit-unassigned] [Bug 156334] Initial Link preload support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 13:49:46 PDT 2016


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

--- Comment #22 from Timothy Hatcher <timothy at apple.com> ---
Comment on attachment 275888
  --> https://bugs.webkit.org/attachment.cgi?id=275888
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=275888&action=review

> Source/WebCore/loader/LinkLoader.cpp:120
> +        document.addConsoleMessage(MessageSource::Other, MessageLevel::Warning, String("<link rel=preload> has an invalid `href` value"));

This should be an error, not a warning, since the preload is ignored without it.

> Source/WebCore/loader/LinkLoader.cpp:125
> +        document.addConsoleMessage(MessageSource::Other, MessageLevel::Warning, String("<link rel=preload> must have a valid `as` value"));

Ditto.

-- 
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/20160407/d1a339b5/attachment.html>


More information about the webkit-unassigned mailing list