Closed
Bug 1959965
Opened 12 days ago
Closed 8 days ago
Simplify nsWindow child set-up.
Categories
(Core :: Widget: Win32, defect)
Core
Widget: Win32
Tracking
()
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•12 days ago
|
||
We no longer create child windows on windows (no pun intended) or gtk
for other than popups since bug 1870512.
See patch asserting mIsChildWindow == (mWindowType == Popup):
https://treeherder.mozilla.org/jobs?repo=try&revision=5e2d0d84dfdf3c3087555de9f6e73d0461677731
Getting rid of child cocoa windows is bug 1919165, which would allow us
to get rid of that concept altogether.
Updated•12 days ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•12 days ago
|
||
See above, same situation.
Assignee | ||
Updated•9 days ago
|
Keywords: leave-open
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/95b8208003c5
Simplify nsWindow child set-up on GTK. r=stransky
Updated•9 days ago
|
Severity: -- → S3
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cd137016c5b0
Simplify nsWindow child set-up on Windows. r=win-reviewers,handyman
Comment 5•9 days ago
|
||
bugherder |
Assignee | ||
Updated•9 days ago
|
Keywords: leave-open
Comment 6•8 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 days ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•