Closed
Bug 1702596
Opened 4 years ago
Closed 4 years ago
Clean up some outdated macOS version checks in accessibility-related nsLookAndFeel code
Categories
(Core :: Widget: Cocoa, task)
Tracking
()
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
Details
Attachments
(1 file)
accessibilityDisplayShouldIncreaseContrast is available on 10.10+
accessibilityDisplayShouldReduceMotion is available on 10.12+
We only build with 10.12+ SDKs and only run on 10.12+, so both APIs are always available.
| Assignee | ||
Comment 1•4 years ago
|
||
accessibilityDisplayShouldIncreaseContrast is available on 10.10+
accessibilityDisplayShouldReduceMotion is available on 10.12+
We only build with 10.12+ SDKs and only run on 10.12+, so both APIs are always available.
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/69656460af3a
Remove some API availability checks in accessibility-related nsLookAndFeel code. r=mac-reviewers,harry
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•