Closed
Bug 192561
Opened 23 years ago
Closed 23 years ago
[ps] Printing busted on OpenVMS
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: colin, Assigned: colin)
Details
Attachments
(1 file)
|
4.00 KB,
patch
|
roland.mainz
:
review+
dveditz
:
superreview+
dbaron
:
approval1.3+
|
Details | Diff | Splinter Review |
Printing isn't working on OpenVMS in 1.3.
After issuing a print for what should be a one-page printout, two files are
created in my scratch area: MOZ_P00021A_1402576 and MOZ_T00021A_1402576. The
first file appears to be the postscript prolog and the second file contains page
one. MOZ_P00021A_1402576 gets sent to the printer but nothing actually prints.
It looks like the contents of MOZ_T00021A_1402576 need to be inserted just after
the %%EndProlog in MOZ_P00021A_1402576, before its sent to the printer. But this
isn't happening.
Comment 1•23 years ago
|
||
> Printing isn't working on OpenVMS in 1.3.
Use Xprint... :)))))
Summary: Printing busted on OpenVMS → [ps] Printing busted on OpenVMS
| Assignee | ||
Comment 2•23 years ago
|
||
The recent changes in this code actually meant I was able to remove some of the
VMS hackery. The VMS change in this code now is that we have to use a temporary
file instead of a pipe when printing.
| Assignee | ||
Comment 3•23 years ago
|
||
Comment on attachment 114024 [details] [diff] [review]
Fix printing bustage
I'd like to get this in asap. I'm only changing code inside of VMS ifdefs.
Attachment #114024 -
Flags: review?(rods)
Comment 4•23 years ago
|
||
Colin Blake wrote:
> (From update of attachment 114024 [details] [diff] [review])
> I'd like to get this in asap. I'm only changing code inside of VMS ifdefs.
rods is not working on mozilla anymore... ;-((((
Comment 5•23 years ago
|
||
Comment on attachment 114024 [details] [diff] [review]
Fix printing bustage
r=roland.mainz@informatik.med.uni-giessen.de
Nit: Please change |#endif| to |#endif /* VMS */| if possible... :)
Attachment #114024 -
Flags: review?(rods) → review+
| Assignee | ||
Comment 6•23 years ago
|
||
> rods is not working on mozilla anymore... ;-((((
Then someone needs to change the default owner, I guess :-)
I've add the /* VMS */ to the #endif directives. Thanks for the r=, now who can
I ask for the sr?
Comment 8•23 years ago
|
||
Colin Blake wrote:
> Thanks for the r=, now who can I ask for the sr?
All superreviewers can do that - choose your victim... (hint: scc seems to have
a short request queue:
http://bugzilla.mozilla.org/request.cgi?action=queue&requester=&product=&type=all&requestee=scc%40mozilla.org&component=&group=type)
:)
| Assignee | ||
Updated•23 years ago
|
Attachment #114024 -
Flags: superreview?(scc)
| Assignee | ||
Comment 9•23 years ago
|
||
Scott, any chance you could sr this one for me?
Status: NEW → ASSIGNED
| Assignee | ||
Updated•23 years ago
|
Attachment #114024 -
Flags: superreview?(scc) → superreview?(dveditz)
| Assignee | ||
Updated•23 years ago
|
Attachment #114024 -
Flags: superreview?(dveditz) → superreview?(dveditz)
Comment 10•23 years ago
|
||
Comment on attachment 114024 [details] [diff] [review]
Fix printing bustage
sr=dveditz, adding to the 1.3 approval queue, it'd be nice to have the ports
working.
Attachment #114024 -
Flags: superreview?(dveditz)
Attachment #114024 -
Flags: superreview+
Attachment #114024 -
Flags: approval1.3?
Updated•23 years ago
|
Flags: blocking1.3?
Attachment #114024 -
Flags: approval1.3? → approval1.3+
| Assignee | ||
Comment 11•23 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
Flags: blocking1.3?
You need to log in
before you can comment on or make changes to this bug.
Description
•