aboutsummaryrefslogtreecommitdiffstats
path: root/data/default-prefs-common.js
Commit message (Collapse)AuthorAgeFilesLines
* A src/languages.h:Christian Persch2005-05-021-0/+18
| | | | | | | | | | | | | | | | | | | | | 2005-05-01 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: * data/epiphany.schemas.in: * lib/ephy-langs.c: A src/languages.h: * src/prefs-dialog.c: (prefs_dialog_show_help), (create_language_section), (get_download_button_label), (prefs_dialog_init): Add more font languages, and generate the language list from the unicode supplemental data. * lib/ephy-dialog.c: * lib/ephy-dialog.h: * src/prefs-dialog.c: Constification.
* Back out the patch from bug #141963 since it caused bug #165811.Christian Persch2005-02-021-2/+1
| | | | | | | | | 2005-02-01 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: * data/default-prefs-toolkit.js: Back out the patch from bug #141963 since it caused bug #165811.
* Default security.warn_submit_insecure.show_once to false. Avoids usChristian Persch2005-01-251-0/+1
| | | | | | | | | 2005-01-24 Christian Persch,,, <chpe@cvs.gnome.org> * data/default-prefs-common.js: Default security.warn_submit_insecure.show_once to false. Avoids us displaying the submit-insecure warning, ever.
* Set typeaheadfind.autostart to off. Fixes bug #141963.Christian Persch2005-01-231-1/+2
| | | | | | | | | 2005-01-23 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: * data/default-prefs-toolkit.js: Set typeaheadfind.autostart to off. Fixes bug #141963.
* Override the default security warning dialogues implementation with ourChristian Persch2005-01-091-0/+1
| | | | | | | | | | | | | | | 2005-01-09 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: Override the default security warning dialogues implementation with our own class which follows HIG and our interface design. Fixes bug #163371. Also show the entering-secure dialogue once, to inform about the lock icon in the statusbar.
* A data/default-prefs-common.js: A data/default-prefs-mozilla.js: AChristian Persch2004-09-281-0/+90
2004-09-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/Makefile.am: A data/default-prefs-common.js: A data/default-prefs-mozilla.js: A data/default-prefs-toolkit.js: R data/default-prefs.js: Split the default prefs into the common part, and mozilla/new toolkit specific parts.