mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
* chore: bump chromium in DEPS to 149.0.7812.0 * chore: update patches (trivial only) Co-Authored-By: GitHub Copilot <copilot@github.com> * fix(patch): declare abort in Node builtin_info Node's builtin_info.cc uses abort() but doesn't include <cstdlib>. It used to pick up the declaration by a transitive include, but that broke in this libc++ roll. This patch can be removed after it's been upstreamed to Node.js. * SharedWorker: Enforce same-origin check for IWA and Extensions Xref: https://chromium-review.googlesource.com/c/chromium/src/+/7784632 * chore: node script/gen-libc++-filenames.js --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com> Co-authored-by: GitHub Copilot <copilot@github.com>