commit | 06a7255602dd78a8cd718daced56266adeefe228 | [log] [tgz] |
---|---|---|
author | Paul Adedeji <pauladedeji@google.com> | Thu Jan 30 16:24:54 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 30 16:24:54 2025 |
tree | 95bdbb32c376f897065ed812ae1e2418602131c7 | |
parent | 935484e5f2c24de04d457bc5695ea2c3a84dec9d [diff] |
[ntp enterprise] Observe changes to Microsoft auth in NTP handler. 1. Adds listener for Auth state to NTP's handler. 2. Toggles microsoft module disablement based on auth state **Auth state behaviors** - kNone: disable all - kError: only enable auth - kSuccess: enable everything except auth 3. Adds test for module_registry.ts to ensure that even if we enable a microsoft module that hasn't been added to `module_id_details_`[1], the module won't attempt to init. 4. Adds TODOs to remove tech debt. [1]https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/ui/webui/new_tab_page/new_tab_page_handler.cc;drc=aaeff707bc4de78c1c72a6c04ed737e49648236f;l=840 Change-Id: I73e7eb9507e46ff0f2436ae95ab53a4462fa9c57 Bug: 377888363 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6196520 Reviewed-by: Riley Tatum <rtatum@google.com> Reviewed-by: Roman Arora <romanarora@chromium.org> Commit-Queue: Paul Adedeji <pauladedeji@google.com> Cr-Commit-Position: refs/heads/main@{#1413528}
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.