nsWindow.cpp:2255:18: error: PopupAlignmentToGdkGravity was not declared in this scope
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | unaffected |
firefox91 | --- | unaffected |
firefox92 | --- | unaffected |
firefox93 | --- | affected |
People
(Reporter: petr.sumbera, Unassigned)
References
(Regression)
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
Steps to reproduce:
Solaris (X11, no Wayland) build failed with:
19:00.44 /builds/psumbera/mozilla-central-build/widget/gtk/nsWindow.cpp: In member function void nsWindow::WaylandPopupMove(bool):
19:00.44 /builds/psumbera/mozilla-central-build/widget/gtk/nsWindow.cpp:2255:18: error: PopupAlignmentToGdkGravity was not declared in this scope
19:00.44 2255 | rectAnchor = PopupAlignmentToGdkGravity(popupFrame->GetPopupAnchor());
19:00.44 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
--
The first bad revision is:
changeset: 588528:9164d89a3072
user: stransky <stransky@redhat.com>
date: Tue Aug 10 23:37:07 2021 -0700
description:
Bug 1718727 [Wayland] Don't constrain popup size by screen size on Wayland, r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D122102
Reporter | ||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 1•3 years ago
|
||
Set release status flags based on info from the regressing bug 1718727
Comment 2•3 years ago
|
||
Hi,
I´m adding this to the Core:Widget GTK for visibility.
Regards,
Estanislao
Updated•3 years ago
|
Description
•