commit | 6da5a07c08b33596d9ec990e1a6d5041a03c79f1 | [log] [tgz] |
---|---|---|
author | Egor Pasko <[email protected]> | Mon Mar 11 19:56:29 2024 |
committer | Chromium LUCI CQ <[email protected]> | Mon Mar 11 19:56:29 2024 |
tree | 10228ac758312f93d95bbc8e26fd134a0ba62744 | |
parent | 1b6f4f418242bbf55dbda54e47f3f50ebaf286ad [diff] |
android: Rename MessagePumpForUI as MessagePumpAndroid This is a followup to crrev.com/1270888. Currently there is only one MessagePump class in use for Android (outside testing), and it is called MessagePumpForUI. There is no plan to create more MessagePump classes for Android. Though as the interfaces diverges, it would be nicer to give the Android messagepump a distinct name, if only for easier grep-ability. For consistency, the testing class is also renamed: MessagePumpForUIStub -> MessagePumpAndroidStub. The next followup would be to change the popular constructor of the MessagePumpAndroid to take MessagePumpType as a parameter. It is the only MessagePump subclass that needs it. Bug: 326417367 Change-Id: If4b5be53cc86a0ba4a195381e9c0d6581fbfc61e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5361513 Reviewed-by: Alexander Timin <[email protected]> Commit-Queue: Egor Pasko <[email protected]> Cr-Commit-Position: refs/heads/main@{#1271124}
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.
If you found a bug, please file it at https://crbug.com/new.