0
Files
src/chrome
Irem Uguz f37a76066c support-tool: Add a select all checkbox for data collectors
Remove the select all button below the data collector checkbox list and
add it as a checkbox above the list to improve the user experience.
Remove select none string and update the tests.
The UI looks as follows after the change:
https://screencast.apps.chrome/10IMir8hK3ds5cjrR_XpHomMV0bsqdYwD?createdTime=2024-05-16T12%3A19%3A07.175Z&resourceKey=0-c5se89HPTpnrgbKZF8ROPw

Bug: b:334841776
Change-Id: Idc014421acd8c6972f859b926b4668e2746097fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5546067
Reviewed-by: Roland Bock <rbock@google.com>
Reviewed-by: Andrei Nedoluzhko <nedol@google.com>
Commit-Queue: Irem Uguz <iremuguz@google.com>
Cr-Commit-Position: refs/heads/main@{#1305743}
2024-05-24 16:06:02 +00:00
..
2024-05-24 15:58:56 +00:00
2024-05-24 14:52:21 +00:00

Chrome

This directory contains the open source, application layer of Google Chrome.

Unlike other parts of Chromium like //content, which provide framework intended to support multiple products, this directory contains code that is focused on building specific products with opinionated UX.

Specific products include:

  • Chrome desktop browser for Chrome OS, Windows, Mac and Linux
  • Chrome mobile browser for Android
  • Chrome OS system UI

See //ios/chrome for the Chrome mobile browser for iOS, and note that code that is shared between //chrome and //ios/chrome is typically factored out into //components.