Closed
Bug 1826872
Opened 2 years ago
Closed 2 years ago
Move CUPS printer dest into CUPSPrinterInfo for nsPrinterCUPS
Categories
(Toolkit :: Printing, enhancement, P5)
Toolkit
Printing
Tracking
()
RESOLVED
FIXED
114 Branch
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: alaskanemily, Assigned: alaskanemily)
References
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
This puts all CUPS data into one structure, refactors the locking of this data,
and and simplifies logic for determining the connection to use in
TryEnsurePrinterInfo.
Updated•2 years ago
|
Assignee: nobody → emcdonough
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
Consistently use type name for PrinterInfoLock, and don't place mPrinterInfo
into local variables in nsPrinterCUPS.
Updated•2 years ago
|
Attachment #9327439 -
Attachment description: Bug 1826872 - Move CUPS printer dest into CUPSPrinterInfo for nsPrinterCUPS → Bug 1826872 Part 2 - Move CUPS printer dest into CUPSPrinterInfo for nsPrinterCUPS
Updated•2 years ago
|
Attachment #9327606 -
Attachment description: Bug 1826872 Part 1 - Tiny consistency cleanup in nsPrinterCUP → Bug 1826872 Part 1 - Tiny consistency cleanup in nsPrinterCUPS
Updated•2 years ago
|
Attachment #9327439 -
Attachment description: Bug 1826872 Part 2 - Move CUPS printer dest into CUPSPrinterInfo for nsPrinterCUPS → Bug 1826872 Part 2 - Move CUPS printer dest into CUPSPrinterInfo for nsPrinterCUPS
Pushed by emcdonough@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/329dd0b8c5c6
Part 1 - Tiny consistency cleanup in nsPrinterCUPS r=dholbert
https://hg.mozilla.org/integration/autoland/rev/be10a7b7fe80
Part 2 - Move CUPS printer dest into CUPSPrinterInfo for nsPrinterCUPS r=dholbert
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/329dd0b8c5c6
https://hg.mozilla.org/mozilla-central/rev/be10a7b7fe80
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•