Closed Bug 1104146 Opened 10 years ago Closed 5 years ago

Use NSProgress for showing download progress in dock

Categories

(Core :: Widget: Cocoa, defect, P4)

All
macOS
defect

Tracking

()

RESOLVED DUPLICATE of bug 909760

People

(Reporter: mstange, Unassigned)

References

()

Details

(Whiteboard: tpi:+)

Starting with 10.9 there is an API called NSProgress which can probably be used to show download progress underneath the Dock icon. Using it would let us get rid of our custom Dock icon drawing.

https://developer.apple.com/library/mac/documentation/Foundation/Reference/NSProgress_Class/index.html
Blocks: 909760
Tested with latest Nightly on Mac 10.11.  WFM
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
It works because we have custom drawing. We want to use NSProgress instead.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Whiteboard: tpi:p4
Priority: -- → P4
Whiteboard: tpi:p4 → tpi:+
Status: REOPENED → NEW

This was added in bug 909760. When I filed this bug, I was assuming that this would also give us a progress bar on the application dock icon. It turns out it doesn't do that - the application icon is unaffected. But it does give us a progress bar on the Downloads stack icon in the dock, so that's nice.

Status: NEW → RESOLVED
Closed: 8 years ago5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.