commit | 0af0485264bbbb52b7184965b6852f905929d91c | [log] [tgz] |
---|---|---|
author | Makoto Shimazu <shimazu@chromium.org> | Mon Sep 02 10:09:37 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Sep 02 10:09:37 2019 |
tree | e78e6497f88da677aec78f01e991f63ee65364d6 | |
parent | da5da32e4bc445030287d9a5ce557c3bd5133696 [diff] |
Request SSLInfo when updating a main service worker script Network requests for byte-for-byte update checking are issued by ServiceWorkerSingleScriptUpdateChecker. It didn't set an option flag to request a SSL info to the network service, and the updated script was missing it. The info is needed to show SSL padlock etc for the navigation request. This CL adds the flag in the single script update checker, and then remove it in the updated script loader if it's not necessary to be sent to the renderer. Bug: 999562 Change-Id: If12a5cbddfc08d0fb50f3a9a2197a5281ab867d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778460 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Auto-Submit: Makoto Shimazu <shimazu@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#692430}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .