From ba87a501132da436c9992d7a541df2f6e7e7d30c Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 18 Jul 2003 15:57:59 +0000 Subject: Do not enable smooth scroll and image autoresize. 2003-07-18 Marco Pesenti Gritti * embed/mozilla/mozilla-embed-single.cpp: Do not enable smooth scroll and image autoresize. --- embed/mozilla/mozilla-embed-single.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'embed') 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"); -- cgit v1.2.3