0
Files
src/ui
Allen Bauer 9bdbd594b8 Break out EnableMojoWebUI from MojoWebUIController as a mix-in class.
Some WebUIController subclasses don't currently support Mojo and reworking the hierarchy may not be possible. Breaking the enable Mojo operations into a separate mix-in class would allow other WebUIControllers to selectively enable Mojo. One such class that doesn't immediately support Mojo is ConstrainedWebDialogUI.

There is currently some confusion about using ShowConstrainedWebDialog with a web ui which needs Mojo.

Change-Id: If421d1360cc27934b32bf7c35bbe88896bb2eca5
Bug: 365593101
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5954285
Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com>
Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Allen Bauer <kylixrd@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1372851}
2024-10-23 18:26:35 +00:00
..
2024-10-18 09:35:17 +00:00
2024-10-23 18:19:09 +00:00
2024-10-18 17:39:17 +00:00
2024-09-19 17:05:11 +00:00
2024-10-18 17:39:17 +00:00
2024-10-23 18:19:09 +00:00
2024-09-30 17:58:53 +00:00

This directory contains UI frameworks used to build various user interface features. This directory is not intended to contain UI features (such as a keyboard).