mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
* chore: bump chromium in DEPS to 144.0.7559.59 * chore: update patches * [InputVizard] Fix missing touch cancel in InputTransferHandlerAndroid using InputEventSource Refs https://chromium-review.googlesource.com/c/chromium/src/+/7302368 (cherry picked from commitf31f9e06db) * 7264893: update postMessage tests for file: origin serialization change Cherry-picked from4ef78d3ee7Chromium now serializes file: origins as 'null' in MessageEvent per spec. This is a security improvement aligning with the HTML spec behavior. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7264893 Co-Authored-By: Alice Zhao <66543449+alicelovescake@users.noreply.github.com> --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com> Co-authored-by: deepak1556 <hop2deep@gmail.com> Co-authored-by: Alice Zhao <66543449+alicelovescake@users.noreply.github.com>
17 lines
1.2 KiB
JSON
17 lines
1.2 KiB
JSON
[
|
|
{ "patch_dir": "src/electron/patches/chromium", "repo": "src" },
|
|
{ "patch_dir": "src/electron/patches/boringssl", "repo": "src/third_party/boringssl/src" },
|
|
{ "patch_dir": "src/electron/patches/devtools_frontend", "repo": "src/third_party/devtools-frontend/src" },
|
|
{ "patch_dir": "src/electron/patches/ffmpeg", "repo": "src/third_party/ffmpeg" },
|
|
{ "patch_dir": "src/electron/patches/v8", "repo": "src/v8" },
|
|
{ "patch_dir": "src/electron/patches/node", "repo": "src/third_party/electron_node" },
|
|
{ "patch_dir": "src/electron/patches/nan", "repo": "src/third_party/nan" },
|
|
{ "patch_dir": "src/electron/patches/perfetto", "repo": "src/third_party/perfetto" },
|
|
{ "patch_dir": "src/electron/patches/squirrel.mac", "repo": "src/third_party/squirrel.mac" },
|
|
{ "patch_dir": "src/electron/patches/Mantle", "repo": "src/third_party/squirrel.mac/vendor/Mantle" },
|
|
{ "patch_dir": "src/electron/patches/ReactiveObjC", "repo": "src/third_party/squirrel.mac/vendor/ReactiveObjC" },
|
|
{ "patch_dir": "src/electron/patches/webrtc", "repo": "src/third_party/webrtc" },
|
|
{ "patch_dir": "src/electron/patches/reclient-configs", "repo": "src/third_party/engflow-reclient-configs" },
|
|
{ "patch_dir": "src/electron/patches/sqlite", "repo": "src/third_party/sqlite/src" }
|
|
]
|