Closed
Bug 1696307
Opened 4 years ago
Closed 4 years ago
Remove code for 10.9 that dealt with not having NSWindowStyleMaskFullSizeContentView
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
Details
Attachments
(2 files)
There's some code in nsCocoaWindow.mm which makes it so that we can have full-size content view windows on 10.9, which didn't have NSWindowStyleMaskFullSizeContentView
. But we no longer support 10.9, so this code can go.
Assignee | ||
Comment 1•4 years ago
|
||
This code is no longer needed.
This patch also removes a comment that was referring a CoreAnimation pref that
no longer exists, and replaces it with a better comment.
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/6ac3f2597cc7
Remove overrides that achieved full-size content views on 10.9. r=mac-reviewers,bradwerth
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
Assignee | ||
Comment 4•4 years ago
|
||
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/a6065c97e9f1
Remove declaration of private _addKnownSubview method, which we no longer call. r=mac-reviewers,bradwerth
Comment 6•4 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•