commit | 7757f6c3f7beb2f0ba9433da33b0619ac719031b | [log] [tgz] |
---|---|---|
author | Scott Haseley <[email protected]> | Fri Aug 03 14:33:23 2018 |
committer | Commit Bot <[email protected]> | Fri Aug 03 14:33:23 2018 |
tree | e8e35b39e2a2a29c8579f9d1fd467f20cae7d341 | |
parent | 5763c9781ae8ee3640b84c5d7043f88d8990d3fc [diff] |
[scheduler] Move stop-non-timers-in-background flag to blink features The StopNonTimersInBackground flag is used by scheduler to initialize the freezable bits for tasks. This happens before Blink initialization, so the flag wasn't set yet when initializing QueueTraits. This CL moves the flag from runtime enabled features to blink features, which are initialized earlier and can be checked directly during QueueTraits initialization. BUG: 859963 Change-Id: I62e9896cd3c75a04d23372b44e9697432d109088 Reviewed-on: https://chromium-review.googlesource.com/1159205 Reviewed-by: Alexander Timin <[email protected]> Reviewed-by: Kinuko Yasuda <[email protected]> Commit-Queue: Scott Haseley <[email protected]> Cr-Commit-Position: refs/heads/master@{#580540}
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 .