0
Files
src/chrome
Grey Wang 6bb21a64ac Make GIFs clearable
Add a context menu for <emoji-image /> (under history group), so users can remove GIFs individually.

Bug: b:282083514
Change-Id: I7d0411c091a3a812839b8430ced5093ad3a3d860
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4533818
Reviewed-by: Zac Partridge <zacpartridge@google.com>
Commit-Queue: Grey Wang <greywang@google.com>
Cr-Commit-Position: refs/heads/main@{#1144564}
2023-05-16 07:15:41 +00:00
..
2023-05-16 03:31:34 +00:00
2023-05-16 07:15:41 +00:00
2023-05-16 02:43:09 +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.