14 Commits
Author SHA1 Message Date
Claudio DeSouza 34e83d3c5f Update patches from Chromium 144.0.7559.110 to Chromium 145.0.7632.31. 2026-01-29 13:46:02 -05:00
Claudio DeSouza 09f2da6381 Update patches from Chromium 137.0.7151.104 to Chromium 138.0.7204.25. 2025-06-11 17:07:53 -04:00
Claudio DeSouza f074886b44 [cr137] Fix override for long form modifiers
This change merely readjusts our override for
`Accelerator::GetLongFormModifiers` to again work with the upstream
code, as now the function being overriden is using a vector to
communicate the accelerators.

Chromium changes:
https://chromium.googlesource.com/chromium/src/+/9cc3dd999fd593e1c5293ad84fcb8379d3304262

commit 9cc3dd999fd593e1c5293ad84fcb8379d3304262
Author: Anthony Cui <cuianthony@google.com>
Date:   Wed Apr 23 11:30:54 2025 -0700

    Add accelerator API to get shortcut vector representation

    Bug: b:408031139
    Change-Id: I2bbd28c3baa8819d51bff71b33ca484c189ccb82
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6442193
    Reviewed-by: Samuel Huang <huangs@chromium.org>
    Reviewed-by: Jimmy Gong <jimmyxgong@chromium.org>
    Reviewed-by: Avi Drissman <avi@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1450686}
2025-05-13 15:53:17 -04:00
Claudio DeSouza 7a96b2b2de Conflict-resolved patches from Chromium 134.0.6998.45 to Chromium 135.0.7049.17. 2025-03-18 20:01:58 -04:00
Claudio DeSouza 330dd16eea Update patches from Chromium 132.0.6834.111 to Chromium 133.0.6943.27. 2025-01-27 09:41:57 -05:00
Claudio DeSouza 706226a2ec Update patches from Chromium 131.0.6778.85 to Chromium 132.0.6834.15. 2024-12-01 08:44:01 -05:00
Claudio DeSouza 2bb8f0e588 Update patches from Chromium 128.0.6613.120 to Chromium 129.0.6668.31. 2024-09-10 14:42:23 -04:00
Claudio DeSouza 02fca1ca12 Update patches from Chromium 127.0.6533.88 to Chromium 128.0.6613.18. 2024-08-07 21:31:57 -04:00
Claudio DeSouza 69660a7df0 Update patches from Chromium 126.0.6478.114 to Chromium 127.0.6533.17. 2024-06-25 13:13:06 +01:00
Claudio DeSouza c26e5b9618 Update patches from Chromium 125.0.6422.76 to Chromium 126.0.6478.17. 2024-05-24 12:58:03 +01:00
Claudio DeSouza 0bc2d1801f Update patches from Chromium 124.0.6367.118 to Chromium 125.0.6422.26. 2024-05-03 16:53:59 -04:00
Jay Harris 5d5497f42e [Commands]: Fix NotReached() crash (#22895) 2024-05-02 09:16:24 +12:00
c449f551a4 Upgrade from Chromium 123.0.6312.58 to Chromium 123.0.6312.86. (#22793)
* Upgrade from Chromium 123.0.6312.58 to Chromium 123.0.6312.86

* Update pins list timestamp

* Updated strings for Chromium 123.0.6312.86

* Revert "`UpdateWidevineCdmHintFile` added rollback arg"

This reverts commit 78aa6e63c2.

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

commit b1646bfdf2c9f2bbe91c5124ea20deb92793c38d
Author: John Rummell <jrummell@chromium.org>
Date:   Fri Mar 15 16:57:06 2024 +0000

    Revert "Enable Widevine CDM rollback on Linux/ChromeOS"

    This reverts commit 2357f133d837df39ea8bb290edc3bcc83de7c46c.

    Reason for revert: Loading the Widevine CDM on LaCros fails when
    switching between rootfs and stateful file system.

    Original change's description:
    > Enable Widevine CDM rollback on Linux/ChromeOS
    >
    > Component Update allows for downgrading components to an earlier
    > version. However, on Linux and ChromeOS, the Widevine CDM needs
    > to be loaded before the zygote is locked, and thus uses a hint
    > file to determine which version is supplied by Component Update.
    > Current checking in cdm_registration uses the larger of the bundled
    > version or the Component Updated version (if both exist), so if the
    > downgrade is to a version prior to the current bundled version, the
    > rollback doesn't work.
    >
    > To fix this, the hint file created when a new component is downloaded
    > is updated to keep track of the bundled version at the time it was
    > downloaded, as Component Update will check the bundled version when
    > determining if a new version is required. If the bundled version
    > matches this saved version, then the bundled version is skipped when
    > checking what should be loaded into the zygote (thus always loading
    > the Component Updated version).
    >
    > Bug: 1518051
    > Test: manual test plus updated unit_tests pass
    > Change-Id: I180e2b1fa125ff53f58a215a41dcd98247d92e03
    > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5251807
    > Commit-Queue: John Rummell <jrummell@chromium.org>
    > Reviewed-by: Xiaohan Wang <xhwang@chromium.org>
    > Reviewed-by: Joshua Pawlicki <waffles@chromium.org>
    > Cr-Commit-Position: refs/heads/main@{#1260768}

    Bug: 1518051, 326456139

---------

Co-authored-by: brave-builds <brave-builds+devops@brave.com>
Co-authored-by: Claudio DeSouza <cdesouza@brave.com>
2024-03-27 12:39:27 -04:00
Jay Harris 57ebe093eb [Commands]: Fix Ctrl+Alt shortcuts in custom accelerators (#22699) 2024-03-22 08:46:25 +13:00