mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
chore: bump chromium to 144.0.7526.0 (40-x-y) (#48913)
* chore: bump chromium in DEPS to 144.0.7524.0 * chore: bump chromium in DEPS to 144.0.7524.1 * chore: bump chromium in DEPS to 144.0.7526.0 * chore: bump chromium in DEPS to 144.0.7526.1 * chore: bump chromium to 144.0.7522.0 (main) (#48892) * chore: bump chromium in DEPS to 144.0.7522.0 * 7131867: Remove GenericScopedHandle::IsValid in favor of is_valid https://chromium-review.googlesource.com/c/chromium/src/+/7131867 * 7078879: [video pip] Remove old controls https://chromium-review.googlesource.com/c/chromium/src/+/7078879 * chore: fixup patch indices * 7128138: Add a pref to enable Secure DNS 'automatic mode with DoH fallback'. https://chromium-review.googlesource.com/c/chromium/src/+/7128138 * chore: fixup indices * fix: pip patch --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> (cherry picked from commit10b07deb97) * chore: bump chromium to 144.0.7526.0 (main) (#48932) * chore: bump chromium in DEPS to 144.0.7526.0 * 7138583: [Partitioned Popins Removal] IPC https://chromium-review.googlesource.com/c/chromium/src/+/7138583 * chore: fixup patch indices * 7139794: Partially remove check for global handlers in plugin mime_type code https://chromium-review.googlesource.com/c/chromium/src/+/7139794 --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> (cherry picked from commit8ecd064d2c) --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6b797a84a8
commit
135f127db8
@@ -272,7 +272,8 @@ void SystemNetworkContextManager::OnNetworkServiceCreated(
|
||||
content::GetNetworkService()->ConfigureStubHostResolver(
|
||||
base::FeatureList::IsEnabled(net::features::kAsyncDns),
|
||||
base::FeatureList::IsEnabled(net::features::kHappyEyeballsV3),
|
||||
default_secure_dns_mode, doh_config, additional_dns_query_types_enabled);
|
||||
default_secure_dns_mode, doh_config, additional_dns_query_types_enabled,
|
||||
{} /*fallback_doh_nameservers*/);
|
||||
|
||||
// The OSCrypt keys are process bound, so if network service is out of
|
||||
// process, send it the required key.
|
||||
|
||||
Reference in New Issue
Block a user