Make sure all sizemode changes do go through FrameState::SetSizeModeInternal
Categories
(Core :: Widget: Win32, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox109 | --- | wontfix |
firefox110 | --- | wontfix |
firefox111 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Assignee | ||
Comment 1•2 years ago
|
||
I wrote this while debugging / fixing bug 1806438, but this is kind of
orthogonal. Instead of doing it using a member variable like I did
initially, let's just be explicit and pass whether we need ShowWindow()
etc done as part of the arguments to EnsureSizeMode and co.
Comment 4•2 years ago
|
||
Backed out 2 changesets (Bug 1809057) for causing failures in browser_startup_flicker.js CLOSED TREE
Log: https://treeherder.mozilla.org/logviewer?job_id=401992985&repo=autoland&lineNumber=2572
Backout: https://treeherder.mozilla.org/jobs?repo=autoland&revision=66c42cef8816a3264963ad03ee2dc74cead27fef
Comment 6•2 years ago
|
||
The following field has been copied from a duplicate bug:
Field | Value | Source |
---|---|---|
Regressed by | bug 1800416 | bug 1809757 |
For more information, please visit auto_nag documentation.
Comment 7•2 years ago
|
||
This bug has the keyword regression
, so its type should be defect.
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
Nevermind comment 10, it was due to a wrong copy of the revision number for another backout. The patch was relanded in comment 9.
Comment 13•2 years ago
|
||
Set release status flags based on info from the regressing bug 1800416
Comment 14•2 years ago
|
||
bugherder |
Comment 15•2 years ago
|
||
Is that something that would benefit our 110 release with an uplift or can it ride the 111 train? Thanks
Assignee | ||
Comment 16•2 years ago
|
||
This is historically rather tricky code, so I'd rather let it ride the trains.
Comment 17•2 years ago
|
||
Thanks!
Description
•