commit | d1d30d1cb3dc5ce0a18ec0fb129cf9e2d506a8b6 | [log] [tgz] |
---|---|---|
author | Ken Buchanan <[email protected]> | Thu Oct 04 22:48:04 2018 |
committer | Commit Bot <[email protected]> | Thu Oct 04 22:48:04 2018 |
tree | ac48643db56493b225b81c84fe2b2019438b2867 | |
parent | bfcf45602365cf8e85855b42c5782473326fea12 [diff] |
Capture mouse input to plugins on MouseDown When a user presses a mouse button over a PDF, the PDF receives all mouse input until there is a corresponding MouseUp. This is currently broken for OOPIFs because the browser process doesn't know when a PDF is supposed to capture input and so it doesn't always route events to the right process. This change causes renderers to signal the browser process for mouse capture when a PDF is is clicked. Bug: 864957 Change-Id: If17587d5ca475d9a8ac03a3bba301d4084e6d4e3 Reviewed-on: https://chromium-review.googlesource.com/c/1203883 Commit-Queue: Ken Buchanan <[email protected]> Reviewed-by: Dave Tapuska <[email protected]> Reviewed-by: James MacLean <[email protected]> Reviewed-by: Alex Moshchuk <[email protected]> Cr-Commit-Position: refs/heads/master@{#596893}
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 .