Closed
Bug 1366332
Opened 8 years ago
Closed 3 years ago
Make PPrinting::SavePrintSettings async
Categories
(Toolkit :: Printing, enhancement)
Toolkit
Printing
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: nika, Unassigned)
References
Details
Forked from bug 1348401. See bug 1348401 comment 12 for the problems with the simple approach.
We don't intend to fix this in the Quantum timeframe.
![]() |
||
Comment 1•5 years ago
|
||
Need to be careful here. We use saving to prefs as a mechanism to communicate the settings for the current print job from one bit of code to another, not just as a way of persisting the prefs across prints. That said, we should stop doing that and directly communicate the settings as needed.
![]() |
||
Comment 2•3 years ago
|
||
I removed this code in 1756447 (after fixing bug 1756445).
You need to log in
before you can comment on or make changes to this bug.
Description
•