tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit fb7ca6b8e5867376c276180c3819d67f35b185cd
parent 94a165971f644d80959dc3fc12ef1eaac45eb268
Author: stransky <stransky@redhat.com>
Date:   Tue, 11 Nov 2025 05:06:24 +0000

Bug 1998949 [Wayland] Don't fire bounds recalculation from configure event as we relly on mContainer GdkWindow size r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D271987

Diffstat:
Mwidget/gtk/nsWindow.cpp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/widget/gtk/nsWindow.cpp b/widget/gtk/nsWindow.cpp @@ -4330,7 +4330,6 @@ gboolean nsWindow::OnShellConfigureEvent(GdkEventConfigure* aEvent) { return FALSE; } - SchedulePendingBounds(MayChangeCsdMargin::No); return FALSE; }