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

Commit 6c7c3a46 authored by csagan5's avatar csagan5
Browse files

Release 108.0.5359.75

parent 37dc3f3f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
# 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)
* enable AutomaticLazyFrameLoadingToAds and AutomaticLazyFrameLoadingToEmbeds features
* drop patch for SDK21 to prevent crashes on download
* fix patch to ignore enterprise policies for secure DNS (fixes https://github.com/bromite/bromite/issues/2463)
* stop using SM-G960U as model provided via client hints and Javascript (fixes https://github.com/bromite/bromite/issues/2465)
* temptative fix for OfflinePageModelFactory crash (fixes https://github.com/bromite/bromite/issues/2419)
* 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)

# 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 navbar color not matching site color (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/2416)
* clamp time resolution in WebWorkers' requestAnimationFrame (thanks to @uazo)
* drop patch for AV1 codec support (already in upstream)

# 107.0.5304.96
* bottom toolbar: fix for white strip at top in tab view (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/2407)
+1 −1
Original line number Diff line number Diff line
87354513bf5c5822069e914fff225062ab2732a0-
 No newline at end of file
b39c18c290761b0cb58f7e20e74fe186db6e8104-
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
108.0.5359.56
 No newline at end of file
108.0.5359.75
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
606bbd3dda16a2c38c4b0af033fda42a3fe6e8d6
 No newline at end of file
7e4b6de4bb76e5fa9ec9f4880c05a041fc47f8bf
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,6 @@ Add-menu-item-to-bookmark-all-tabs.patch
Re-introduce-modal-dialog-flag-to-close-all-tabs.patch
Add-option-to-force-tablet-UI.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
@@ -200,3 +199,4 @@ Enable-ECH-by-default.patch
Disable-StartSurface-feature.patch
Clamp-time-resolution-in-requestAnimationFrame.patch
Automated-domain-substitution.patch
Enable-PermuteTLSExtensions-by-default.patch
Loading