Closed
Bug 445376
Opened 16 years ago
Closed 16 years ago
In </toolkit/*>, "use a xul <stringbundle/> instead of including the strres.js code"
Categories
(Toolkit :: Printing, defect)
Toolkit
Printing
Tracking
()
RESOLVED
FIXED
mozilla1.9.1a2
People
(Reporter: sgautherie, Assigned: sgautherie)
References
()
Details
Attachments
(1 file)
10.36 KB,
patch
|
enndeakin
:
review+
|
Details | Diff | Splinter Review |
{{
/toolkit/components/printing/content/printdialog.xul
* line 58 -- <script type="application/javascript" src="chrome://global/content/strres.js"/>
/toolkit/components/printing/content/printjoboptions.xul
* line 55 -- <script type="application/javascript" src="chrome://global/content/strres.js"/>
}}
Assignee | ||
Comment 1•16 years ago
|
||
(untested, as I have no printer)
Assignee | ||
Comment 2•16 years ago
|
||
mano, ping ?
Flags: in-testsuite-
Target Milestone: --- → mozilla1.9.1a2
Assignee | ||
Updated•16 years ago
|
Attachment #331888 -
Flags: review?(enndeakin)
Comment 3•16 years ago
|
||
Comment on attachment 331888 [details] [diff] [review]
(Av1) <print*.*>
[Checkin: Comment 7]
Looks OK, but you should e able to test it even without a printer.
Attachment #331888 -
Flags: review?(enndeakin) → review+
Assignee | ||
Comment 4•16 years ago
|
||
Comment on attachment 331888 [details] [diff] [review]
(Av1) <print*.*>
[Checkin: Comment 7]
(In reply to comment #3)
> you should e able to test it even without a printer.
How ?
Page Setup... : (works)
Print Preview: "Print Preview Error / ... one printer available ..."
Print: "About - Minefield / ... you must install a printer ..." (in French)
Attachment #331888 -
Flags: review?(mano)
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Comment 5•16 years ago
|
||
Can you not just set up a printer even if one isn't physically present?
How do these dialogs get shown?
Assignee | ||
Comment 6•16 years ago
|
||
(In reply to comment #5)
> Can you not just set up a printer even if one isn't physically present?
I don't know and won't mess with that :-|
> How do these dialogs get shown?
As far as I remember, I started to look for the "chrome uri",
then gave up as (I assume) I would not have any printer/data to feed them anyway.
Comment 7•16 years ago
|
||
Pushed as 17118:eb38af6bfdf1.
Assignee | ||
Updated•16 years ago
|
Attachment #331888 -
Attachment description: (Av1) <print*.*> → (Av1) <print*.*>
[Checkin: Comment 7]
Assignee | ||
Comment 8•16 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1b1pre) Gecko/20080917032624 Minefield/3.1b1pre] (home, optim default) (W2Ksp4)
I wanted to test this now, as I have installed the "doPDF" driver in the meantime.
But it seems these dialogs are only available in non-MacOSX unixes (or Calendar):
http://mxr.mozilla.org/comm-central/search?string=printdialog\.xul®exp=1
http://mxr.mozilla.org/mozilla-central/search?string=printjoboptions%5C.xul®exp=on&case=on
As I don't have any of the two, someone else would have to do it :-|
You need to log in
before you can comment on or make changes to this bug.
Description
•