Open
Bug 77383
Opened 24 years ago
Updated 3 years ago
Set page print delay to zero when there isn't a listener
Categories
(Core :: Printing: Output, defect, P3)
Tracking
()
NEW
Future
People
(Reporter: rods, Unassigned)
References
Details
Attachments
(1 file)
2.47 KB,
patch
|
Details | Diff | Splinter Review |
and fix MFCEmbed alo to set the time to 500 ms
Reporter | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.1
Reporter | ||
Comment 2•24 years ago
|
||
Reporter | ||
Updated•24 years ago
|
Summary: Set page print delay to zero when there isn't a listener → [FIX]Set page print delay to zero when there isn't a listener
Comment 3•24 years ago
|
||
r=chak on the MfcEmbed part
Comment 4•24 years ago
|
||
Rod shouldn't we be changing the print options through the standard embedding
printing API's instead of directly grabbing the internal print options service?
NS_WITH_SERVICE(nsIPrintOptions, printService, kPrintOptionsCID, &rv);
Reporter | ||
Updated•24 years ago
|
Summary: [FIX]Set page print delay to zero when there isn't a listener → Set page print delay to zero when there isn't a listener
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Reporter | ||
Comment 5•24 years ago
|
||
What really needs to be done is to be able to set this into the nsIPrintSettings
and then create a method on the nsIPrintOptions that takes a nsIPrintSettings as
an arg and transfers all the state over. as per our conversation with dcone and
kmcclusk
Target Milestone: mozilla0.9.2 → mozilla0.9.3
Updated•24 years ago
|
Target Milestone: mozilla0.9.3 → mozilla0.9.4
Reporter | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.4 → mozilla1.1
Reporter | ||
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: mozilla1.1 → Future
Updated•16 years ago
|
Assignee: rods → nobody
Status: ASSIGNED → NEW
QA Contact: sujay → printing
Comment 6•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•