commit | 54f8105b2a3e4823cc352ac1225cf8d1b0da301b | [log] [tgz] |
---|---|---|
author | Bo Liu <[email protected]> | Mon Mar 04 20:50:29 2019 |
committer | Commit Bot <[email protected]> | Mon Mar 04 20:50:29 2019 |
tree | d5cebef0ed0ecee30da1790558cc110dc3ee6b58 | |
parent | 5a7d4abb1f6307e50259daad440f1021129ae941 [diff] |
android: Fix interleaving popup calls TabWebContentsDelegateAndroid currently assumes that webContentsCreated must be matched with an addNewContents before another webContentsCreated is called. This assumption holds only by accident and doesn't hold anymore when OOPIF is enabled. Fix TabWebContentsDelegateAndroid to use a map instead of a single pair. Bug: 758186 Change-Id: I3c4913980a8d4907331afc9ddb6d7f3c0418d8f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1500154 Reviewed-by: Andrew Grieve <[email protected]> Commit-Queue: Bo <[email protected]> Cr-Commit-Position: refs/heads/master@{#637411}
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 .