commit | bbfffc7510a3e6501395d541955d4179257ac542 | [log] [tgz] |
---|---|---|
author | Henrique Ferreiro <hferreiro@igalia.com> | Wed Feb 24 14:49:06 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 24 14:49:06 2021 |
tree | 0f2a98b7fc0eb85a8ef90c7214c0d8b9f09eef77 | |
parent | 9a6a0402f367631d00a8808a5c005bc26fda3f6b [diff] |
Remove CursorLoader subclasses After introducing WinCursorFactory in https://crrev.com/c/2673413, the cursor loader on Windows can be merged with the implementation for the other Aura platforms, as all of them are using cursor factories. Bug: 1085358 Change-Id: Icf615f1418802273cc07b9d528b6f507622162fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601754 Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#857158}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.