Remove nsMenubarFrame
Categories
(Core :: XUL, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(2 files, 1 obsolete file)
Assignee | ||
Comment 1•2 years ago
|
||
This ended up being a lot more straight-forward than the menu changes.
TLDR:
- nsMenuBarFrame -> XULMenuBarElement
- nsMenuBarListener -> MenuBarListener
Rest should be rather straight-forward. I didn't want to export
MenuBarListener so moved some of its functions (the access key stuff)
over to LookAndFeel / KeyboardEvent.
Assignee | ||
Comment 2•2 years ago
|
||
This makes the following patch simpler.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 5•2 years ago
|
||
Otherwise we leak in some bc tests.
Comment 7•2 years ago
•
|
||
Backed out 2 changesets (5464978a27a8 and d663fc115ab9) for causing multiple leaks.
LATER EDIT: there are also multiple failures on browser_siteSpecificWorkArounds.js - Failure log
There are also multiple failures related to browser_blocking<something> which appeared later:
example 1;
example 2;
example 3;
example 4.
And failures on browser_partitionedLocalStorage.js - Failure log
Comment 8•2 years ago
|
||
Move accesskey out of nsMenubarListener. r=smaug
https://hg.mozilla.org/mozilla-central/rev/0532ccefaa6f
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
bugherder |
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Description
•