commit | a4e9aa9ef73ef8c4930fc54c1a975c00b8cf39c0 | [log] [tgz] |
---|---|---|
author | Alex Clarke <[email protected]> | Mon Oct 07 15:20:33 2019 |
committer | Commit Bot <[email protected]> | Mon Oct 07 15:20:33 2019 |
tree | b041b5fcbd388dbf01e72ba8d0871fe0ea069dd6 | |
parent | b90e1de69684d7e0831ba50225dea395e5d62a09 [diff] |
Android: Start VIEW_INTENT navigations ASAP Usually ChromeTabbedActivity.initializeState performs the initial navigation, however for view intents we know the URL and can start as soon as the profile is loaded (can be several hundred ms earlier on low end devices). In theory it might be possible to do this for main intents too but getting hold of the URL is beyond the scope of this patch. This change is guarded behind the kPrioritizeBootstrapTasks feature. BUG 863341, 835323 Change-Id: If296fde03b381178ed6feeba70bc50b786eac1e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663146 Reviewed-by: Alexander Timin <[email protected]> Reviewed-by: Pavel Shmakov <[email protected]> Reviewed-by: Yaron Friedman <[email protected]> Reviewed-by: Ted Choc <[email protected]> Reviewed-by: Min Qin <[email protected]> Reviewed-by: Sami Kyöstilä <[email protected]> Reviewed-by: Mohamed Heikal <[email protected]> Commit-Queue: Alex Clarke <[email protected]> Cr-Commit-Position: refs/heads/master@{#703307}
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 .