The status string "(failed) Navigation Preload Error" in DevTools network tab is anbiguous |
||
Issue descriptionWhen the service worker navigation preload request failed, NetworkHandler::NavigationPreloadCompleted() just sends "Navigation Preload Error" message to DevTools. https://chromium.googlesource.com/chromium/src/+/8354e8c5a28b56b46e05dd85a1dbc14a1d064269/content/browser/devtools/protocol/network_handler.cc#698 This is displayed in the DevTools Network tab. (current.png) But for other type of resource errors, we can see more detailed error like "(failed) net::ERR_CONNECTION_REFUSED". This string is generated in CreateWebURLError(). https://chromium.googlesource.com/chromium/src/+/8354e8c5a28b56b46e05dd85a1dbc14a1d064269/content/child/web_url_request_util.cc#517 We should provide the detailed error info. (expected.png)
,
Apr 18 2017
$ git find-releases ec2f0c7a07f26bb15dbf42c94153c370eccdbfe3 commit ec2f0c7a07f26bb15dbf42c94153c370eccdbfe3 was: initially in 59.0.3071.0 |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 13 2017