From c6573cb04bdc216e7e5ea3657cb1186eaf0f1095 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 18 Jun 2006 18:52:03 +0000 Subject: A embed/mozilla/GeckoPrintService.cpp: A 2006-06-18 Christian Persch * configure.ac: * data/default-prefs-common.js: * embed/Makefile.am: * embed/ephy-embed-shell.c: (ephy_embed_shell_dispose), (ephy_embed_shell_set_page_setup), (ephy_embed_shell_get_page_setup), (ephy_embed_shell_set_print_settings), (ephy_embed_shell_get_print_settings): * embed/ephy-embed-shell.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyUtils.h: * embed/mozilla/Makefile.am: A embed/mozilla/GeckoPrintService.cpp: A embed/mozilla/GeckoPrintService.h: A embed/mozilla/GeckoPrintSession.cpp: A embed/mozilla/GeckoPrintSession.h: * embed/mozilla/MozRegisterComponents.cpp: R embed/mozilla/PrintingPromptService.cpp: R embed/mozilla/PrintingPromptService.h: * embed/mozilla/mozilla-embed-single.cpp: R embed/print-dialog.c: R embed/print-dialog.h: * src/ephy-shell.c: (ephy_shell_dispose), (ephy_shell_get_prefs_dialog): * src/ephy-shell.h: * src/epiphany.defs: * src/window-commands.c: (page_setup_done_cb), (window_cmd_file_print_setup): Drop libgnomeprint[ui] and use gtk printing. --- data/default-prefs-common.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/default-prefs-common.js b/data/default-prefs-common.js index 874fd2993..824b3f11b 100644 --- a/data/default-prefs-common.js +++ b/data/default-prefs-common.js @@ -102,8 +102,9 @@ pref("browser.xul.error_pages.enabled", true); // unset weird xulrunner default UA string pref("general.useragent.extra.simple", ""); -// disable pings +// we don't want ping(uin)s pref("browser.send_pings", false); +pref("browser.send_pings.require_same_host", true); // disable blink tags pref("browser.blink_allowed", false); @@ -111,7 +112,18 @@ pref("browser.blink_allowed", false); // enable spatial navigation (only works if the extension is built with gecko) pref("snav.enabled", true); +// don't leak UI language +// pref("general.useragent.locale", "en") + // spellcheck // pref("extensions.spellcheck.inline.max-misspellings", -1); // 0: disabled, 1: only textareas, 2: check textareas and single-line input fields pref("layout.spellcheckDefault", 1); + +// print settings +pref("print.use_global_printsettings", false); +pref("print.save_print_settings", false); +pref("print.show_print_progress", true); +pref("print.printer_list", ""); +pref("postscript.enabled", true); +pref("postscript.cups.enabled", false); -- cgit v1.2.3