aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/mozilla-embed-single.cpp8
2 files changed, 6 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 81dbdfb8e..d1801f330 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
2003-07-18 Marco Pesenti Gritti <marco@it.gnome.org>
+
+ * embed/mozilla/mozilla-embed-single.cpp:
+
+ Do not enable smooth scroll and image autoresize.
+
+2003-07-18 Marco Pesenti Gritti <marco@it.gnome.org>
Christian Persch <chpe@cvs.gnome.org>
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");