Closed
Bug 1799343
Opened 3 years ago
Closed 3 years ago
Simplify XUL popup handling.
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
108 Branch
| Tracking | Status | |
|---|---|---|
| firefox108 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Regressed 1 open bug)
Details
Attachments
(1 file)
- Make non-menulist popups just absolute positioned top-layer items.
- Simplify menulist popups to just be static-positioned items under nsMenuFrame.
| Assignee | ||
Comment 1•3 years ago
|
||
- Make non-menulist popups just absolute positioned top-layer items.
- Simplify menulist popups to just be static-positioned items under
nsMenuFrame.
We need to keep kPopupList only for nsMenuFrame. In the future it can be
removed, see TODO in xul.css
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a609c8c27ca8
Simplify XUL popup handling. r=TYLin
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/34f040f379b1
Remove another test whose expectation no longer holds.
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/7f6358a0b692
Remove another test whose expectation doesn't hold.
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/3150074bccfd
Fix a crashtest that try didn't catch.
Comment 6•3 years ago
|
||
Backed out for causing multiple crashes
Backout link: https://hg.mozilla.org/integration/autoland/rev/2b23087ff3140191d39297e3565c2aa703b96ca6
Flags: needinfo?(emilio)
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/493c9ca00c91
Simplify XUL popup handling. r=TYLin
Comment 8•3 years ago
|
||
Backed out for causing mochitest failures on win7
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | browser/base/content/test/static/browser_sentence_case_strings.js | Test timed out -
Flags: needinfo?(emilio)
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/42d1b8742662
Simplify XUL popup handling. r=TYLin
Comment 10•3 years ago
|
||
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/63c270ba91ad
Remove a last-minute optimization that should work but breaks some automated tests.
Comment 11•3 years ago
|
||
Backed out for causing failures on browser_history_after_appMenu.js along with Bug 1799580
Comment 12•3 years ago
|
||
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4c7654bfb11d
Simplify XUL popup handling. r=TYLin
Comment 13•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•