electron/script
electron-roller[bot] 5513e66982
chore: bump chromium to 95.0.4612.5 (main) (#30503)
* chore: bump chromium in DEPS to 94.0.4604.0

* build: 3-way merge of chromium patches

* chore: bump chromium in DEPS to 94.0.4605.0

* build: 3-way merge of chromium patches

* 3076040: Reland Remove delete_children RemoveAllChildViews arg

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3076040

* 3069287: Remove the remaining uses and delete the deprecated API

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3069287

* 2297212: Replace RemoveWithoutPathExpansion(.*, nullptr) with Value::RemoveKey()

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2297212

Also: https://chromium-review.googlesource.com/c/chromium/src/+/3060296

* 3082756: Change transport_security_persister_path param to be a path to a file.

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/3082756

> this CL intentionally changes the name of the parameter
> in the network context parameters and the order of the constructor
> parameters to ensure all callers update their code to pass a full
> file path rather than a path to a directory.

The 'path' in this diff is already an absolute path, coming from
`CHECK(base::PathService::Get(chrome::DIR_USER_DATA, &path_));` at
08ff1c2cbf/shell/browser/electron_browser_context.cc (L126)

* iwyu: network::mojom::HttpRawHeaderPair

* fixup! 3076040: Reland Remove delete_children RemoveAllChildViews arg

Missed one.

* 2999884: CodeHealth: Remove DictionaryValue::GetStringWithoutPathExpansion

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2999884
(example of replacing GetStringWithoutPathExpansion() w/FindStringKey())

Also: https://chromium-review.googlesource.com/c/chromium/src/+/3060296
(removal of DictionaryValue::GetStringWithoutPathExpansion)

* 3059260: Remove kSameSiteByDefaultCookies and kCookiesWithoutSameSiteMustBeSecure

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/3059260

We had both of these in a 'disable_features' list. Since these feature have
been removed upstream, remove them from our disable list, too.

IMPORTANT: this commit should not be backported to older branches that
still have these features, because doing so would un-disable them.

* 2920890: Load reroute_info from download in-progress and history db back into DownloadItem.

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2920890

* 3039323: [Clipboard API] Clipboard Custom Formats implementation Part 5.

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/3039323

* chore: bump chromium in DEPS to 94.0.4606.0

* 3084502: Add a new PrintRasterizePdfDpi policy.

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/3084502

* chore: update patches

* chore: bump chromium in DEPS to 94.0.4606.3

* chore: bump chromium in DEPS to 95.0.4608.0

* chore: bump chromium in DEPS to 95.0.4609.0

* [DevTools] Remove report_raw_headers from network::ResourceRequest

https://chromium-review.googlesource.com/c/chromium/src/+/2856099

* Remove content::WebContentsObserver::OnInterfaceRequestFromFrame

https://chromium-review.googlesource.com/c/chromium/src/+/3092665

* Disable kDesktopCaptureMacV2

https://chromium-review.googlesource.com/c/chromium/src/+/3069272

* Add a new PrintRasterizePdfDpi policy.

https://chromium-review.googlesource.com/c/chromium/src/+/3084502

* chore: update patches

* chore: bump chromium in DEPS to 95.0.4609.3

* disable `use_lld` for macos

* chore: update patches

* Linux: use chrome_crashpad_handler instead of crashpad_handler

https://chromium-review.googlesource.com/c/chromium/src/+/3054290

* chore: fix lint

* Revert "[DevTools] Remove report_raw_headers from network::ResourceRequest"

This reverts commit 28f4da1582d046e96cb58f3cbb590503e89dfd0d.

* [DevTools] Remove report_raw_headers from network::ResourceRequest (Attempt #2)

https://chromium-review.googlesource.com/c/chromium/src/+/2856099

* DCHECK that predictor always has a non-empty NetworkIsolationKey.

https://chromium-review.googlesource.com/c/chromium/src/+/3067698

* Remove --no-untrusted-code-mitigations from //content and //gin

https://chromium-review.googlesource.com/c/chromium/src/+/3096585

* fixup! Remove kSameSiteByDefaultCookies and kCookiesWithoutSameSiteMustBeSecure

https://chromium-review.googlesource.com/c/chromium/src/+/3059260

* fixup! Remove kSameSiteByDefaultCookies and kCookiesWithoutSameSiteMustBeSecure

* Convert PrintManager to RenderFrameHostReceiverSet.

https://chromium-review.googlesource.com/c/chromium/src/+/3072019

* chore: bump chromium in DEPS to 95.0.4612.5

* chore: disable v8 oilpan

* [Compiler] Remove untrusted code mitigations.

https://chromium-review.googlesource.com/c/v8/v8/+/3045704

* Remove most FTP logic from services/network.

https://chromium-review.googlesource.com/c/chromium/src/+/3076119

* Rename scale_factor.h -> resource_scale_factor.h

https://chromium-review.googlesource.com/c/chromium/src/+/3057113

* [GURL -> SiteForCookies] extensions/

https://chromium-review.googlesource.com/c/chromium/src/+/3100825

* breadcrumbs: add desktop entry point

https://chromium-review.googlesource.com/c/chromium/src/+/3021746

* Move args_ to private in ExtensionFunction

https://chromium-review.googlesource.com/c/chromium/src/+/3076261

* chore: iwyu

* fixup! Remove kSameSiteByDefaultCookies and kCookiesWithoutSameSiteMustBeSecure

* Disable kDesktopCaptureMacV2

https://chromium-review.googlesource.com/c/chromium/src/+/3069272

* fixup! [Compiler] Remove untrusted code mitigations.

* fixup! Disable kDesktopCaptureMacV2

* Revert "chore: disable v8 oilpan"

This reverts commit 5d255cf1d8e8efbb906047937a713279e5f800d0.

* Reland "chore: disable v8 oilpan"

This reverts commit 1c252765b07a205560e7b5eed06de2605336e2d8.

The previous revert was to test on which platforms did the
heapsnapshot test actually fail.

* [Clipboard API] Clipboard Custom Formats implementation Part 5.

https://chromium-review.googlesource.com/c/chromium/src/+/3039323

* Convert ExtensionFrameHost to RenderFrameHostReceiverSet.

https://chromium-review.googlesource.com/c/chromium/src/+/3063358

* Convert PDFWebContentsHelper to RenderFrameHostReceiverSet.

https://chromium-review.googlesource.com/c/chromium/src/+/3049751

* [Underscore Migration] Migrate ui/legacy

https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3093160

* chore: remove unknown permission error

* chore: fix lint

* chore: ignore -Wunreachable-code-return for node deps/

* fixup! chore: ignore -Wunreachable-code-return for node deps/

* fix: windows build

* fix: build dependency

Dependency was missed in cbeae20438

* 3108669: arm,dsp: Fix 8bpp Dct64_NEON().

https://chromium-review.googlesource.com/c/codecs/libgav1/+/3108669

* chore: revert libgav1 roll

* Revert "3108669: arm,dsp: Fix 8bpp Dct64_NEON()."

This reverts commit 7ed31323127aac8ba2eaff9cae6c9be9a4954f33.

* Revert "chore: revert libgav1 roll"

This reverts commit 084a490d298811267316c786762fe7aa91b6318d.

* chore: revert clang roll

* chore:  Fix -Wunreachable-code-aggressive warnings in arm and arm64 code

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: deepak1556 <hop2deep@gmail.com>
Co-authored-by: mlaurencin <mlaurencin@electronjs.org>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
2021-08-23 20:52:17 -04:00
..
codesign build: fix installing of code-signing identity on macOS (#27221) 2021-01-11 10:49:15 +09:00
lib build: support building Electron on msys2 (#29449) 2021-06-02 16:29:19 +09:00
release build: embed binary checksums in the npm package (#30611) 2021-08-19 11:26:17 -07:00
zip_manifests chore: bump chromium to 95.0.4612.5 (main) (#30503) 2021-08-23 20:52:17 -04:00
add-debug-link.py fix: use system installed objcopy to copy debug symbols (#23835) 2020-05-29 08:37:02 -04:00
apply_all_patches.py chore: remove unused imports in our python scripts (#25406) 2020-09-14 10:25:49 +09:00
check-patch-diff.ts build: convert some scripts to TS (#24891) 2020-08-07 13:48:46 -07:00
check-relative-doc-links.py chore: improve docs relative link linting (#26359) 2020-11-18 11:55:11 -08:00
check-symlinks.js build: remove dead symlink from MAS build (#24158) 2020-06-16 14:19:57 -07:00
copy-debug-symbols.py fix: use system installed objcopy to copy debug symbols (#23835) 2020-05-29 08:37:02 -04:00
dbus_mock.py chore: remove unused imports in our python scripts (#25406) 2020-09-14 10:25:49 +09:00
doc-only-change.js build: fix docs only change script to pull all files not just 30 (#28737) 2021-04-19 20:00:28 -04:00
download-circleci-artifacts.js refactor: remove all usages of the legacy request module (#30492) 2021-08-12 10:34:49 -07:00
export_all_patches.py build: Python3 compat and Win line-endings fixes (#26091) 2020-10-30 19:05:38 +09:00
gen-filenames.ts chore: update to latest TypeScript, which has built-in WeakRef declarations (#27425) 2021-01-22 11:25:47 -08:00
gen-hunspell-filenames.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
gen-libc++-filenames.js test: rebuild nan tests with libc++ and libc++abi (#29281) 2021-05-22 11:48:38 -07:00
generate-deps-hash.js build: bust the deps cache on windows (#30401) 2021-08-04 15:31:17 -07:00
generate-version-json.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
generate-zip-manifest.py
git-export-patches chore: remove unused imports in our python scripts (#25406) 2020-09-14 10:25:49 +09:00
git-import-patches chore: remove unused imports in our python scripts (#25406) 2020-09-14 10:25:49 +09:00
gn-asar.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
gn-check.js chore: bump chromium to 096e5313aaf19dfa0c4710145c34d (master) (#26535) 2020-12-14 10:57:36 -08:00
lint.js build: provide line numbers of bad patch lines when linting (#28666) 2021-04-15 10:43:35 -07:00
nan-spec-runner.js chore: bump chromium to 94.0.4584.0 (main) (#30030) 2021-07-26 09:02:16 -07:00
native-test-targets.json
native-tests.py
node-disabled-tests.json chore: bump chromium to 95.0.4612.5 (main) (#30503) 2021-08-23 20:52:17 -04:00
node-spec-runner.js chore: remove unused code from our js scripts (#25419) 2020-09-14 10:22:13 -07:00
patches-mtime-cache.py build: don't generate patches mtime cache if it already exists (#26468) 2020-11-18 09:50:31 +09:00
push-patch.js build: auto-push patch file changes (#26235) 2020-10-29 14:21:23 -04:00
run-clang-format.py fix: output Unix-style paths for git diffs on Win (#25763) 2020-10-05 10:40:40 -04:00
run-clang-tidy.ts build: support for running clang-tidy (#26150) 2020-11-05 10:24:17 +09:00
run-gn-format.py
run-if-exists.js build: remove the tools folder (#24880) 2020-08-07 14:13:09 -07:00
setup-win-for-dev.bat ci: use call instead of cmd /C (#23985) 2020-06-11 10:05:03 -04:00
spec-runner.js chore: bump node to v16.5.0 (main) (#30031) 2021-07-15 11:25:00 -04:00
start-goma.ps1 Bump v12.0.0-nightly.20200827 2020-08-27 07:31:51 -07:00
start.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
strip-binaries.py chore: fix linter errors (#25996) 2020-10-19 20:55:27 +09:00
sysroots.json chore: bump chromium to 92.0.4475.0 (master) (#28462) 2021-04-15 10:44:35 -07:00
verify-chromedriver.py chore: fix linter errors (#25996) 2020-10-19 20:55:27 +09:00
verify-ffmpeg.py ci: enable arm64 macOS tests (#24832) 2021-01-21 18:36:52 -05:00
verify-mksnapshot.py ci: enable arm64 macOS tests (#24832) 2021-01-21 18:36:52 -05:00
yarn.js build: update npx.py to support npx@7 (#26662) 2020-11-23 21:26:54 -08:00
zip-symbols.py build: import execute method in symbols zip script 2021-04-26 13:00:50 -07:00