0
Files
src/ash/bubble
Peter Boström 305515f4cf Use NOTREACHED_IN_MIGRATION() in ash/
This was generated by replacing "  NOTREACHED()" with
"  NOTREACHED_IN_MIGRATION()" and running git cl format.

This prepares for making NOTREACHED() [[noreturn]] alongside
NotReachedIsFatal migration of existing inventory.

Bug: 40580068
Change-Id: I0f6ebcd3454061a07e799e7ff3a5b0efb2b5b96d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5539186
Auto-Submit: Peter Boström <pbos@chromium.org>
Commit-Queue: Peter Boström <pbos@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Owners-Override: Lei Zhang <thestig@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1300920}
2024-05-14 21:56:18 +00:00
..
2024-05-02 21:04:09 +00:00

//ash/bubble

Bubbles are widgets with rounded corners. They appear over the main workspace content. Most bubbles are dismissed when the user clicks outside their bounds, similar to a menu.

Example bubbles:

  • System tray (quick settings)
  • Phone hub
  • Bubble app list

This directory contains shared code for bubbles. Individual bubbles should be implemented in other directories, like //ash/app_list, //ash/system, etc.