Closed
Bug 1693697
Opened 4 years ago
Closed 4 years ago
Stop calling CGSSetWindowBackgroundBlurRadius
Categories
(Core :: Widget: Cocoa, task)
Tracking
()
RESOLVED
FIXED
87 Branch
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
Details
Attachments
(1 file)
We were using the private API CGSSetWindowBackgroundBlurRadius for our non-native context menus, to get the blurred background style on pre-10.10.
Starting with 10.10, context menus use vibrancy, which is a very different API but also comes with background blur. We no longer need to call CGSSetWindowBackgroundBlurRadius.
| Assignee | ||
Comment 1•4 years ago
|
||
This was only needed to achieve the right context menu appearance for our
non-native context menus on macOS 10.9.
We no longer support macOS 10.9.
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/98efd2dcfc54
Remove unnecessary call to CGSSetWindowBackgroundBlurRadius. r=mac-reviewers,spohl
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•