commit | 11acff88d0f69aa5ccf18c57eca06b93d8786e03 | [log] [tgz] |
---|---|---|
author | Dave Tapuska <[email protected]> | Wed May 27 16:14:04 2020 |
committer | Commit Bot <[email protected]> | Wed May 27 16:14:04 2020 |
tree | 7fd7271f62065374419994cd5042345a016f1dc6 | |
parent | 01ecd4a596741c759837a313e945cbf78150db3f [diff] |
Move RenderWidgetInputHandler into blink. Move RenderWidgetInputHandler into blink and call it from the WidgetBase. Some intermediate methods have been added to WebWidgetClient while the WidgetInputHandlerManager and MainThreadEventQueue are still on the content side. These APIs will eventually disappear when those classes are moved beside the WidgetBaseInputHandler. BUG=1073560 Change-Id: I06a202fb832c1d8655428ae1dff19178a2ba69be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212805 Reviewed-by: Jeremy Roman <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Reviewed-by: David Bokan <[email protected]> Commit-Queue: Dave Tapuska <[email protected]> Cr-Commit-Position: refs/heads/master@{#772261}
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 .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.