Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit faa0d01d authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Merge tag '91.0.4472.97' of https://github.com/bromite/bromite

 Conflicts:
	README.md
parents d8d54b86 40c93af2
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -57,12 +57,13 @@ Yes/No

### Is the bug a crash?

<!--
If yes then individuate and post the 'adb logcat | grep chromium' dump, otherwise remove this section.
-->
No

-- or --

Yes, this is the crash dump:
```
<paste here logcat dump>
<paste here logcat dump individuated with 'adb logcat | grep chromium'>
```

### Describe the bug
+7 −0
Original line number Diff line number Diff line
# 91.0.4472.97
* fix opening new tabs from links in always-incognito mode (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1154)
* add flag for omnibox autocomplete filtering (fixes https://github.com/bromite/bromite/issues/1152)
* enable IntentBlockExternalFormRedirectsNoGesture by default
* add flag to disable external intent requests
* fix for tab collection temporary/non-exportable (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1138)

# 91.0.4472.50
* unexpire tab group flags `#enable-tab-groups` and `#enable-tab-groups-ui-improvements`
* replace known good hostname used for DoH test (fixes https://github.com/bromite/bromite/issues/1148)
+1 −1
Original line number Diff line number Diff line
91.0.4472.50
91.0.4472.97
+3 −0
Original line number Diff line number Diff line
@@ -143,4 +143,7 @@ Add-IsCleartextPermitted-flag.patch
Disable-RTCGetCurrentBrowsingContextMedia-by-default.patch
Disable-FLoC-by-default.patch
Unexpire-tab-groups-flags.patch
Add-flag-for-omnibox-autocomplete-filtering.patch
Enable-IntentBlockExternalFormRedirectsNoGesture-by-default.patch
Add-flag-to-disable-external-intent-requests.patch
Automated-domain-substitution.patch
+2 −2
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ diff --git a/base/android/android_image_reader_compat.h b/base/android/android_i
diff --git a/chrome/browser/flag-metadata.json b/chrome/browser/flag-metadata.json
--- a/chrome/browser/flag-metadata.json
+++ b/chrome/browser/flag-metadata.json
@@ -1935,7 +1935,7 @@
@@ -1940,7 +1940,7 @@
   {
     "name": "enable-image-reader",
     "owners": [ "vikassoni", "liberato" ],
@@ -225,7 +225,7 @@ diff --git a/gpu/ipc/service/stream_texture_android.cc b/gpu/ipc/service/stream_
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -619,6 +619,10 @@ const base::Feature kMediaDrmPreprovisioning{"MediaDrmPreprovisioning",
@@ -627,6 +627,10 @@ const base::Feature kMediaDrmPreprovisioning{"MediaDrmPreprovisioning",
 const base::Feature kMediaDrmPreprovisioningAtStartup{
     "MediaDrmPreprovisioningAtStartup", base::FEATURE_ENABLED_BY_DEFAULT};
 
Loading