electron/patches
Charles Kerr b253d52faf
build: export matching patches (#41174)
* build: make patches/config.json an array of objects

This file was previously an object of patch_dir keys to repo values;
Now is an array of objects containing `patch_dir` and `repo` properties.
This makes other per-target properties (e.g. `grep`) possible.

* build: include Note metadata when exporting patches

* build: support keyword filtering in export_patches()

* build: add optional `--grep` arg to git-export-patches script

* build: update export_all_patches to understand new config file

* fixup! build: update export_all_patches to understand new config file

chore: make lint happy

* fixup! build: make patches/config.json an array of objects

chore: fix oops

* refactor: remove support for the old file format

There is more code using config.json than I thought, so the
effort-to-reward of supporting the old format is not worth it.

* build: update apply_all_patches to understand new config file

* build: update lint.js to understand new config file

* build: update patches-mtime-cache.py to understand new config file

* fixup! build: update apply_all_patches to understand new config file

fix: oops

* fixup! build: update apply_all_patches to understand new config file

fix minor syntax wart

* fixup! build: support keyword filtering in export_patches()

refactor: use idiomatic python

* refactor: warn if config.json has an invalid repo
2024-02-08 13:47:59 -05:00
..
boringssl chore: bump chromium to 119.0.6029.0 (main) (#39944) 2023-09-28 22:26:41 -07:00
chromium fix: crash problem with message_port close event (#41201) 2024-02-05 16:38:30 +09:00
devtools_frontend chore: bump chromium to 123.0.6272.0 (main) (#41130) 2024-01-31 17:04:13 -06:00
ffmpeg chore: bump chromium to 113.0.5651.0 (main) (#37553) 2023-03-15 18:20:32 +09:00
Mantle chore: bump chromium to 096e5313aaf19dfa0c4710145c34d (master) (#26535) 2020-12-14 10:57:36 -08:00
nan chore: bump chromium to 121.0.6116.0 (main) (#40490) 2023-11-14 13:21:32 -08:00
node fix: original-fs import replacement (#41209) 2024-02-05 09:51:04 +01:00
perfetto chore: bump chromium to 122.0.6194.0 (main) (#40750) 2024-01-03 09:52:49 +01:00
ReactiveObjC chore: bump chromium to 94.0.4584.0 (main) (#30030) 2021-07-26 09:02:16 -07:00
reclient-configs build: fix windows remote exec of python actions (#40958) 2024-01-11 07:17:35 -08:00
squirrel.mac refactor: use non-deprecated NSKeyedArchiver APIs (#40315) 2023-10-25 12:01:34 -04:00
v8 chore: bump chromium to 123.0.6272.0 (main) (#41130) 2024-01-31 17:04:13 -06:00
webrtc chore: bump chromium to 120.0.6078.0 (main) (#40114) 2023-10-24 11:24:20 -04:00
config.json build: export matching patches (#41174) 2024-02-08 13:47:59 -05:00
README.md docs: add a dev doc describing the patch system (#20489) 2019-10-09 14:48:09 -07:00