Closed
Bug 188275
Opened 23 years ago
Closed 23 years ago
Print modules missing in GRE spec file (embedding/config/basebrowser-unix)
Categories
(Core Graveyard :: Embedding: GRE Core, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.3beta
People
(Reporter: roland.mainz, Assigned: chak)
Details
Attachments
(2 files)
|
682 bytes,
patch
|
netscape
:
review+
|
Details | Diff | Splinter Review |
|
752 bytes,
patch
|
netscape
:
review+
|
Details | Diff | Splinter Review |
Looking at the GRE file spec for *nix
(http://lxr.mozilla.org/seamonkey/source/embedding/config/basebrowser-unix) -
the print modules ("components/libgfxps.so" for the PostScript module and
"components/libgfxxprint.so" for the Xprint module) are missing.
Is that wanted(=e.g. no print support on *nix in GRE) ?
| Assignee | ||
Comment 1•23 years ago
|
||
Someone mor efamiliar with the Unix platform should own this.
Cc:ing Doug and Seawood
| Reporter | ||
Comment 2•23 years ago
|
||
Chak Nanga wrote:
> Someone mor efamiliar with the Unix platform should own this.
Erm... the only question here is:
Should GRE on *nix have print support - [yes]/[no].
AFAIK Win32 and MacOS* have that functionality by default since print support
lives in the main gfx module, only *nix have that functionality in seperate
modules (actually two ones, to be exactly).
| Assignee | ||
Comment 3•23 years ago
|
||
>Should GRE on *nix have print support - [yes]/[no].
I would say [yes]
| Reporter | ||
Comment 4•23 years ago
|
||
| Reporter | ||
Comment 5•23 years ago
|
||
Comment on attachment 111058 [details] [diff] [review]
Patch to add the *nix print modules to embedding/config/basebrowser-unix
Requesting r= ...
Attachment #111058 -
Flags: review?(seawood)
Comment 6•23 years ago
|
||
Comment on attachment 111058 [details] [diff] [review]
Patch to add the *nix print modules to embedding/config/basebrowser-unix
r=cls
Attachment #111058 -
Flags: review?(seawood) → review+
Comment 7•23 years ago
|
||
GRE_MODULE=1 needs to be added to the respective makefiles as well.
| Reporter | ||
Comment 8•23 years ago
|
||
Still requires the other patch to get them into the basebrowser filelist...
| Reporter | ||
Comment 9•23 years ago
|
||
Comment on attachment 111369 [details] [diff] [review]
Patch for 2003-01-10-08-trunk to add |GRE_MODULE = 1| to gfx/src/{ps|xprint}/Makefile.in
Requesting r= (and checkin of both patches if they are OK) ...
Attachment #111369 -
Flags: review?(seawood)
Comment 10•23 years ago
|
||
Comment on attachment 111369 [details] [diff] [review]
Patch for 2003-01-10-08-trunk to add |GRE_MODULE = 1| to gfx/src/{ps|xprint}/Makefile.in
r=cls
Attachment #111369 -
Flags: review?(seawood) → review+
| Reporter | ||
Comment 11•23 years ago
|
||
cls:
Can you check both patches "in", please ?
Comment 12•23 years ago
|
||
The patches have been checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.3beta
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•