Closed
Bug 1819034
Opened 2 years ago
Closed 2 years ago
[Linux/Gnome] Don't call LookAndFeel twice
Categories
(Core :: Widget: Gtk, enhancement, P3)
Core
Widget: Gtk
Tracking
()
RESOLVED
FIXED
112 Branch
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
Details
Attachments
(1 file, 1 obsolete file)
nsLookAndFeel settings_changed_signal_cb() can be called twice by DBus interface so let's check it.
| Assignee | ||
Updated•2 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
We get sometimes two color-scheme changes on GNOME + Wayland at least,
which do unnecessary work. Avoiding that extra work is rather
straight-forward.
This is a slightly simpler approach than D171065.
Updated•2 years ago
|
Attachment #9319979 -
Attachment is obsolete: true
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/571c932f38a2
Reset LookAndFeel only if color scheme is really changed r=stransky
Comment 4•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•