commit | abbfa348d9f8a3ce2185f4ee678b86b08cf52d4c | [log] [tgz] |
---|---|---|
author | Lucas Furukawa Gadani <[email protected]> | Tue Aug 29 19:37:57 2017 |
committer | Commit Bot <[email protected]> | Tue Aug 29 19:37:57 2017 |
tree | bf243b4ca03902afa4f8e6b462439a8ee489bdf3 | |
parent | e4b6f0c7c4bb48603d35f9928be8ecc8ca4d73fc [diff] |
Prevent an inner WebContents from stealing focus from an outer WebContents. An inner WebContents will only allow itself to be focused in two cases: - When the outer WebContents has focus and advances focus to the inner WebContents. - When an outer WebContents has focus and focus the inner WebContents through window.focus() API. Bug: 725622 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: If8ef4ed3386eadc2bb22c3afa7701d627c13eb39 Reviewed-on: https://chromium-review.googlesource.com/636624 Reviewed-by: Alex Moshchuk <[email protected]> Reviewed-by: James MacLean <[email protected]> Commit-Queue: Lucas Gadani <[email protected]> Cr-Commit-Position: refs/heads/master@{#498203}
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 .