pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Update to 62.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/434c21fb4ad0
branches:  trunk
changeset: 384897:434c21fb4ad0
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Sep 05 15:29:58 2018 +0000

description:
Update to 62.0

Changelog:
New
    Firefox Home (the default New Tab) now allows users to display up to
      4 rows of top sites, Pocket stories, and highlights

    "Reopen in Container" tab menu option appears for users with Containers
      that lets them choose to reopen a tab in a different container

    In advance of removing all trust for Symantec-issued certificates in
      Firefox 63, a preference was added that allows users to distrust
      certificates issued by Symantec. To use this preference, go to
      about:config in the address bar and set the preference
      "security.pki.distrust_ca_policy" to 2.

    Added FreeBSD support for WebAuthn

    Improved graphics rendering for Windows users without accelerated hardware
      using Parallel-Off-Main-Thread Painting

    Support for CSS Shapes, allowing for richer web page layouts. This goes
      hand in hand with a brand new Shape Path Editor in the CSS inspector.

    CSS Variable Fonts (OpenType Font Variations) support, which makes it
      possible to create beautiful typography with a single font file

    Updates for enterprise environments:
        AutoConfig is sandboxed to the documented API by default. You
        can disable the sandbox by setting the preference
        general.config.sandbox_enabled to false. Our long term plan is to
        remove the ability to turn off the sandboxing. If you need to
        continue to use more complex AutoConfig scripts, you will need to use
        Firefox Extended Support Release (ESR).

    Added Canadian English (en-CA) locale

Changed
    Removed the description field for bookmarks. Users who have stored
      descriptions using the field may wish to export these descriptions
      as html or json files, as they will be removed in a future release.

    Dark theme is automatically enabled in macOS 10.14 dark mode

    Changed the default setting to Enforce (3) for the
      security.pki.name_matching_mode preference

    Adobe Flash applets now run in a more secure mode using process
      sandboxing on macOS. Learn how this may affect features here.

    Users disconnecting from Sync are now offered the option to wipe
      their Firefox profile data (including bookmarks, passwords, history,
      cookies, and site data) from their desktop computer

    Changed how WebRTC handles screen sharing: When screen-sharing a window,
      the window will be brought to front

Developer
    Three-pane Inspector in Developer Tools separates the rules into its own
       panel

diffstat:

 www/firefox/Makefile                                                            |    7 +-
 www/firefox/PLIST                                                               |  822 ++++++++-
 www/firefox/distinfo                                                            |   15 +-
 www/firefox/mozilla-common.mk                                                   |   11 +-
 www/firefox/patches/patch-build_moz.configure_old.configure                     |    8 +-
 www/firefox/patches/patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h |   16 +
 www/firefox/patches/patch-js_src_util_NativeStack.cpp                           |   10 +-
 7 files changed, 703 insertions(+), 186 deletions(-)

diffs (truncated from 1835 to 300 lines):

diff -r a840c8235312 -r 434c21fb4ad0 www/firefox/Makefile
--- a/www/firefox/Makefile      Wed Sep 05 15:19:32 2018 +0000
+++ b/www/firefox/Makefile      Wed Sep 05 15:29:58 2018 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.342 2018/08/22 09:47:24 wiz Exp $
+# $NetBSD: Makefile,v 1.343 2018/09/05 15:29:58 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            61.0
-MOZ_BRANCH_MINOR=      .2
+MOZ_BRANCH=            62.0
+MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
diff -r a840c8235312 -r 434c21fb4ad0 www/firefox/PLIST
--- a/www/firefox/PLIST Wed Sep 05 15:19:32 2018 +0000
+++ b/www/firefox/PLIST Wed Sep 05 15:29:58 2018 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.130 2018/08/11 18:45:16 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.131 2018/09/05 15:29:58 ryoon Exp $
 bin/firefox
 lib/firefox/application.ini
 lib/firefox/browser/blocklist.xml
 lib/firefox/browser/chrome.manifest
-${PLIST.nobranding}lib/firefox/browser/chrome/browser/content/branding/about-background.png
+lib/firefox/browser/chrome/browser/content/branding/about-background.png
 lib/firefox/browser/chrome/browser/content/branding/about-logo.png
-lib/firefox/browser/chrome/browser/content/branding/about-logo%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/branding/about-wordmark.svg
 lib/firefox/browser/chrome/browser/content/branding/about.png
 lib/firefox/browser/chrome/browser/content/branding/aboutDialog.css
@@ -21,11 +20,14 @@
 lib/firefox/browser/chrome/browser/content/browser/aboutDialog.js
 lib/firefox/browser/chrome/browser/content/browser/aboutDialog.xul
 lib/firefox/browser/chrome/browser/content/browser/aboutLibrary.xhtml
+lib/firefox/browser/chrome/browser/content/browser/aboutNetError-new.xhtml
 lib/firefox/browser/chrome/browser/content/browser/aboutNetError.js
 lib/firefox/browser/chrome/browser/content/browser/aboutNetError.xhtml
 lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.css
 lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.js
 lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.xhtml
+lib/firefox/browser/chrome/browser/content/browser/aboutRestartRequired.js
+lib/firefox/browser/chrome/browser/content/browser/aboutRestartRequired.xhtml
 lib/firefox/browser/chrome/browser/content/browser/aboutRobots-icon.png
 lib/firefox/browser/chrome/browser/content/browser/aboutRobots-widget-left.png
 lib/firefox/browser/chrome/browser/content/browser/aboutRobots.css
@@ -37,31 +39,9 @@
 lib/firefox/browser/chrome/browser/content/browser/aboutTabCrashed.js
 lib/firefox/browser/chrome/browser/content/browser/aboutTabCrashed.xhtml
 lib/firefox/browser/chrome/browser/content/browser/aboutWelcomeBack.xhtml
-lib/firefox/browser/chrome/browser/content/browser/abouthome/aboutHome.css
-lib/firefox/browser/chrome/browser/content/browser/abouthome/aboutHome.js
-lib/firefox/browser/chrome/browser/content/browser/abouthome/aboutHome.xhtml
-lib/firefox/browser/chrome/browser/content/browser/abouthome/addons.png
-lib/firefox/browser/chrome/browser/content/browser/abouthome/addons%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/browser/abouthome/bookmarks.png
-lib/firefox/browser/chrome/browser/content/browser/abouthome/bookmarks%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/browser/abouthome/downloads.png
-lib/firefox/browser/chrome/browser/content/browser/abouthome/downloads%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/browser/abouthome/history.png
-lib/firefox/browser/chrome/browser/content/browser/abouthome/history%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/browser/abouthome/restore-large.png
-lib/firefox/browser/chrome/browser/content/browser/abouthome/restore-large%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/browser/abouthome/restore.png
-lib/firefox/browser/chrome/browser/content/browser/abouthome/restore%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/browser/abouthome/settings.png
-lib/firefox/browser/chrome/browser/content/browser/abouthome/settings%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/browser/abouthome/snippet1.png
-lib/firefox/browser/chrome/browser/content/browser/abouthome/snippet1%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/browser/abouthome/snippet2.png
-lib/firefox/browser/chrome/browser/content/browser/abouthome/snippet2%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/browser/abouthome/sync.png
-lib/firefox/browser/chrome/browser/content/browser/abouthome/sync%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/browser/blockedSite.xhtml
 lib/firefox/browser/chrome/browser/content/browser/browser-addons.js
+lib/firefox/browser/chrome/browser/content/browser/browser-allTabsMenu.js
 lib/firefox/browser/chrome/browser/content/browser/browser-captivePortal.js
 lib/firefox/browser/chrome/browser/content/browser/browser-compacttheme.js
 lib/firefox/browser/chrome/browser/content/browser/browser-ctrlTab.js
@@ -80,7 +60,6 @@
 lib/firefox/browser/chrome/browser/content/browser/browser-sidebar.js
 lib/firefox/browser/chrome/browser/content/browser/browser-siteIdentity.js
 lib/firefox/browser/chrome/browser/content/browser/browser-sync.js
-lib/firefox/browser/chrome/browser/content/browser/browser-tabPreviews.xml
 lib/firefox/browser/chrome/browser/content/browser/browser-tabsintitlebar.js
 lib/firefox/browser/chrome/browser/content/browser/browser-thumbnails.js
 lib/firefox/browser/chrome/browser/content/browser/browser-trackingprotection.js
@@ -98,6 +77,7 @@
 lib/firefox/browser/chrome/browser/content/browser/child/ext-omnibox.js
 lib/firefox/browser/chrome/browser/content/browser/child/ext-tabs.js
 lib/firefox/browser/chrome/browser/content/browser/content-UITour.js
+lib/firefox/browser/chrome/browser/content/browser/content-refreshblocker.js
 lib/firefox/browser/chrome/browser/content/browser/content-sessionStore.js
 lib/firefox/browser/chrome/browser/content/browser/content.js
 lib/firefox/browser/chrome/browser/content/browser/contentSearchUI.css
@@ -135,6 +115,7 @@
 lib/firefox/browser/chrome/browser/content/browser/feeds/subscribe.js
 lib/firefox/browser/chrome/browser/content/browser/feeds/subscribe.xhtml
 lib/firefox/browser/chrome/browser/content/browser/hiddenWindow.xul
+lib/firefox/browser/chrome/browser/content/browser/history-swipe-arrow.svg
 lib/firefox/browser/chrome/browser/content/browser/illustrations/error-connection-failure.svg
 lib/firefox/browser/chrome/browser/content/browser/illustrations/error-malformed-url.svg
 lib/firefox/browser/chrome/browser/content/browser/illustrations/error-server-not-found.svg
@@ -204,7 +185,6 @@
 lib/firefox/browser/chrome/browser/content/browser/preferences/fonts.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/fonts.xul
 lib/firefox/browser/chrome/browser/content/browser/preferences/handlers.css
-lib/firefox/browser/chrome/browser/content/browser/preferences/handlers.xml
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/containers.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/extensionControlled.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/findInPage.js
@@ -216,6 +196,8 @@
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/search.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/subdialogs.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/sync.js
+lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/syncDisconnect.js
+lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/syncDisconnect.xul
 lib/firefox/browser/chrome/browser/content/browser/preferences/languages.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/languages.xul
 lib/firefox/browser/chrome/browser/content/browser/preferences/permissions.js
@@ -265,7 +247,6 @@
 lib/firefox/browser/chrome/browser/content/browser/search/search.xml
 lib/firefox/browser/chrome/browser/content/browser/search/searchReset.js
 lib/firefox/browser/chrome/browser/content/browser/search/searchReset.xhtml
-lib/firefox/browser/chrome/browser/content/browser/search/searchbarBindings.css
 lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.js
 lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.xul
 lib/firefox/browser/chrome/browser/content/browser/static-robot.png
@@ -296,8 +277,237 @@
 lib/firefox/browser/chrome/browser/content/pet.svg
 lib/firefox/browser/chrome/browser/content/tree.svg
 lib/firefox/browser/chrome/browser/content/vacation.svg
+lib/firefox/browser/chrome/browser/searchplugins/allaannonser-sv-SE.xml
+lib/firefox/browser/chrome/browser/searchplugins/allegro-pl.xml
+lib/firefox/browser/chrome/browser/searchplugins/amazon-au.xml
+lib/firefox/browser/chrome/browser/searchplugins/amazon-br.xml
+lib/firefox/browser/chrome/browser/searchplugins/amazon-ca.xml
+lib/firefox/browser/chrome/browser/searchplugins/amazon-en-GB.xml
+lib/firefox/browser/chrome/browser/searchplugins/amazon-france.xml
+lib/firefox/browser/chrome/browser/searchplugins/amazon-in.xml
+lib/firefox/browser/chrome/browser/searchplugins/amazon-it.xml
+lib/firefox/browser/chrome/browser/searchplugins/amazon-jp.xml
+lib/firefox/browser/chrome/browser/searchplugins/amazon-mx.xml
+lib/firefox/browser/chrome/browser/searchplugins/amazon-nl.xml
+lib/firefox/browser/chrome/browser/searchplugins/amazondotcn.xml
+lib/firefox/browser/chrome/browser/searchplugins/amazondotcom-de.xml
+lib/firefox/browser/chrome/browser/searchplugins/amazondotcom.xml
+lib/firefox/browser/chrome/browser/searchplugins/atlas-sk.xml
+lib/firefox/browser/chrome/browser/searchplugins/azerdict.xml
+lib/firefox/browser/chrome/browser/searchplugins/azet-sk.xml
+lib/firefox/browser/chrome/browser/searchplugins/baidu.xml
+lib/firefox/browser/chrome/browser/searchplugins/bbc-alba.xml
+lib/firefox/browser/chrome/browser/searchplugins/bing.xml
+lib/firefox/browser/chrome/browser/searchplugins/bok-NO.xml
+lib/firefox/browser/chrome/browser/searchplugins/bolcom-fy-NL.xml
+lib/firefox/browser/chrome/browser/searchplugins/bolcom-nl.xml
+lib/firefox/browser/chrome/browser/searchplugins/bookplus-fi.xml
+lib/firefox/browser/chrome/browser/searchplugins/buscape.xml
+lib/firefox/browser/chrome/browser/searchplugins/ceneji.xml
+lib/firefox/browser/chrome/browser/searchplugins/chambers-en-GB.xml
+lib/firefox/browser/chrome/browser/searchplugins/cnrtl-tlfi-fr.xml
+lib/firefox/browser/chrome/browser/searchplugins/coccoc.xml
+lib/firefox/browser/chrome/browser/searchplugins/danawa-kr.xml
+lib/firefox/browser/chrome/browser/searchplugins/daum-kr.xml
+lib/firefox/browser/chrome/browser/searchplugins/ddg.xml
+lib/firefox/browser/chrome/browser/searchplugins/diccionariu-alla.xml
+lib/firefox/browser/chrome/browser/searchplugins/dict-enlv.xml
+lib/firefox/browser/chrome/browser/searchplugins/diec2.xml
+lib/firefox/browser/chrome/browser/searchplugins/drae.xml
+lib/firefox/browser/chrome/browser/searchplugins/ebay-at.xml
+lib/firefox/browser/chrome/browser/searchplugins/ebay-au.xml
+lib/firefox/browser/chrome/browser/searchplugins/ebay-be.xml
+lib/firefox/browser/chrome/browser/searchplugins/ebay-ca.xml
+lib/firefox/browser/chrome/browser/searchplugins/ebay-ch.xml
+lib/firefox/browser/chrome/browser/searchplugins/ebay-de.xml
+lib/firefox/browser/chrome/browser/searchplugins/ebay-es.xml
+lib/firefox/browser/chrome/browser/searchplugins/ebay-fr.xml
+lib/firefox/browser/chrome/browser/searchplugins/ebay-ie.xml
+lib/firefox/browser/chrome/browser/searchplugins/ebay-it.xml
+lib/firefox/browser/chrome/browser/searchplugins/ebay-nl.xml
+lib/firefox/browser/chrome/browser/searchplugins/ebay-uk.xml
+lib/firefox/browser/chrome/browser/searchplugins/ebay.xml
+lib/firefox/browser/chrome/browser/searchplugins/ecosia.xml
+lib/firefox/browser/chrome/browser/searchplugins/eki-ee.xml
+lib/firefox/browser/chrome/browser/searchplugins/elebila.xml
+lib/firefox/browser/chrome/browser/searchplugins/eudict.xml
+lib/firefox/browser/chrome/browser/searchplugins/faclair-beag.xml
+lib/firefox/browser/chrome/browser/searchplugins/flip.xml
+lib/firefox/browser/chrome/browser/searchplugins/freelang.xml
+lib/firefox/browser/chrome/browser/searchplugins/google-2018.xml
+lib/firefox/browser/chrome/browser/searchplugins/google.xml
+lib/firefox/browser/chrome/browser/searchplugins/gujaratilexicon.xml
+lib/firefox/browser/chrome/browser/searchplugins/gulesider-NO.xml
+lib/firefox/browser/chrome/browser/searchplugins/heureka-cz.xml
+lib/firefox/browser/chrome/browser/searchplugins/hoepli.xml
+lib/firefox/browser/chrome/browser/searchplugins/hotline-ua.xml
+lib/firefox/browser/chrome/browser/searchplugins/images/amazon.ico
+lib/firefox/browser/chrome/browser/searchplugins/images/ebay.ico
+lib/firefox/browser/chrome/browser/searchplugins/images/wikipedia.ico
+lib/firefox/browser/chrome/browser/searchplugins/images/yandex-en.ico
+lib/firefox/browser/chrome/browser/searchplugins/images/yandex-ru.ico
+lib/firefox/browser/chrome/browser/searchplugins/kannadastore.xml
+lib/firefox/browser/chrome/browser/searchplugins/kaz-kk.xml
+lib/firefox/browser/chrome/browser/searchplugins/klask.xml
+lib/firefox/browser/chrome/browser/searchplugins/leit-is.xml
+lib/firefox/browser/chrome/browser/searchplugins/leo_ende_de-rm.xml
+lib/firefox/browser/chrome/browser/searchplugins/leo_ende_de.xml
+lib/firefox/browser/chrome/browser/searchplugins/list-am.xml
+lib/firefox/browser/chrome/browser/searchplugins/list.json
+lib/firefox/browser/chrome/browser/searchplugins/longdo.xml
+lib/firefox/browser/chrome/browser/searchplugins/mailru.xml
+lib/firefox/browser/chrome/browser/searchplugins/mapy-cz.xml
+lib/firefox/browser/chrome/browser/searchplugins/marktplaats-fy-NL.xml
+lib/firefox/browser/chrome/browser/searchplugins/marktplaats-nl.xml
+lib/firefox/browser/chrome/browser/searchplugins/mercadolibre-ar.xml
+lib/firefox/browser/chrome/browser/searchplugins/mercadolibre-cl.xml
+lib/firefox/browser/chrome/browser/searchplugins/mercadolibre-mx.xml
+lib/firefox/browser/chrome/browser/searchplugins/mercadolivre.xml
+lib/firefox/browser/chrome/browser/searchplugins/meta-ua.xml
+lib/firefox/browser/chrome/browser/searchplugins/morfix-dic.xml
+lib/firefox/browser/chrome/browser/searchplugins/najdi-si.xml
+lib/firefox/browser/chrome/browser/searchplugins/naver-kr.xml
+lib/firefox/browser/chrome/browser/searchplugins/neti-ee.xml
+lib/firefox/browser/chrome/browser/searchplugins/odpiralni.xml
+lib/firefox/browser/chrome/browser/searchplugins/olx.xml
+lib/firefox/browser/chrome/browser/searchplugins/oshiete-goo.xml
+lib/firefox/browser/chrome/browser/searchplugins/osta-ee.xml
+lib/firefox/browser/chrome/browser/searchplugins/ozonru.xml
+lib/firefox/browser/chrome/browser/searchplugins/palasprint.xml
+lib/firefox/browser/chrome/browser/searchplugins/paroledigenova-lij.xml
+lib/firefox/browser/chrome/browser/searchplugins/pazaruvaj.xml
+lib/firefox/browser/chrome/browser/searchplugins/pledarigrond.xml
+lib/firefox/browser/chrome/browser/searchplugins/pogodak.xml
+lib/firefox/browser/chrome/browser/searchplugins/portalbgdict.xml
+lib/firefox/browser/chrome/browser/searchplugins/priberam.xml
+lib/firefox/browser/chrome/browser/searchplugins/priceru.xml
+lib/firefox/browser/chrome/browser/searchplugins/prisjakt-sv-SE.xml
+lib/firefox/browser/chrome/browser/searchplugins/pwn-pl.xml
+lib/firefox/browser/chrome/browser/searchplugins/qwant.xml
+lib/firefox/browser/chrome/browser/searchplugins/qxl-NO.xml
+lib/firefox/browser/chrome/browser/searchplugins/rakuten.xml
+lib/firefox/browser/chrome/browser/searchplugins/readmoo.xml
+lib/firefox/browser/chrome/browser/searchplugins/rediff.xml
+lib/firefox/browser/chrome/browser/searchplugins/reta-vortaro.xml
+lib/firefox/browser/chrome/browser/searchplugins/salidzinilv.xml
+lib/firefox/browser/chrome/browser/searchplugins/sapo.xml
+lib/firefox/browser/chrome/browser/searchplugins/seznam-cz.xml
+lib/firefox/browser/chrome/browser/searchplugins/slovnik-sk.xml
+lib/firefox/browser/chrome/browser/searchplugins/sslv.xml
+lib/firefox/browser/chrome/browser/searchplugins/sztaki-en-hu.xml
+lib/firefox/browser/chrome/browser/searchplugins/tearma.xml
+lib/firefox/browser/chrome/browser/searchplugins/termau.xml
+lib/firefox/browser/chrome/browser/searchplugins/twitter-ja.xml
+lib/firefox/browser/chrome/browser/searchplugins/twitter.xml
+lib/firefox/browser/chrome/browser/searchplugins/tyda-sv-SE.xml
+lib/firefox/browser/chrome/browser/searchplugins/vatera.xml
+lib/firefox/browser/chrome/browser/searchplugins/webdunia.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-NN.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-NO.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-af.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-an.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-ar.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-as.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-ast.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-az.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-be-tarask.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-be.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-bg.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-bn.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-br.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-bs.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-ca.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-crh.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-cy.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-cz.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-da.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-de.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-dsb.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-el.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-eo.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-es.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-et.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-eu.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-fa.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-fi.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-fr.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-fy-NL.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-ga-IE.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-gd.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-gl.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-gn.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-gu.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-he.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-hi.xml
+lib/firefox/browser/chrome/browser/searchplugins/wikipedia-hr.xml



Home | Main Index | Thread Index | Old Index