bug-gnuzilla
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

IceCat "pref" duplicated


From: Christophe Jarry
Subject: IceCat "pref" duplicated
Date: Sat, 18 Dec 2010 23:34:28 +0100

Dear developers,

Today I found your file
http://svn.savannah.gnu.org/viewvc/trunk/icecat/browser/branding/unofficial/pref/firefox-branding.js
contained two duplicated preferences:

  // Release notes URL
  pref ("app.releaseNotesURL", "http://gnuzilla.gnu.org/";);

and:

  // Search codes belong only in builds with official branding
  pref ("browser.search.param.yahoo-fr", "");
  pref ("browser.search.param.yahoo-fr-cjkt", "");
  pref ("browser.search.param.yahoo-f-CN", "");

There is also a space between "pref" and "(" in all the preferences
of this file while most of the Mozilla code I browsed had "pref(".

Moreover, the line

  pref ("pfs.datasource.url",
"http://gnuzilla.gnu.org/plugins/PluginFinderService.php?mimetype=%PLUGIN_MIMETYPE%&appID=%APP_ID%&appVersion=%APP_VERSION%&clientOS=%CLIENT_OS%&chromeLocale=%CHROME_LOCALE%";);

is already present in
http://svn.savannah.gnu.org/viewvc/trunk/icecat/browser/app/profile/firefox.js?root=gnuzilla&view=markup.

Please correct this.

Christophe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]