[Webkit-unassigned] [Bug 182920] imported/w3c/web-platform-tests/html/browsers/offline/appcache/workers/appcache-worker.html crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 19 22:07:10 PST 2018


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

--- Comment #12 from Fujii Hironori <Hironori.Fujii at sony.com> ---
request.url() was "http://localhost:8800/resources/testharness.js".

>     // Resources that match fallback namespaces or online whitelist entries are fetched from the network,
>     // unless they are also cached.
>     if (!resource && (cache->allowsAllNetworkRequests() || cache->urlMatchesFallbackNamespace(request.url()) || cache->isURLInOnlineWhitelist(request.url())))
>         return false;

resource was null, but following all conditions are false.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180220/6b944a04/attachment-0001.html>


More information about the webkit-unassigned mailing list