Lines 46-53
Link Here
|
46 |
pref("browser.startup.license_accepted", ""); |
46 |
pref("browser.startup.license_accepted", ""); |
47 |
pref("browser.cache.memory.capacity", 4096); |
47 |
pref("browser.cache.memory.capacity", 4096); |
48 |
pref("browser.cache.disk.capacity", 50000); |
48 |
pref("browser.cache.disk.capacity", 50000); |
49 |
pref("browser.ncols", 0); |
|
|
50 |
pref("browser.installcmap", false); |
51 |
pref("browser.drag_out_of_frame_style", 1); |
49 |
pref("browser.drag_out_of_frame_style", 1); |
52 |
pref("mail.signature_file", "~/.signature"); |
50 |
pref("mail.signature_file", "~/.signature"); |
53 |
pref("mail.default_fcc", "~/nsmail/Sent"); |
51 |
pref("mail.default_fcc", "~/nsmail/Sent"); |
Lines 325-340
Link Here
|
325 |
// "fname=-urw.*;scalable=false;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*"); |
323 |
// "fname=-urw.*;scalable=false;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*"); |
326 |
|
324 |
|
327 |
/* reject font if accept pattern does not match it... */ |
325 |
/* reject font if accept pattern does not match it... */ |
328 |
//pref("print.xprint.font.acceptfontpattern", ".*"); |
326 |
pref("print.xprint.font.acceptfontpattern", ".*"); |
329 |
/* reject font if reject pattern matches it... */ |
327 |
/* reject font if reject pattern matches it... |
330 |
//pref("print.xprint.font.rejectfontpattern", |
328 |
* Current bans: |
331 |
// "fname=-urw.*;scalable=false;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*"); |
329 |
* - bug 148470 ("Ban "-dt-*" (bitmap!!) fonts from Xprint") |
|
|
330 |
* pattern="fname=-dt-.*;scalable=.*;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*" |
331 |
*/ |
332 |
pref("print.xprint.font.rejectfontpattern", |
333 |
"fname=-dt-.*;scalable=.*;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*"); |
334 |
|
335 |
/* Xprint print module prefs */ |
336 |
pref("print.xprint.font.force_outline_scaled_fonts", true); |
337 |
pref("print.xprint.font.scale_bitmap_fonts_with_devscale", true); |
332 |
|
338 |
|
333 |
/* PostScript print module prefs */ |
339 |
/* PostScript print module prefs */ |
334 |
pref("print.postscript.paper_size", "letter"); |
340 |
pref("print.postscript.paper_size", "letter"); |
335 |
pref("print.postscript.orientation", "portrait"); |
341 |
pref("print.postscript.orientation", "portrait"); |
336 |
pref("print.postscript.print_command", "lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}"); |
342 |
pref("print.postscript.print_command", "lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}"); |
337 |
'' |
343 |
|
338 |
/* PostScript print module font config |
344 |
/* PostScript print module font config |
339 |
* this list is used by the postscript font |
345 |
* this list is used by the postscript font |
340 |
* to enumerate the list of langGroups |
346 |
* to enumerate the list of langGroups |
Lines 356-361
Link Here
|
356 |
pref("print.postscript.nativefont.x-western", ""); |
362 |
pref("print.postscript.nativefont.x-western", ""); |
357 |
pref("print.postscript.nativefont.zh-CN", ""); |
363 |
pref("print.postscript.nativefont.zh-CN", ""); |
358 |
pref("print.postscript.nativefont.zh-TW", ""); |
364 |
pref("print.postscript.nativefont.zh-TW", ""); |
|
|
365 |
|
366 |
// For the download dialog |
367 |
pref("browser.download.progressDnldDialog.enable_launch_reveal_buttons", false); |
359 |
|
368 |
|
360 |
pref("mail.signature_date", 0); |
369 |
pref("mail.signature_date", 0); |
361 |
|
370 |
|