commit | f873d32e1aba3418dcc802cd2a2a79a220c190ca | [log] [tgz] |
---|---|---|
author | Marijn Kruisselbrink <mek@chromium.org> | Fri Apr 26 19:18:41 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 26 19:18:41 2024 |
tree | c084de000f9d7e261f1b3396e307aa0a9d99b29a | |
parent | 17bee3ee1c8a72647df559003ac6221151bc93a5 [diff] |
[Shortcuts] Mac shortcut creator implementation This implements just the creation part for shortcuts on macOS. This creates shortcuts as ".crwebloc" files, which are webloc files with an additional field containing the profile name. In a follow-up CL code will be added to chrome to actually handle opening these files. go/shortcuts-not-apps-design is the (unfortunately internal only) design doc for this feature. Bug: 333024272 Cq-Include-Trybots: luci.chromium.try:mac_chromium_10.15_rel_ng,mac_chromium_11.0_rel_ng Change-Id: I83524a75fae577fe5ca32799959548caa6eef97f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5473506 Reviewed-by: Daniel Murphy <dmurph@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/main@{#1293188}
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.