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

Commit 36c65e98 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Merge tag 90.0.4430.92 from bromite



a0ad5d29 Release 90.0.4430.92
ad010db0 Add flag IsCleartextPermitted default true (#1111)
b3f5b629 New flag "allow-user-certificates" (#1110)
ce1a0395 explicit denial to fetch (#1106)
54302084 Release 90.0.4430.92
e3e5a455 fix update ui for pac url config (#1098)
1e87d1b0 Mention what to do for bugs unrelated to Chromium
4af239c7 README.md (#1076)
a89f8a31 Add question for incognito tabs
0ef43d4e Release 90.0.4430.74
e3b4bf00 Merge pull request #1064 from uazo/fix-1051
45ddc390 remove unnecessary code for v90
b2975f63 Merge pull request #1054 from uazo/fix-1049
1aef9679 updated patch for v90
b5a8dc1e actual patch v89

Signed-off-by: Aayush Gupta's avatarAayush Gupta <theimpulson@e.email>
parents e1d85f00 a0ad5d29
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -43,10 +43,15 @@ Yes/No
<!--
Please pick the same version of Chromium as Bromite from here: https://github.com/bromite/chromium/releases
If the bug is reproducible then it might be a configuration issue or an upstream bug. Upstream bugs can be reported on the [Chromium issue tracker](https://bugs.chromium.org/p/chromium/issues/list) and do not forget to read [Chromium project bug reporting guidelines](https://www.chromium.org/for-testers/bug-reporting-guidelines) first.

If the bug is related to functionality that does not exist in Chromium then answer "No".
-->

Yes/No

### Is this bug happening in an incognito tab?
Yes/No

### Allow ads for the site; is the bug caused by the adblocker?
Yes/No

+8 −0
Original line number Diff line number Diff line
# 90.0.4430.92
* restore horizontal tab switcher feature (fixes https://github.com/bromite/bromite/issues/1077)
* fix a couple of bugs in proxy saving UI (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1072)
* disable feeds V2 toggle (fixes https://github.com/bromite/bromite/issues/1070)
* allow fetching field trials from flags (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1021)
* add AllowUserCertificates flag (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/921)
* add IsCleartextPermitted flag (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1068)

# 90.0.4430.74
* re-added patch for User agent customization (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1049)
* fix always-incognito custom tab intents issues (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1047 and https://github.com/bromite/bromite/issues/1051)
+1 −1
Original line number Diff line number Diff line
90.0.4430.74
90.0.4430.92
+3 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ Use-dummy-DFM-installer.patch
Disable-feeds-support-by-default.patch
Disable-autofill-assistant-by-default.patch
Show-site-settings-for-cookies-javascript-and-ads.patch
Restore-enable-horizontal-tab-switcher-flag.patch
Revert-Remove-horizontal-tab-switcher-experiment-logic.patch
Disable-DRM-media-origin-IDs-preprovisioning.patch
Disable-smart-selection-by-default.patch
Enable-user-agent-freeze-by-default.patch
@@ -144,4 +144,6 @@ Make-all-favicon-requests-on-demand.patch
Add-Alt-D-hotkey-to-focus-address-bar.patch
Remove-offline-measurement-background-task.patch
User-agent-customization.patch
Add-AllowUserCertificates-flag.patch
Add-IsCleartextPermitted-flag.patch
Automated-domain-substitution.patch
+1 −1
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
@@ -1899,7 +1899,7 @@
@@ -1909,7 +1909,7 @@
   {
     "name": "enable-image-reader",
     "owners": [ "vikassoni", "liberato" ],
Loading