commit | 48f301b9de381ef064b77f297e0d4bedde6db812 | [log] [tgz] |
---|---|---|
author | Dave Tapuska <[email protected]> | Fri May 01 23:12:08 2020 |
committer | Commit Bot <[email protected]> | Fri May 01 23:12:08 2020 |
tree | 7b3eb7042feb9121e9cbb69ab1c193a81df80577 | |
parent | 9bd164742861e9e6f442234c5d73d4bf7d2ada43 [diff] |
Move input coalescing code into blink. Cleanup the coalescing code so that we are able to use in side blink. Previously it was implemented in ui/events/blink which the browser and renderer content layers used. BUG=1073560 Change-Id: I77787d9ef3538c0f149454b34524f038bdaf3fc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2172674 Reviewed-by: Ken Buchanan <[email protected]> Reviewed-by: Navid Zolghadr <[email protected]> Reviewed-by: Jeremy Roman <[email protected]> Commit-Queue: Dave Tapuska <[email protected]> Cr-Commit-Position: refs/heads/master@{#764836}
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.