commit | 84a892f3588242f9d5ca19a700a7cdc800a49cf3 | [log] [tgz] |
---|---|---|
author | Matt Falkenhagen <falken@chromium.org> | Mon Jun 17 19:09:20 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jun 17 19:09:20 2019 |
tree | 8d19011e9ff0fde933cce281c6059ac70153a4b5 | |
parent | dec5bd3adabda493538b87549b3666fc93506892 [diff] |
service worker: Remove histogram ServiceWorker.StartNewWorker.Status. The data was dominated by the case where startup was aborted due to the update check resulting in no byte-for-byte change found. We were not consistent in whether to log that as EXISTS or ABORT. Furthermore, there is work to move the update check to the browser so starting the worker won't happen until after a byte-for-byte change is found, which will completely change the data. Bug: 972784 Change-Id: I730ce9f6ddfb140adc9d220225b639503e6febdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660297 Reviewed-by: Makoto Shimazu <shimazu@chromium.org> Reviewed-by: Ilya Sherman <isherman@chromium.org> Auto-Submit: Matt Falkenhagen <falken@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#669762}
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 .