aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-07-18 23:57:59 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-07-18 23:57:59 +0800
commitba87a501132da436c9992d7a541df2f6e7e7d30c (patch)
tree66172e52e058d9f19f02b1eb658b780915c180e3 /embed
parent3d4fe8182163a3f39cd5928095e27f5ddcc7fa3a (diff)
downloadgsoc2013-epiphany-ba87a501132da436c9992d7a541df2f6e7e7d30c.tar
gsoc2013-epiphany-ba87a501132da436c9992d7a541df2f6e7e7d30c.tar.gz
gsoc2013-epiphany-ba87a501132da436c9992d7a541df2f6e7e7d30c.tar.bz2
gsoc2013-epiphany-ba87a501132da436c9992d7a541df2f6e7e7d30c.tar.lz
gsoc2013-epiphany-ba87a501132da436c9992d7a541df2f6e7e7d30c.tar.xz
gsoc2013-epiphany-ba87a501132da436c9992d7a541df2f6e7e7d30c.tar.zst
gsoc2013-epiphany-ba87a501132da436c9992d7a541df2f6e7e7d30c.zip
Do not enable smooth scroll and image autoresize.
2003-07-18 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Do not enable smooth scroll and image autoresize.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/mozilla-embed-single.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp
index 0bc26d46c..9687aa38e 100644
--- a/embed/mozilla/mozilla-embed-single.cpp
+++ b/embed/mozilla/mozilla-embed-single.cpp
@@ -351,9 +351,6 @@ mozilla_set_default_prefs (MozillaEmbedSingle *mes)
/* Make sure this is off, we monitor for theme changes and set colors. */
pref->SetBoolPref ("browser.display.use_system_colors", PR_FALSE);
- /* Smooth scrolling on */
- pref->SetBoolPref ("general.smoothScroll", PR_TRUE);
-
/* Disable blinking text and marquee, its non-standard and annoying */
pref->SetBoolPref ("browser.blink_allowed", PR_FALSE);
pref->SetBoolPref ("browser.display.enable_marquee", PR_FALSE);
@@ -376,11 +373,6 @@ mozilla_set_default_prefs (MozillaEmbedSingle *mes)
pref->SetIntPref ("mousewheel.withcontrolkey.numlines", 1);
pref->SetBoolPref ("mousewheel.withcontrolkey.sysnumlines", PR_FALSE);
- /* Enable Image Auto-Resizing */
- pref->SetBoolPref ("browser.enable_automatic_image_resizing", PR_TRUE);
-
- /* User agent */
-
/* FIXME We need to do this because mozilla doesnt set product
sub for embedding apps */
pref->SetCharPref ("general.useragent.vendor", "Epiphany");