Closed
Bug 131852
Opened 23 years ago
Closed 23 years ago
[FIX]Mozilla should use "global" print settings
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: rods, Assigned: rods)
References
Details
Attachments
(1 file)
2.96 KB,
patch
|
dcone
:
review+
attinasi
:
superreview+
scc
:
approval+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 2•23 years ago
|
||
Besides turning on the pref, I needed to move the initialization code for
getting the values from the default printer from the DocumentViewer down into
the PrintOptions service.
We want it done only the very first time when the PrintSettings is created.
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Keywords: review
Summary: Mozilla should use "global" print settings → [FIX]Mozilla should use "global" print settings
Target Milestone: --- → mozilla1.0
Assignee | ||
Comment 3•23 years ago
|
||
Instead of putting up a new patch, I thought I would mention I changed the
following in nsPrintOptionsImpl:
if (prtEnum) {
to:
if (NS_SUCCEEDED(rv)) {
Comment 4•23 years ago
|
||
Comment on attachment 74845 [details] [diff] [review]
patch
sr=attinasi, but I personally prefer the check for null on prtEnum vs. the
check for rv, though they are probably synonymous (some slackers code it so
that rv is NS_OK even though the object is null).
Attachment #74845 -
Flags: superreview+
Assignee | ||
Comment 5•23 years ago
|
||
This case it is a return code from do_Service so the rv should always set correctly.
Updated•23 years ago
|
Attachment #74845 -
Flags: review+
Comment 6•23 years ago
|
||
Comment on attachment 74845 [details] [diff] [review]
patch
r=dcone
Comment 7•23 years ago
|
||
*** Bug 127258 has been marked as a duplicate of this bug. ***
Comment 8•23 years ago
|
||
Comment on attachment 74845 [details] [diff] [review]
patch
a=scc
Attachment #74845 -
Flags: approval+
Assignee | ||
Comment 9•23 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 10•23 years ago
|
||
Rod, please verify...thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•