Simplify VibrancyManager after dropping 10.9
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(6 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
VibrancyManager.mm has some workarounds for the fact that NSVisualEffectView wasn't available on 10.9. We no longer support 10.9, so this code can be simplified.
Assignee | ||
Comment 1•4 years ago
|
||
This removes some code which was creating new Objective C classes at runtime.
I originally wrote this code because NSVisualEffectView was a new class that
was added in 10.10, and we were building with a pre-10.10 SDK.
These days we build with the 10.11 SDK, which has NSVisualEffectView, and we
only run on 10.12+.
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D94622
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D94629
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D94631
Assignee | ||
Comment 5•4 years ago
|
||
Depends on D94633
Assignee | ||
Comment 6•4 years ago
|
||
Depends on D94634
Comment 8•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/319226c99917
https://hg.mozilla.org/mozilla-central/rev/16f701601135
https://hg.mozilla.org/mozilla-central/rev/8d7ff75d700a
https://hg.mozilla.org/mozilla-central/rev/fc9d24f6ffbd
https://hg.mozilla.org/mozilla-central/rev/673508a5981e
https://hg.mozilla.org/mozilla-central/rev/53a3638bf4ef
Description
•