11 Commits
Author SHA1 Message Date
cdesouza-chromium 4e7fcd376f [CodeHealth] Use std::string::[starts|ends]_with (#26306)
For cases where the comparison is case sensitive, we should use the
methods provided by the common std string types provided since cxx20.
2024-10-31 13:44:30 +00:00
Jay Harris dcf9ebab4d [Commands]: Fix ampersand replacement (#23447) 2024-05-07 06:29:17 +01:00
Jay Harris ed87fb9ec3 [Commands]: Reuse existing translations (#20760) 2023-11-02 15:22:46 +13:00
Claudio DeSouza c3506d8f5d chromium_strings renamed to branded_strings
This change has affected inclusion paths in cxx and gn.

Chromium change:
https://chromium.googlesource.com/chromium/src/+/d78ab264fc6d9d013047f9d7bf1beafb00c02ebd

commit d78ab264fc6d9d013047f9d7bf1beafb00c02ebd
Author: Henrique Ferreiro <hferreiro@igalia.com>
Date:   Wed Sep 13 11:21:43 2023 +0000

    Rename chrome/app/ branding strings

    Branded string targets and generated header files were named
    "*chromium_strings" and "*chromium_strings.h", respectively. This is
    the result of originally having a chromium and google_chrome version of
    those. After https://crrev.com/c/4703485 there's a single version, so
    rename to "*branded_strings*" for consistency.

    This CL performs this renaming in chrome/app/.

    Bug: 1470725
2023-10-23 13:19:03 +01:00
Jay Harris 6f4dc843de Remove method in favor of direct check 2023-08-04 14:35:42 +12:00
Jay Harris c3f035a90a Add buildflag 2023-08-04 14:35:41 +12:00
Jay Harris 5a397ae409 [Shortcuts]: Add translations (#18765) 2023-06-13 04:56:00 +02:00
Sangwoo Ko d6339cd5cd Get global accelerators on Mac for brave://commands (#17872)
* Get global accelerators on Mac for brave://commands

On Mac, accelerator mechanism is different from that of other platforms.
Make a shim to fill the accelerators properly.
2023-04-12 15:38:04 +09:00
Jay Harris 63c5bdb66c [Command Palette]: Expose all available Brave Commands to the Command Palette (#17871) 2023-04-04 02:25:31 +02:00
Jay Harris 27aa0ba0a0 Shortcuts Generation Followup (#17632) 2023-03-28 04:49:39 +02:00
Jay Harris a6fa01232b [Shortcuts]: Generate shortcut metadata instead of hardcoding (#17406) 2023-03-15 13:04:36 +13:00