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

Commit a036ebc7 authored by csagan5's avatar csagan5
Browse files

Release 108.0.5359.106

parent d4d64568
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
# 108.0.5359.106
* fix crash when using always incognito (fixes https://github.com/bromite/bromite/issues/2482)
* enable third-party storage partitioning (fixes https://github.com/bromite/bromite/issues/2337)
* disable features ExperimentsForAgsa, KeepPrefetchedContentSuggestions, CriticalClientHint, AcceptCHFrame (accidentally enabled but not effective in 108.0.5359.75)

# 108.0.5359.75
# 108.0.5359.75
* drop patch to mark all favicons ON_DEMAND (fixed by upstream, see https://bugs.chromium.org/p/chromium/issues/detail?id=1096660)
* drop patch to mark all favicons ON_DEMAND (fixed by upstream, see https://bugs.chromium.org/p/chromium/issues/detail?id=1096660)
* enable AutomaticLazyFrameLoadingToAds and AutomaticLazyFrameLoadingToEmbeds features
* enable AutomaticLazyFrameLoadingToAds and AutomaticLazyFrameLoadingToEmbeds features
@@ -8,6 +13,7 @@
* fix fingerprinting vector via Window.requestAnimationFrame() (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/2370)
* fix fingerprinting vector via Window.requestAnimationFrame() (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/2370)
* remove patch for offline measurements background task (fixes https://github.com/bromite/bromite/issues/2468)
* remove patch for offline measurements background task (fixes https://github.com/bromite/bromite/issues/2468)
* enable PermuteTLSExtensions (fixes https://github.com/bromite/bromite/issues/2467)
* enable PermuteTLSExtensions (fixes https://github.com/bromite/bromite/issues/2467)
* hide "turn on enhanced protection" in security interstitials


# 107.0.5304.114
# 107.0.5304.114
* fix for drag selection not working with bottom toolbar (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/2411)
* fix for drag selection not working with bottom toolbar (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/2411)
+1 −1
Original line number Original line Diff line number Diff line
b39c18c290761b0cb58f7e20e74fe186db6e8104-
0b85e6f30838f3738e5f4eaba89dadc3d948e2b6-
 No newline at end of file
 No newline at end of file
+1 −1
Original line number Original line Diff line number Diff line
108.0.5359.75
108.0.5359.106
 No newline at end of file
 No newline at end of file
+1 −1
Original line number Original line Diff line number Diff line
7e4b6de4bb76e5fa9ec9f4880c05a041fc47f8bf
09f17374e1eec67bb5a31015a527fc3c0057c708
 No newline at end of file
 No newline at end of file
+2 −1
Original line number Original line Diff line number Diff line
@@ -198,5 +198,6 @@ Remove-HTTP-referrals-in-cross-origin-navigation.patch
Enable-ECH-by-default.patch
Enable-ECH-by-default.patch
Disable-StartSurface-feature.patch
Disable-StartSurface-feature.patch
Clamp-time-resolution-in-requestAnimationFrame.patch
Clamp-time-resolution-in-requestAnimationFrame.patch
Automated-domain-substitution.patch
Enable-PermuteTLSExtensions-by-default.patch
Enable-PermuteTLSExtensions-by-default.patch
Enable-third-party-storage-partitioning.patch
Automated-domain-substitution.patch
Loading