Closed
Bug 1657518
Opened 6 months ago
Closed 6 months ago
Clean up GetName() functionality for CUPS printers
Categories
(Core :: Printing: Setup, enhancement, P2)
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: nordzilla, Assigned: nordzilla)
References
(Blocks 1 open bug)
Details
(Whiteboard: [print2020_v81] )
Attachments
(1 file)
The nsCUPSPrinter's
GetName()
function could be improved to return the printer's display name, if available, by checking for it via the cupsGetOption() method.
Assignee | ||
Comment 1•6 months ago
|
||
- Add cupsGetOption function support to CUPSShim
- Remove mDisplayName member from nsPrinterCUPS
- Modify GetName() function to retun display name if available.
Updated•6 months ago
|
Attachment #9168328 -
Attachment description: Bug 1657518 - Clean up nsCUPSPrinter GetName() Functionality r=jwatt,alaskanemily → Bug 1657518 - Clean up nsCUPSPrinter GetName() Functionality r=jwatt,alaskanemily,emilio
Pushed by rmaries@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/7a8210e1c9f4 Clean up nsCUPSPrinter GetName() Functionality r=emilio
Comment 3•6 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•