Closed
Bug 1665991
Opened 4 years ago
Closed 4 years ago
Stop unnecessarily repainting default buttons and progress bars
Categories
(Core :: Widget: Cocoa, defect)
Core
Widget: Cocoa
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
Details
Attachments
(1 file)
We have code which triggers repaints for "default buttons" in dialogs, and for progress bars which aren't indeterminate. That's because on 10.9 and below, the native appearance for those widgets was animated: default buttons had a blue pulse, and progress bars had a blue flow animation.
Now that we no longer support 10.9, we can stop triggering these repaints. Indeterminate progress bars still animate.
Assignee | ||
Comment 1•4 years ago
|
||
On 10.9 and below, the native appearance for those widgets was animated: default buttons had a blue pulse, and progress bars had a blue flow animation.
Now that we no longer support 10.9, we can stop triggering these repaints. Indeterminate progress bars still animate.
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/72c1f7fbf81b
Stop unnecessarily repainting default buttons and progress bars. r=spohl
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•