Closed
Bug 1318705
Opened 8 years ago
Closed 8 years ago
Combine nsXULPopupManager popup lists
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: enndeakin, Assigned: enndeakin)
References
Details
Attachments
(2 files)
26.91 KB,
patch
|
Details | Diff | Splinter Review | |
29.77 KB,
patch
|
bytesized
:
review+
|
Details | Diff | Splinter Review |
Two separate lists of popups are used: mPopups and mNoHidePanels. There isn't really a need for this distinction and some code can be simplified by combining them into a single list.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8844424 -
Flags: review?(ksteuber)
Comment 2•8 years ago
|
||
Comment on attachment 8844424 [details] [diff] [review]
Combine popup lists, v2
Review of attachment 8844424 [details] [diff] [review]:
-----------------------------------------------------------------
I had quite a hard time reviewing this, as I only have a little experience in some areas that this patch touches. From what I can tell, however, the patch looks fine to me.
Attachment #8844424 -
Flags: review?(ksteuber) → review+
Pushed by neil@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a57d843357e2
combine the two lists of open popups in nsXULPopupManager into a single list to make iterating and managing them easier. Instead a noautohide flag is used to distinguish what used to be the difference between the lists, r=ksteuber
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•6 years ago
|
Component: XP Toolkit/Widgets: Menus → XUL
You need to log in
before you can comment on or make changes to this bug.
Description
•