Commit Graph

1252 Commits

Author SHA1 Message Date
Francesco Lodolo (:flod)
df4f2bc264 Bug 1539794 - Add installer font configuration for Bengali (bn), remove bn-IN and bn-BD r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D25220

--HG--
extra : moz-landing-system : lando
2019-03-28 15:06:35 +00:00
Mike Hommey
c7e738d69d Bug 1535501 - Allow to get full crashreporter symbols on artifact builds. r=mshal
Differential Revision: https://phabricator.services.mozilla.com/D23605

--HG--
extra : moz-landing-system : lando
2019-03-15 21:56:14 +00:00
Mike Hommey
b66d643565 Bug 1534381 - Adjust paths to match the jarlog on mac. r=chmanchester
Differential Revision: https://phabricator.services.mozilla.com/D23065

--HG--
extra : moz-landing-system : lando
2019-03-12 17:13:42 +00:00
Mike Hommey
dc1643f00d Bug 1533659 - Fix arguments handling in unpack.py after bug 1531634. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D22658

--HG--
extra : moz-landing-system : lando
2019-03-11 01:38:59 +00:00
Mike Hommey
f68ba227dc Bug 1530600 - Fail to package if a jarlog was given but it contains no data for omnijars. r=chmanchester
Differential Revision: https://phabricator.services.mozilla.com/D21657

--HG--
extra : moz-landing-system : lando
2019-03-05 22:11:50 +00:00
Mike Hommey
baba0e3cec Bug 1529894 - Change jar log content. r=aklotz,chmanchester
The jar log is used for optimization of the packaged jar files according
to their usage patterns during a profile run. The current content of the
file currently come with 2 caveats:
- it contains entries for jar archives that aren't relevant to
  packaging, which is not a problem in itself, but see below.
- it contains full paths for jar archives that may not correspond to the
  location of the packaged directory (on e.g. Android, where the build
  almost certainly doesn't happen in the same directory on the host as
  Fennec runs in the emulator/on the device).

The current JarLog code does somehow handle the various ways paths are
currently presented, but it's clearly missing code to map the paths in
the log to packaged paths. Instead of requiring manual work and extra
build options to handle this mapping, and considering the caveats above,
it's just simpler to log archive paths as if they were relative to the
packaged application directory in a build, and use that during
packaging.

Depends on D21655

Differential Revision: https://phabricator.services.mozilla.com/D21656

--HG--
extra : moz-landing-system : lando
2019-03-07 20:46:52 +00:00
Gurzau Raul
fe771d472a Backed out 4 changesets (bug 1529894) for xperf failures on a CLOSED TREE.
Backed out changeset d31f88692394 (bug 1529894)
Backed out changeset e2d7b59776a2 (bug 1529894)
Backed out changeset 3c37fd9d30d5 (bug 1529894)
Backed out changeset e93f4871731b (bug 1529894)

--HG--
extra : rebase_source : ae317f856e08d09ec655cb7b7a87c120f3c626a5
2019-03-06 13:06:13 +02:00
Mike Hommey
bef82f111d Bug 1529894 - Change jar log content. r=aklotz,chmanchester
The jar log is used for optimization of the packaged jar files according
to their usage patterns during a profile run. The current content of the
file currently come with 2 caveats:
- it contains entries for jar archives that aren't relevant to
  packaging, which is not a problem in itself, but see below.
- it contains full paths for jar archives that may not correspond to the
  location of the packaged directory (on e.g. Android, where the build
  almost certainly doesn't happen in the same directory on the host as
  Fennec runs in the emulator/on the device).

The current JarLog code does somehow handle the various ways paths are
currently presented, but it's clearly missing code to map the paths in
the log to packaged paths. Instead of requiring manual work and extra
build options to handle this mapping, and considering the caveats above,
it's just simpler to log archive paths as if they were relative to the
packaged application directory in a build, and use that during
packaging.

Depends on D21655

Differential Revision: https://phabricator.services.mozilla.com/D21656

--HG--
extra : moz-landing-system : lando
2019-03-06 01:18:10 +00:00
Robert Strong
bf9d1edd25 Bug 1510276 - Fix GetLongPath so it returns the proper case for the path. r=mhowell
Always uppercase the first char of the path in GetLongPath
Remove GetLongPathNameW since it isn't setting the proper case for the path segments below the leaf name

Differential Revision: https://phabricator.services.mozilla.com/D21873

--HG--
extra : moz-landing-system : lando
2019-03-04 18:22:54 +00:00
Mike Hommey
6bfaa82f51 Bug 1531634 - Change how OMNIJAR_NAME is handled for fennec builds. r=nalexander
Fennec has a value of OMNIJAR_NAME that contains a directory, contrary
to other platforms, and relies in post-packaging, pre-unpacking steps to
accommodate with the difference.

With this change, we just make the packaging and unpacking steps aware
of this setup, and make allow them to pack/unpack resources in foo/
under foo/$OMNIJAR_NAME, whether $OMNIJAR_NAME is a file name or a path.

This will, further down the road, allow the packager code to handle jar
logs from PGO instrumentation without munging them.

Differential Revision: https://phabricator.services.mozilla.com/D21654

--HG--
extra : moz-landing-system : lando
2019-03-01 21:49:47 +00:00
Mike Hommey
c7022eb656 Bug 1530587 - Don't optimize jars without preloading/reordering data. r=chmanchester
Optimizing jars without preloading/reordering data only moves the
jar central directory to the beginning of the file, which, without
preloading information, is not very useful. Let's just stop doing it if
there's not going to be preloading/reordering information at all.

Differential Revision: https://phabricator.services.mozilla.com/D21170

--HG--
extra : moz-landing-system : lando
2019-02-27 01:26:46 +00:00
Kris Maglione
e930b89c34 Bug 1514594: Part 3 - Change ChromeUtils.import API.
***
Bug 1514594: Part 3a - Change ChromeUtils.import to return an exports object; not pollute global. r=mccr8

This changes the behavior of ChromeUtils.import() to return an exports object,
rather than a module global, in all cases except when `null` is passed as a
second argument, and changes the default behavior not to pollute the global
scope with the module's exports. Thus, the following code written for the old
model:

  ChromeUtils.import("resource://gre/modules/Services.jsm");

is approximately the same as the following, in the new model:

  var {Services} = ChromeUtils.import("resource://gre/modules/Services.jsm");

Since the two behaviors are mutually incompatible, this patch will land with a
scripted rewrite to update all existing callers to use the new model rather
than the old.
***
Bug 1514594: Part 3b - Mass rewrite all JS code to use the new ChromeUtils.import API. rs=Gijs

This was done using the followng script:

https://bitbucket.org/kmaglione/m-c-rewrites/src/tip/processors/cu-import-exports.jsm
***
Bug 1514594: Part 3c - Update ESLint plugin for ChromeUtils.import API changes. r=Standard8

Differential Revision: https://phabricator.services.mozilla.com/D16747
***
Bug 1514594: Part 3d - Remove/fix hundreds of duplicate imports from sync tests. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D16748
***
Bug 1514594: Part 3e - Remove no-op ChromeUtils.import() calls. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D16749
***
Bug 1514594: Part 3f.1 - Cleanup various test corner cases after mass rewrite. r=Gijs
***
Bug 1514594: Part 3f.2 - Cleanup various non-test corner cases after mass rewrite. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D16750

--HG--
extra : rebase_source : 359574ee3064c90f33bf36c2ebe3159a24cc8895
extra : histedit_source : b93c8f42808b1599f9122d7842d2c0b3e656a594%2C64a3a4e3359dc889e2ab2b49461bab9e27fc10a7
2019-01-17 10:18:31 -08:00
Matt Howell
18090fd14b Bug 1514806 Part 6 - Disable running UPX in the installer package for targets it doesn't support. r=firefox-build-system-reviewers,mshal#firefox-build-system-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D15984

--HG--
extra : moz-landing-system : lando
2019-01-22 21:58:55 +00:00
Chris Manchester
3d131be6a9 Bug 1507631 - Remove mentions of MOZ_SIGN_CMD from the build system. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D16754

--HG--
extra : moz-landing-system : lando
2019-01-16 22:46:38 +00:00
Robert Strong
55bdeb26e6 Bug 1515075 - Build failure: Error in script maintenanceservice_installer.nsi on line 184 -- aborting creation process. r=mshal
Prevents the build failure by copying files for maintenanceservice_installer.nsi just as is done for other installers
2019-01-16 10:16:30 -08:00
Aaron Klotz
d56e504ec2 Bug 1517642: Make the installer and updater disable the launcher process by default on beta and release; r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D15758

--HG--
extra : moz-landing-system : lando
2019-01-16 00:06:39 +00:00
Cosmin Sabou
1558607307 Backed out 6 changesets (bug 1514806) for causing windows 2012 opt repack bustages.
Backed out changeset 63debb1d02d3 (bug 1514806)
Backed out changeset 803d20ba3f80 (bug 1514806)
Backed out changeset 3b95c5d8466d (bug 1514806)
Backed out changeset eb09e108a439 (bug 1514806)
Backed out changeset 6a738993de29 (bug 1514806)
Backed out changeset 303b19a8b923 (bug 1514806)

--HG--
rename : other-licenses/7zstub/firefox/7zSD.win32.manifest => other-licenses/7zstub/firefox/7zSD.manifest
rename : other-licenses/7zstub/firefox/7zSD.Win32.sfx => other-licenses/7zstub/firefox/7zSD.sfx
2019-01-15 19:17:09 +02:00
Matt Howell
f8a790571f Bug 1514806 Part 6 - Disable running UPX in the installer package for targets it doesn't support. r=firefox-build-system-reviewers,mshal#firefox-build-system-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D15984

--HG--
extra : moz-landing-system : lando
2019-01-14 21:59:06 +00:00
Mike Shal
514145c3fb Bug 1518170 - Always upload profile run output; r=firefox-build-system-reviewers,chmanchester#firefox-build-system-reviewers
In bug 1514288 we started to save the output from running Firefox during
PGO builds into log files, but they aren't correctly uploaded if the run
fails. This presents a problem for categorizing failed PGO builds if the
profileserver returns an error code (eg: bug 1517939), since the error
messages could be hidden away in log files that aren't uploaded.

Instead, we can generate them directly into the artifacts directory so
that they are always uploaded. Additionally, the log files are displayed
if the run fails so that the error messages are displayed in the log for
easier bug categorization.

Differential Revision: https://phabricator.services.mozilla.com/D15881

--HG--
extra : moz-landing-system : lando
2019-01-08 17:28:36 +00:00
Chris Manchester
0ef0b54bfb Bug 1507344 - Add a configure option for JARLOG_FILE in profile use builds. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D13917

--HG--
extra : moz-landing-system : lando
2018-12-21 19:05:44 +00:00
Mike Shal
c8ed2cda78 Bug 1514288 - save profile run output to log files rather than stdout; r=chmanchester
The output from running the browser during PGO builds can have innocuous
error messages in them, but show up in treeherder as potential messages
to include when filing bugs. We can just save the output from these runs
as files and upload them as artifacts instead, so they don't show up in
the build log but are available for inspection if necessary.

MozReview-Commit-ID: 3VdVCKVkZNI

Differential Revision: https://phabricator.services.mozilla.com/D15154

--HG--
extra : moz-landing-system : lando
2019-01-03 18:18:02 +00:00
Matt Howell
8f375ba526 Bug 1512699 - Detect the AArch64 platform in the full installer. r=agashlin
Differential Revision: https://phabricator.services.mozilla.com/D14662

--HG--
extra : moz-landing-system : lando
2018-12-18 02:42:48 +00:00
Robert Strong
24b436868b Bug 1478032 - Add aarch64 detection and set the correct registry views in the installer. r=mhowell 2018-12-17 11:17:26 -08:00
William Lachance
dd5033de20 Bug 1510431 - Use display version for version field in buildhub.json r=gps
Differential Revision: https://phabricator.services.mozilla.com/D13278

--HG--
extra : moz-landing-system : lando
2018-11-30 12:13:42 +00:00
Ed Lee
2704f0b07c Bug 1507610 - Allow running find-dupes without all of MOZ_AUTOMATION r=mshal
Differential Revision: https://phabricator.services.mozilla.com/D12065

--HG--
extra : moz-landing-system : lando
2018-11-20 19:35:08 +00:00
Kartikaya Gupta
719eeb4e5e Bug 1505869 - Expose the dist-include manifest as a taskcluster artifact for mozsearch builds. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D11995

--HG--
extra : moz-landing-system : lando
2018-11-15 15:48:02 +00:00
Matt Howell
54c17abaeb Bug 1453613 Part 2 - Add a full installer telemetry ping. r=agashlin
--HG--
extra : source : d7ee73e237c70cb7d13567e9a0ec2c32a1162211
2018-10-15 11:21:25 -07:00
Kirk Steuber
19c8368ea5 Bug 1458314 - Move the update directory to an installation specific location r=rstrong
This change applies to Windows only.
Firefox will need to migrate the directory from the old location to the new location. This will be done only once by setting the pref `app.update.migrated.updateDir2.<install path hash>` to `true` once migration has completed.

Note: The pref name app.update.migrated.updateDir has already been used, thus the '2' suffix. It can be found in ESR24.

This also removes the old handling fallback for generating the update directory path. Since xulrunner is no longer supported, this should no longer be needed. If neither the vendor nor app name are defined, it falls back to the literal string "Mozilla".

The code to generate the update directory path and the installation hash have been moved to the updatecommon library. This will allow those functions to be used in Firefox, the Mozilla Maintenance Service, the Mozilla Maintenance Service Installer, and TestAUSHelper.

Additionally, the function that generates the update directory path now has extra functionality. It creates the update directory, sets the permissions on it and, optionally, recursively sets the permissions on everything within.

This patch adds functionality that allows Firefox to set permissions on the new update directory on write failure. It attempts to set the permissions itself and, if that fails and the maintenance service is enabled, it calls into the maintenance service to try from there. If a write fails and the permissions cannot be fixed, the user is prompted to reinstall.

Differential Revision: https://phabricator.services.mozilla.com/D4249

--HG--
rename : toolkit/mozapps/update/updater/win_dirent.cpp => toolkit/mozapps/update/common/win_dirent.cpp
rename : toolkit/mozapps/update/tests/unit_aus_update/cleanupSuccessLogMove.js => toolkit/mozapps/update/tests/unit_aus_update/updateDirectoryMigrate.js
extra : moz-landing-system : lando
2018-10-23 21:41:04 +00:00
Bogdan Tara
4110bb0a9b Backed out 2 changesets (bug 1453613) for Windows MinGW build bustages CLOSED TREE
Backed out changeset 77fabbff45e0 (bug 1453613)
Backed out changeset 1df447ff4c77 (bug 1453613)
2018-10-23 19:18:10 +03:00
Matt Howell
55caf9383f Bug 1453613 Part 2 - Add a full installer telemetry ping. r=agashlin
Depends on D8870

Differential Revision: https://phabricator.services.mozilla.com/D8872

--HG--
extra : moz-landing-system : lando
2018-10-23 15:23:43 +00:00
Matt Howell
2ee98a6df4 Bug 1500983 - Fix StartMenuShortcuts installer INI setting always being overridden. r=agashlin
Differential Revision: https://phabricator.services.mozilla.com/D9453

--HG--
extra : moz-landing-system : lando
2018-10-22 23:32:58 +00:00
Tom Ritter
15dd23bc5d Bug 1475562 Produce pdbs for the mingw-clang build job r=ted
This patch also changes how pdbs for the ASAN job are copied:
we relax restrictions so that pdbs if present) are always copied out
and add an environment variable MOZ_COPY_PDBS to indicate when we
want to produce pdbs for copying.
2018-10-17 09:38:52 -05:00
Nick Alexander
7a37efeec6 Bug 1418464 - Part 2: Do less work when packaging GeckoView. r=mshal,jchen
There are two significant parts to this commit.  The first avoids
scanning for duplicates in the omnijar when packaging locally.  The
Fennec/GeckoView local development edit-test-compile loop _always_
includes packaging, so these developers always pay to scan for
duplicates.  And, for historical reasons (Bug 1351000), we build both
a Fennec and a GeckoView omnijar, so these developers pay to scan
twice!  Since scanning for duplicates isn't something that local
developers are likely to act on, let's not do this at all (rather
than, say, only once for Fennec).

The second avoids stripping and XZ compressing Fennec/GeckoView asset/
libraries twice.  A little path hacking allows to exploit the fact
that the executable processing is idempotent, saving a significant
amount of time during |mach package|.

The final part of this commit just reduces the verbosity of a
`zipalign` invocation.

Depends on D7314

Differential Revision: https://phabricator.services.mozilla.com/D7315

--HG--
extra : moz-landing-system : lando
2018-10-09 18:35:51 +00:00
Ciure Andrei
148577fc45 Backed out 2 changesets (bug 1418464) for test_packager.py build bustages CLOSED TREE
Backed out changeset d6794cb231e1 (bug 1418464)
Backed out changeset cc793c2d8cee (bug 1418464)
2018-10-05 22:11:05 +03:00
Nick Alexander
52b602c138 Bug 1418464 - Part 2: Do less work when packaging GeckoView. r=mshal,jchen
There are two significant parts to this commit.  The first avoids
scanning for duplicates in the omnijar when packaging locally.  The
Fennec/GeckoView local development edit-test-compile loop _always_
includes packaging, so these developers always pay to scan for
duplicates.  And, for historical reasons (Bug 1351000), we build both
a Fennec and a GeckoView omnijar, so these developers pay to scan
twice!  Since scanning for duplicates isn't something that local
developers are likely to act on, let's not do this at all (rather
than, say, only once for Fennec).

The second avoids stripping and XZ compressing Fennec/GeckoView asset/
libraries twice.  A little path hacking allows to exploit the fact
that the executable processing is idempotent, saving a significant
amount of time during |mach package|.

The final part of this commit just reduces the verbosity of a
`zipalign` invocation.

Depends on D7314

Differential Revision: https://phabricator.services.mozilla.com/D7315

--HG--
extra : moz-landing-system : lando
2018-10-05 18:29:04 +00:00
Nick Alexander
ceef29e5a6 Bug 1443332 - Fold APK signing from android-common.mk into upload-files-APK.mk. r=firefox-build-system-reviewers,mshal
This merely centralizes logic that was formerly used at multiple sites
into the single remaining use site.

None of the JAVA* flags have been used for a long time.

Differential Revision: https://phabricator.services.mozilla.com/D7313

--HG--
extra : moz-landing-system : lando
2018-10-03 18:05:27 +00:00
Tom Prince
f85b06c132 Bug 1492526: Don't build mar's as part of the build; r=firefox-build-system-reviewers,mshal,Callek
We need to sign parts of the contents of the archives, so the mar's that we
ship get built as part of the repackage task. Thus, there is no reason to also
create and upload as part of the build, just to throw them away.

Differential Revision: https://phabricator.services.mozilla.com/D6213

--HG--
extra : moz-landing-system : lando
2018-10-01 18:15:40 +00:00
Nathan Froyd
d0aecd3187 Bug 1494717 - fix package name for aarch64 windows; r=ted.mielczarek
The current code assumes that !x86-64 must be 32-bit.  Let's flip that
and assume that !x86 is 64-bit.
2018-09-27 14:35:00 -04:00
Kris Maglione
1c20e8cbbb Bug 1486147: Part 2 - Update JS string enumerator callers to use JS iteration. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D4270

--HG--
extra : rebase_source : 2adadcc8e51a7bce1da02f4bee1333b77bfa9944
extra : histedit_source : 9df920fd186f8c96a5d8b9cbff53ea9529f26ee0
2018-08-24 16:22:40 -07:00
Christian Holler
3b6edb4329 Bug 1492463 - Package fuzz-tests along with JS shell. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D6255

--HG--
extra : moz-landing-system : lando
2018-09-19 14:41:42 +00:00
Adam Gashlin
2ce5194ea0 Bug 1491999: Quote command line for multiple components. r=mhowell
The macro expansion of ExecAndWaitForInputIdle consumes the quotes
around the macro argument. The argument has an extra layer of quotes
around the executable name, which keeps it together even if it has
spaces, but we need yet another layer around the whole command line or
else each component of the command line appears as another argument to
StrCpy.

Standard practice is to quote args in the macro definition, I overlooked
this in the initial implementation.

Differential Revision: https://phabricator.services.mozilla.com/D6111

--HG--
extra : moz-landing-system : lando
2018-09-18 16:08:09 +00:00
Matt Howell
58a8107c16 Bug 1485484 - Always fill in the optional third parameter to ApplicationID::Set. r=agashlin
In theory, the third parameter (dualMode) to the NSIS ApplicationID plugin's
Set function is optional, but the plugin assumes that either it's there or
there's nothing else on the NSIS stack, so it pops three items from the stack
unconditionally. This means that supplying only two parameters results in
one item silently being dropped from the NSIS stack. Fortunately this one
function is the only place where we were doing that, so it only became a
problem if there were an awful lot of shortcuts (around 7) to the same
installation.

Differential Revision: https://phabricator.services.mozilla.com/D4009

--HG--
extra : moz-landing-system : lando
2018-08-22 20:38:12 +00:00
Francesco Lodolo (:flod)
e9d2dce082 Bug 1480742 - Ignore paths starting with 'localization/' when searching for duplicates in installer r=Pike a=Android-Nightly-fix
Reviewers: Pike

Reviewed By: Pike

Bug #: 1480742

Differential Revision: https://phabricator.services.mozilla.com/D2718

--HG--
extra : rebase_source : fdf16921deb91e297346fbd99ff93874c4fe6216
extra : amend_source : d191e9de14ae5484040b2b1fb4e63a92b944b2d6
2018-08-03 16:47:30 +03:00
Chris AtLee
182e3f8445 Bug 733530: Use .tar.gz for test archives r=gps
Differential Revision: https://phabricator.services.mozilla.com/D1743

--HG--
extra : moz-landing-system : lando
2018-08-01 16:00:03 +00:00
Matt Howell
5464744b1d Bug 1448804 Part 2 - Offer an opt-in survey at the end of the Windows uninstaller. r=agashlin
MozReview-Commit-ID: 2yPAfY3S2Bl

--HG--
extra : rebase_source : 936e6e4edd555059ac5ae95d40e7e4aa807a843f
2018-07-09 10:54:05 -07:00
Bogdan Tara
6eafe1c00b Backed out changeset 9c75cab2e322 (bug 733530) for breaking artifact builds 2018-07-04 14:50:22 +03:00
Chris AtLee
8745339529 Bug 733530: Use .tar.gz for test archives r=gps
Differential Revision: https://phabricator.services.mozilla.com/D1743

--HG--
extra : moz-landing-system : lando
2018-07-03 18:33:02 +00:00
Michael Kaply
0926b7133c Bug 1437942 - Remove search engines from langpacks. r=adw
MozReview-Commit-ID: GFCIbfmCc5B

--HG--
rename : browser/locales/searchplugins/allaannonser-sv-SE.xml => browser/components/search/searchplugins/allaannonser-sv-SE.xml
rename : browser/locales/searchplugins/allegro-pl.xml => browser/components/search/searchplugins/allegro-pl.xml
rename : browser/locales/searchplugins/amazon-au.xml => browser/components/search/searchplugins/amazon-au.xml
rename : browser/locales/searchplugins/amazon-br.xml => browser/components/search/searchplugins/amazon-br.xml
rename : browser/locales/searchplugins/amazon-ca.xml => browser/components/search/searchplugins/amazon-ca.xml
rename : browser/locales/searchplugins/amazon-en-GB.xml => browser/components/search/searchplugins/amazon-en-GB.xml
rename : browser/locales/searchplugins/amazon-france.xml => browser/components/search/searchplugins/amazon-france.xml
rename : browser/locales/searchplugins/amazon-in.xml => browser/components/search/searchplugins/amazon-in.xml
rename : browser/locales/searchplugins/amazon-it.xml => browser/components/search/searchplugins/amazon-it.xml
rename : browser/locales/searchplugins/amazon-jp.xml => browser/components/search/searchplugins/amazon-jp.xml
rename : browser/locales/searchplugins/amazon-mx.xml => browser/components/search/searchplugins/amazon-mx.xml
rename : browser/locales/searchplugins/amazon-nl.xml => browser/components/search/searchplugins/amazon-nl.xml
rename : browser/locales/searchplugins/amazondotcn.xml => browser/components/search/searchplugins/amazondotcn.xml
rename : browser/locales/searchplugins/amazondotcom-de.xml => browser/components/search/searchplugins/amazondotcom-de.xml
rename : browser/locales/searchplugins/amazondotcom.xml => browser/components/search/searchplugins/amazondotcom.xml
rename : browser/locales/searchplugins/atlas-sk.xml => browser/components/search/searchplugins/atlas-sk.xml
rename : browser/locales/searchplugins/azerdict.xml => browser/components/search/searchplugins/azerdict.xml
rename : browser/locales/searchplugins/azet-sk.xml => browser/components/search/searchplugins/azet-sk.xml
rename : browser/locales/searchplugins/baidu.xml => browser/components/search/searchplugins/baidu.xml
rename : browser/locales/searchplugins/bbc-alba.xml => browser/components/search/searchplugins/bbc-alba.xml
rename : browser/locales/searchplugins/bing.xml => browser/components/search/searchplugins/bing.xml
rename : browser/locales/searchplugins/bok-NO.xml => browser/components/search/searchplugins/bok-NO.xml
rename : browser/locales/searchplugins/bolcom-fy-NL.xml => browser/components/search/searchplugins/bolcom-fy-NL.xml
rename : browser/locales/searchplugins/bolcom-nl.xml => browser/components/search/searchplugins/bolcom-nl.xml
rename : browser/locales/searchplugins/bookplus-fi.xml => browser/components/search/searchplugins/bookplus-fi.xml
rename : browser/locales/searchplugins/buscape.xml => browser/components/search/searchplugins/buscape.xml
rename : browser/locales/searchplugins/ceneji.xml => browser/components/search/searchplugins/ceneji.xml
rename : browser/locales/searchplugins/chambers-en-GB.xml => browser/components/search/searchplugins/chambers-en-GB.xml
rename : browser/locales/searchplugins/cnrtl-tlfi-fr.xml => browser/components/search/searchplugins/cnrtl-tlfi-fr.xml
rename : browser/locales/searchplugins/coccoc.xml => browser/components/search/searchplugins/coccoc.xml
rename : browser/locales/searchplugins/danawa-kr.xml => browser/components/search/searchplugins/danawa-kr.xml
rename : browser/locales/searchplugins/daum-kr.xml => browser/components/search/searchplugins/daum-kr.xml
rename : browser/locales/searchplugins/ddg.xml => browser/components/search/searchplugins/ddg.xml
rename : browser/locales/searchplugins/diccionariu-alla.xml => browser/components/search/searchplugins/diccionariu-alla.xml
rename : browser/locales/searchplugins/dict-enlv.xml => browser/components/search/searchplugins/dict-enlv.xml
rename : browser/locales/searchplugins/diec2.xml => browser/components/search/searchplugins/diec2.xml
rename : browser/locales/searchplugins/drae.xml => browser/components/search/searchplugins/drae.xml
rename : browser/locales/searchplugins/ebay-at.xml => browser/components/search/searchplugins/ebay-at.xml
rename : browser/locales/searchplugins/ebay-au.xml => browser/components/search/searchplugins/ebay-au.xml
rename : browser/locales/searchplugins/ebay-be.xml => browser/components/search/searchplugins/ebay-be.xml
rename : browser/locales/searchplugins/ebay-ca.xml => browser/components/search/searchplugins/ebay-ca.xml
rename : browser/locales/searchplugins/ebay-ch.xml => browser/components/search/searchplugins/ebay-ch.xml
rename : browser/locales/searchplugins/ebay-de.xml => browser/components/search/searchplugins/ebay-de.xml
rename : browser/locales/searchplugins/ebay-es.xml => browser/components/search/searchplugins/ebay-es.xml
rename : browser/locales/searchplugins/ebay-fr.xml => browser/components/search/searchplugins/ebay-fr.xml
rename : browser/locales/searchplugins/ebay-ie.xml => browser/components/search/searchplugins/ebay-ie.xml
rename : browser/locales/searchplugins/ebay-it.xml => browser/components/search/searchplugins/ebay-it.xml
rename : browser/locales/searchplugins/ebay-nl.xml => browser/components/search/searchplugins/ebay-nl.xml
rename : browser/locales/searchplugins/ebay-uk.xml => browser/components/search/searchplugins/ebay-uk.xml
rename : browser/locales/searchplugins/ebay.xml => browser/components/search/searchplugins/ebay.xml
rename : browser/locales/searchplugins/ecosia.xml => browser/components/search/searchplugins/ecosia.xml
rename : browser/locales/searchplugins/eki-ee.xml => browser/components/search/searchplugins/eki-ee.xml
rename : browser/locales/searchplugins/elebila.xml => browser/components/search/searchplugins/elebila.xml
rename : browser/locales/searchplugins/eudict.xml => browser/components/search/searchplugins/eudict.xml
rename : browser/locales/searchplugins/faclair-beag.xml => browser/components/search/searchplugins/faclair-beag.xml
rename : browser/locales/searchplugins/flip.xml => browser/components/search/searchplugins/flip.xml
rename : browser/locales/searchplugins/freelang.xml => browser/components/search/searchplugins/freelang.xml
rename : browser/locales/searchplugins/google-2018.xml => browser/components/search/searchplugins/google-2018.xml
rename : browser/locales/searchplugins/google.xml => browser/components/search/searchplugins/google.xml
rename : browser/locales/searchplugins/gujaratilexicon.xml => browser/components/search/searchplugins/gujaratilexicon.xml
rename : browser/locales/searchplugins/gulesider-NO.xml => browser/components/search/searchplugins/gulesider-NO.xml
rename : browser/locales/searchplugins/heureka-cz.xml => browser/components/search/searchplugins/heureka-cz.xml
rename : browser/locales/searchplugins/hoepli.xml => browser/components/search/searchplugins/hoepli.xml
rename : browser/locales/searchplugins/hotline-ua.xml => browser/components/search/searchplugins/hotline-ua.xml
rename : browser/locales/searchplugins/images/amazon.ico => browser/components/search/searchplugins/images/amazon.ico
rename : browser/locales/searchplugins/images/ebay.ico => browser/components/search/searchplugins/images/ebay.ico
rename : browser/locales/searchplugins/images/wikipedia.ico => browser/components/search/searchplugins/images/wikipedia.ico
rename : browser/locales/searchplugins/images/yandex-en.ico => browser/components/search/searchplugins/images/yandex-en.ico
rename : browser/locales/searchplugins/images/yandex-ru.ico => browser/components/search/searchplugins/images/yandex-ru.ico
rename : browser/locales/searchplugins/kannadastore.xml => browser/components/search/searchplugins/kannadastore.xml
rename : browser/locales/searchplugins/kaz-kk.xml => browser/components/search/searchplugins/kaz-kk.xml
rename : browser/locales/searchplugins/klask.xml => browser/components/search/searchplugins/klask.xml
rename : browser/locales/searchplugins/leit-is.xml => browser/components/search/searchplugins/leit-is.xml
rename : browser/locales/searchplugins/leo_ende_de-rm.xml => browser/components/search/searchplugins/leo_ende_de-rm.xml
rename : browser/locales/searchplugins/leo_ende_de.xml => browser/components/search/searchplugins/leo_ende_de.xml
rename : browser/locales/searchplugins/list-am.xml => browser/components/search/searchplugins/list-am.xml
rename : browser/locales/search/list.json => browser/components/search/searchplugins/list.json
rename : browser/locales/searchplugins/longdo.xml => browser/components/search/searchplugins/longdo.xml
rename : browser/locales/searchplugins/mailru.xml => browser/components/search/searchplugins/mailru.xml
rename : browser/locales/searchplugins/mapy-cz.xml => browser/components/search/searchplugins/mapy-cz.xml
rename : browser/locales/searchplugins/marktplaats-fy-NL.xml => browser/components/search/searchplugins/marktplaats-fy-NL.xml
rename : browser/locales/searchplugins/marktplaats-nl.xml => browser/components/search/searchplugins/marktplaats-nl.xml
rename : browser/locales/searchplugins/mercadolibre-ar.xml => browser/components/search/searchplugins/mercadolibre-ar.xml
rename : browser/locales/searchplugins/mercadolibre-cl.xml => browser/components/search/searchplugins/mercadolibre-cl.xml
rename : browser/locales/searchplugins/mercadolibre-mx.xml => browser/components/search/searchplugins/mercadolibre-mx.xml
rename : browser/locales/searchplugins/mercadolivre.xml => browser/components/search/searchplugins/mercadolivre.xml
rename : browser/locales/searchplugins/meta-ua.xml => browser/components/search/searchplugins/meta-ua.xml
rename : browser/locales/searchplugins/morfix-dic.xml => browser/components/search/searchplugins/morfix-dic.xml
rename : browser/locales/searchplugins/najdi-si.xml => browser/components/search/searchplugins/najdi-si.xml
rename : browser/locales/searchplugins/naver-kr.xml => browser/components/search/searchplugins/naver-kr.xml
rename : browser/locales/searchplugins/neti-ee.xml => browser/components/search/searchplugins/neti-ee.xml
rename : browser/locales/searchplugins/odpiralni.xml => browser/components/search/searchplugins/odpiralni.xml
rename : browser/locales/searchplugins/olx.xml => browser/components/search/searchplugins/olx.xml
rename : browser/locales/searchplugins/oshiete-goo.xml => browser/components/search/searchplugins/oshiete-goo.xml
rename : browser/locales/searchplugins/osta-ee.xml => browser/components/search/searchplugins/osta-ee.xml
rename : browser/locales/searchplugins/ozonru.xml => browser/components/search/searchplugins/ozonru.xml
rename : browser/locales/searchplugins/palasprint.xml => browser/components/search/searchplugins/palasprint.xml
rename : browser/locales/searchplugins/paroledigenova-lij.xml => browser/components/search/searchplugins/paroledigenova-lij.xml
rename : browser/locales/searchplugins/pazaruvaj.xml => browser/components/search/searchplugins/pazaruvaj.xml
rename : browser/locales/searchplugins/pledarigrond.xml => browser/components/search/searchplugins/pledarigrond.xml
rename : browser/locales/searchplugins/pogodak.xml => browser/components/search/searchplugins/pogodak.xml
rename : browser/locales/searchplugins/portalbgdict.xml => browser/components/search/searchplugins/portalbgdict.xml
rename : browser/locales/searchplugins/priberam.xml => browser/components/search/searchplugins/priberam.xml
rename : browser/locales/searchplugins/priceru.xml => browser/components/search/searchplugins/priceru.xml
rename : browser/locales/searchplugins/prisjakt-sv-SE.xml => browser/components/search/searchplugins/prisjakt-sv-SE.xml
rename : browser/locales/searchplugins/pwn-pl.xml => browser/components/search/searchplugins/pwn-pl.xml
rename : browser/locales/searchplugins/qwant.xml => browser/components/search/searchplugins/qwant.xml
rename : browser/locales/searchplugins/qxl-NO.xml => browser/components/search/searchplugins/qxl-NO.xml
rename : browser/locales/searchplugins/rakuten.xml => browser/components/search/searchplugins/rakuten.xml
rename : browser/locales/searchplugins/readmoo.xml => browser/components/search/searchplugins/readmoo.xml
rename : browser/locales/searchplugins/rediff.xml => browser/components/search/searchplugins/rediff.xml
rename : browser/locales/searchplugins/reta-vortaro.xml => browser/components/search/searchplugins/reta-vortaro.xml
rename : browser/locales/searchplugins/salidzinilv.xml => browser/components/search/searchplugins/salidzinilv.xml
rename : browser/locales/searchplugins/sapo.xml => browser/components/search/searchplugins/sapo.xml
rename : browser/locales/searchplugins/seznam-cz.xml => browser/components/search/searchplugins/seznam-cz.xml
rename : browser/locales/searchplugins/slovnik-sk.xml => browser/components/search/searchplugins/slovnik-sk.xml
rename : browser/locales/searchplugins/sslv.xml => browser/components/search/searchplugins/sslv.xml
rename : browser/locales/searchplugins/sztaki-en-hu.xml => browser/components/search/searchplugins/sztaki-en-hu.xml
rename : browser/locales/searchplugins/tearma.xml => browser/components/search/searchplugins/tearma.xml
rename : browser/locales/searchplugins/termau.xml => browser/components/search/searchplugins/termau.xml
rename : browser/locales/searchplugins/twitter-ja.xml => browser/components/search/searchplugins/twitter-ja.xml
rename : browser/locales/searchplugins/twitter.xml => browser/components/search/searchplugins/twitter.xml
rename : browser/locales/searchplugins/tyda-sv-SE.xml => browser/components/search/searchplugins/tyda-sv-SE.xml
rename : browser/locales/searchplugins/vatera.xml => browser/components/search/searchplugins/vatera.xml
rename : browser/locales/searchplugins/webdunia.xml => browser/components/search/searchplugins/webdunia.xml
rename : browser/locales/searchplugins/wikipedia-NN.xml => browser/components/search/searchplugins/wikipedia-NN.xml
rename : browser/locales/searchplugins/wikipedia-NO.xml => browser/components/search/searchplugins/wikipedia-NO.xml
rename : browser/locales/searchplugins/wikipedia-af.xml => browser/components/search/searchplugins/wikipedia-af.xml
rename : browser/locales/searchplugins/wikipedia-an.xml => browser/components/search/searchplugins/wikipedia-an.xml
rename : browser/locales/searchplugins/wikipedia-ar.xml => browser/components/search/searchplugins/wikipedia-ar.xml
rename : browser/locales/searchplugins/wikipedia-as.xml => browser/components/search/searchplugins/wikipedia-as.xml
rename : browser/locales/searchplugins/wikipedia-ast.xml => browser/components/search/searchplugins/wikipedia-ast.xml
rename : browser/locales/searchplugins/wikipedia-az.xml => browser/components/search/searchplugins/wikipedia-az.xml
rename : browser/locales/searchplugins/wikipedia-be-tarask.xml => browser/components/search/searchplugins/wikipedia-be-tarask.xml
rename : browser/locales/searchplugins/wikipedia-be.xml => browser/components/search/searchplugins/wikipedia-be.xml
rename : browser/locales/searchplugins/wikipedia-bg.xml => browser/components/search/searchplugins/wikipedia-bg.xml
rename : browser/locales/searchplugins/wikipedia-bn.xml => browser/components/search/searchplugins/wikipedia-bn.xml
rename : browser/locales/searchplugins/wikipedia-br.xml => browser/components/search/searchplugins/wikipedia-br.xml
rename : browser/locales/searchplugins/wikipedia-bs.xml => browser/components/search/searchplugins/wikipedia-bs.xml
rename : browser/locales/searchplugins/wikipedia-ca.xml => browser/components/search/searchplugins/wikipedia-ca.xml
rename : browser/locales/searchplugins/wikipedia-crh.xml => browser/components/search/searchplugins/wikipedia-crh.xml
rename : browser/locales/searchplugins/wikipedia-cy.xml => browser/components/search/searchplugins/wikipedia-cy.xml
rename : browser/locales/searchplugins/wikipedia-cz.xml => browser/components/search/searchplugins/wikipedia-cz.xml
rename : browser/locales/searchplugins/wikipedia-da.xml => browser/components/search/searchplugins/wikipedia-da.xml
rename : browser/locales/searchplugins/wikipedia-de.xml => browser/components/search/searchplugins/wikipedia-de.xml
rename : browser/locales/searchplugins/wikipedia-dsb.xml => browser/components/search/searchplugins/wikipedia-dsb.xml
rename : browser/locales/searchplugins/wikipedia-el.xml => browser/components/search/searchplugins/wikipedia-el.xml
rename : browser/locales/searchplugins/wikipedia-eo.xml => browser/components/search/searchplugins/wikipedia-eo.xml
rename : browser/locales/searchplugins/wikipedia-es.xml => browser/components/search/searchplugins/wikipedia-es.xml
rename : browser/locales/searchplugins/wikipedia-et.xml => browser/components/search/searchplugins/wikipedia-et.xml
rename : browser/locales/searchplugins/wikipedia-eu.xml => browser/components/search/searchplugins/wikipedia-eu.xml
rename : browser/locales/searchplugins/wikipedia-fa.xml => browser/components/search/searchplugins/wikipedia-fa.xml
rename : browser/locales/searchplugins/wikipedia-fi.xml => browser/components/search/searchplugins/wikipedia-fi.xml
rename : browser/locales/searchplugins/wikipedia-fr.xml => browser/components/search/searchplugins/wikipedia-fr.xml
rename : browser/locales/searchplugins/wikipedia-fy-NL.xml => browser/components/search/searchplugins/wikipedia-fy-NL.xml
rename : browser/locales/searchplugins/wikipedia-ga-IE.xml => browser/components/search/searchplugins/wikipedia-ga-IE.xml
rename : browser/locales/searchplugins/wikipedia-gd.xml => browser/components/search/searchplugins/wikipedia-gd.xml
rename : browser/locales/searchplugins/wikipedia-gl.xml => browser/components/search/searchplugins/wikipedia-gl.xml
rename : browser/locales/searchplugins/wikipedia-gn.xml => browser/components/search/searchplugins/wikipedia-gn.xml
rename : browser/locales/searchplugins/wikipedia-gu.xml => browser/components/search/searchplugins/wikipedia-gu.xml
rename : browser/locales/searchplugins/wikipedia-he.xml => browser/components/search/searchplugins/wikipedia-he.xml
rename : browser/locales/searchplugins/wikipedia-hi.xml => browser/components/search/searchplugins/wikipedia-hi.xml
rename : browser/locales/searchplugins/wikipedia-hr.xml => browser/components/search/searchplugins/wikipedia-hr.xml
rename : browser/locales/searchplugins/wikipedia-hsb.xml => browser/components/search/searchplugins/wikipedia-hsb.xml
rename : browser/locales/searchplugins/wikipedia-hu.xml => browser/components/search/searchplugins/wikipedia-hu.xml
rename : browser/locales/searchplugins/wikipedia-hy.xml => browser/components/search/searchplugins/wikipedia-hy.xml
rename : browser/locales/searchplugins/wikipedia-ia.xml => browser/components/search/searchplugins/wikipedia-ia.xml
rename : browser/locales/searchplugins/wikipedia-id.xml => browser/components/search/searchplugins/wikipedia-id.xml
rename : browser/locales/searchplugins/wikipedia-is.xml => browser/components/search/searchplugins/wikipedia-is.xml
rename : browser/locales/searchplugins/wikipedia-it.xml => browser/components/search/searchplugins/wikipedia-it.xml
rename : browser/locales/searchplugins/wikipedia-ja.xml => browser/components/search/searchplugins/wikipedia-ja.xml
rename : browser/locales/searchplugins/wikipedia-ka.xml => browser/components/search/searchplugins/wikipedia-ka.xml
rename : browser/locales/searchplugins/wikipedia-kab.xml => browser/components/search/searchplugins/wikipedia-kab.xml
rename : browser/locales/searchplugins/wikipedia-kk.xml => browser/components/search/searchplugins/wikipedia-kk.xml
rename : browser/locales/searchplugins/wikipedia-km.xml => browser/components/search/searchplugins/wikipedia-km.xml
rename : browser/locales/searchplugins/wikipedia-kn.xml => browser/components/search/searchplugins/wikipedia-kn.xml
rename : browser/locales/searchplugins/wikipedia-kr.xml => browser/components/search/searchplugins/wikipedia-kr.xml
rename : browser/locales/searchplugins/wikipedia-lij.xml => browser/components/search/searchplugins/wikipedia-lij.xml
rename : browser/locales/searchplugins/wikipedia-lo.xml => browser/components/search/searchplugins/wikipedia-lo.xml
rename : browser/locales/searchplugins/wikipedia-lt.xml => browser/components/search/searchplugins/wikipedia-lt.xml
rename : browser/locales/searchplugins/wikipedia-ltg.xml => browser/components/search/searchplugins/wikipedia-ltg.xml
rename : browser/locales/searchplugins/wikipedia-lv.xml => browser/components/search/searchplugins/wikipedia-lv.xml
rename : browser/locales/searchplugins/wikipedia-mk.xml => browser/components/search/searchplugins/wikipedia-mk.xml
rename : browser/locales/searchplugins/wikipedia-ml.xml => browser/components/search/searchplugins/wikipedia-ml.xml
rename : browser/locales/searchplugins/wikipedia-mr.xml => browser/components/search/searchplugins/wikipedia-mr.xml
rename : browser/locales/searchplugins/wikipedia-ms.xml => browser/components/search/searchplugins/wikipedia-ms.xml
rename : browser/locales/searchplugins/wikipedia-my.xml => browser/components/search/searchplugins/wikipedia-my.xml
rename : browser/locales/searchplugins/wikipedia-ne.xml => browser/components/search/searchplugins/wikipedia-ne.xml
rename : browser/locales/searchplugins/wikipedia-nl.xml => browser/components/search/searchplugins/wikipedia-nl.xml
rename : browser/locales/searchplugins/wikipedia-oc.xml => browser/components/search/searchplugins/wikipedia-oc.xml
rename : browser/locales/searchplugins/wikipedia-or.xml => browser/components/search/searchplugins/wikipedia-or.xml
rename : browser/locales/searchplugins/wikipedia-pa.xml => browser/components/search/searchplugins/wikipedia-pa.xml
rename : browser/locales/searchplugins/wikipedia-pl.xml => browser/components/search/searchplugins/wikipedia-pl.xml
rename : browser/locales/searchplugins/wikipedia-pt.xml => browser/components/search/searchplugins/wikipedia-pt.xml
rename : browser/locales/searchplugins/wikipedia-rm.xml => browser/components/search/searchplugins/wikipedia-rm.xml
rename : browser/locales/searchplugins/wikipedia-ro.xml => browser/components/search/searchplugins/wikipedia-ro.xml
rename : browser/locales/searchplugins/wikipedia-ru.xml => browser/components/search/searchplugins/wikipedia-ru.xml
rename : browser/locales/searchplugins/wikipedia-si.xml => browser/components/search/searchplugins/wikipedia-si.xml
rename : browser/locales/searchplugins/wikipedia-sk.xml => browser/components/search/searchplugins/wikipedia-sk.xml
rename : browser/locales/searchplugins/wikipedia-sl.xml => browser/components/search/searchplugins/wikipedia-sl.xml
rename : browser/locales/searchplugins/wikipedia-sq.xml => browser/components/search/searchplugins/wikipedia-sq.xml
rename : browser/locales/searchplugins/wikipedia-sr.xml => browser/components/search/searchplugins/wikipedia-sr.xml
rename : browser/locales/searchplugins/wikipedia-sv-SE.xml => browser/components/search/searchplugins/wikipedia-sv-SE.xml
rename : browser/locales/searchplugins/wikipedia-ta.xml => browser/components/search/searchplugins/wikipedia-ta.xml
rename : browser/locales/searchplugins/wikipedia-te.xml => browser/components/search/searchplugins/wikipedia-te.xml
rename : browser/locales/searchplugins/wikipedia-th.xml => browser/components/search/searchplugins/wikipedia-th.xml
rename : browser/locales/searchplugins/wikipedia-tl.xml => browser/components/search/searchplugins/wikipedia-tl.xml
rename : browser/locales/searchplugins/wikipedia-tr.xml => browser/components/search/searchplugins/wikipedia-tr.xml
rename : browser/locales/searchplugins/wikipedia-uk.xml => browser/components/search/searchplugins/wikipedia-uk.xml
rename : browser/locales/searchplugins/wikipedia-ur.xml => browser/components/search/searchplugins/wikipedia-ur.xml
rename : browser/locales/searchplugins/wikipedia-uz.xml => browser/components/search/searchplugins/wikipedia-uz.xml
rename : browser/locales/searchplugins/wikipedia-vi.xml => browser/components/search/searchplugins/wikipedia-vi.xml
rename : browser/locales/searchplugins/wikipedia-wo.xml => browser/components/search/searchplugins/wikipedia-wo.xml
rename : browser/locales/searchplugins/wikipedia-zh-CN.xml => browser/components/search/searchplugins/wikipedia-zh-CN.xml
rename : browser/locales/searchplugins/wikipedia-zh-TW.xml => browser/components/search/searchplugins/wikipedia-zh-TW.xml
rename : browser/locales/searchplugins/wikipedia.xml => browser/components/search/searchplugins/wikipedia.xml
rename : browser/locales/searchplugins/wiktionary-oc.xml => browser/components/search/searchplugins/wiktionary-oc.xml
rename : browser/locales/searchplugins/wiktionary-te.xml => browser/components/search/searchplugins/wiktionary-te.xml
rename : browser/locales/searchplugins/wolnelektury-pl.xml => browser/components/search/searchplugins/wolnelektury-pl.xml
rename : browser/locales/searchplugins/yahoo-jp-auctions.xml => browser/components/search/searchplugins/yahoo-jp-auctions.xml
rename : browser/locales/searchplugins/yahoo-jp.xml => browser/components/search/searchplugins/yahoo-jp.xml
rename : browser/locales/searchplugins/yandex-az.xml => browser/components/search/searchplugins/yandex-az.xml
rename : browser/locales/searchplugins/yandex-by.xml => browser/components/search/searchplugins/yandex-by.xml
rename : browser/locales/searchplugins/yandex-en.xml => browser/components/search/searchplugins/yandex-en.xml
rename : browser/locales/searchplugins/yandex-kk.xml => browser/components/search/searchplugins/yandex-kk.xml
rename : browser/locales/searchplugins/yandex-ru.xml => browser/components/search/searchplugins/yandex-ru.xml
rename : browser/locales/searchplugins/yandex-tr.xml => browser/components/search/searchplugins/yandex-tr.xml
rename : browser/locales/searchplugins/zoznam-sk.xml => browser/components/search/searchplugins/zoznam-sk.xml
rename : mobile/locales/searchplugins/amazon-au.xml => mobile/android/components/search/searchplugins/amazon-au.xml
rename : mobile/locales/searchplugins/amazon-br.xml => mobile/android/components/search/searchplugins/amazon-br.xml
rename : mobile/locales/searchplugins/amazon-ca.xml => mobile/android/components/search/searchplugins/amazon-ca.xml
rename : mobile/locales/searchplugins/amazon-co-uk.xml => mobile/android/components/search/searchplugins/amazon-co-uk.xml
rename : mobile/locales/searchplugins/amazon-de.xml => mobile/android/components/search/searchplugins/amazon-de.xml
rename : mobile/locales/searchplugins/amazon-fr.xml => mobile/android/components/search/searchplugins/amazon-fr.xml
rename : mobile/locales/searchplugins/amazon-in.xml => mobile/android/components/search/searchplugins/amazon-in.xml
rename : mobile/locales/searchplugins/amazon-it.xml => mobile/android/components/search/searchplugins/amazon-it.xml
rename : mobile/locales/searchplugins/amazon-jp.xml => mobile/android/components/search/searchplugins/amazon-jp.xml
rename : mobile/locales/searchplugins/amazon-mx.xml => mobile/android/components/search/searchplugins/amazon-mx.xml
rename : mobile/locales/searchplugins/amazon-nl.xml => mobile/android/components/search/searchplugins/amazon-nl.xml
rename : mobile/locales/searchplugins/amazondotcom.xml => mobile/android/components/search/searchplugins/amazondotcom.xml
rename : mobile/locales/searchplugins/azerdict.xml => mobile/android/components/search/searchplugins/azerdict.xml
rename : mobile/locales/searchplugins/azet-sk.xml => mobile/android/components/search/searchplugins/azet-sk.xml
rename : mobile/locales/searchplugins/baidu.xml => mobile/android/components/search/searchplugins/baidu.xml
rename : mobile/locales/searchplugins/bing.xml => mobile/android/components/search/searchplugins/bing.xml
rename : mobile/locales/searchplugins/bolcom-fy-NL.xml => mobile/android/components/search/searchplugins/bolcom-fy-NL.xml
rename : mobile/locales/searchplugins/bolcom-nl.xml => mobile/android/components/search/searchplugins/bolcom-nl.xml
rename : mobile/locales/searchplugins/ceneje.xml => mobile/android/components/search/searchplugins/ceneje.xml
rename : mobile/locales/searchplugins/coccoc.xml => mobile/android/components/search/searchplugins/coccoc.xml
rename : mobile/locales/searchplugins/danawa-kr.xml => mobile/android/components/search/searchplugins/danawa-kr.xml
rename : mobile/locales/searchplugins/daum-kr.xml => mobile/android/components/search/searchplugins/daum-kr.xml
rename : mobile/locales/searchplugins/ddg.xml => mobile/android/components/search/searchplugins/ddg.xml
rename : mobile/locales/searchplugins/diec2.xml => mobile/android/components/search/searchplugins/diec2.xml
rename : mobile/locales/searchplugins/drae.xml => mobile/android/components/search/searchplugins/drae.xml
rename : mobile/locales/searchplugins/duckduckgo.xml => mobile/android/components/search/searchplugins/duckduckgo.xml
rename : mobile/locales/searchplugins/elebila.xml => mobile/android/components/search/searchplugins/elebila.xml
rename : mobile/locales/searchplugins/faclair-beag.xml => mobile/android/components/search/searchplugins/faclair-beag.xml
rename : mobile/locales/searchplugins/google-2018.xml => mobile/android/components/search/searchplugins/google-2018.xml
rename : mobile/locales/searchplugins/google.xml => mobile/android/components/search/searchplugins/google.xml
rename : mobile/locales/searchplugins/gulesider-mobile-NO.xml => mobile/android/components/search/searchplugins/gulesider-mobile-NO.xml
rename : mobile/locales/searchplugins/heureka-cz.xml => mobile/android/components/search/searchplugins/heureka-cz.xml
rename : mobile/locales/searchplugins/hotline-ua.xml => mobile/android/components/search/searchplugins/hotline-ua.xml
rename : mobile/locales/searchplugins/leit-is.xml => mobile/android/components/search/searchplugins/leit-is.xml
rename : mobile/locales/searchplugins/leo_ende_de.xml => mobile/android/components/search/searchplugins/leo_ende_de.xml
rename : mobile/locales/searchplugins/list-am.xml => mobile/android/components/search/searchplugins/list-am.xml
rename : mobile/locales/search/list.json => mobile/android/components/search/searchplugins/list.json
rename : mobile/locales/searchplugins/mapy-cz.xml => mobile/android/components/search/searchplugins/mapy-cz.xml
rename : mobile/locales/searchplugins/mercadolibre-ar.xml => mobile/android/components/search/searchplugins/mercadolibre-ar.xml
rename : mobile/locales/searchplugins/mercadolibre-cl.xml => mobile/android/components/search/searchplugins/mercadolibre-cl.xml
rename : mobile/locales/searchplugins/mercadolibre-mx.xml => mobile/android/components/search/searchplugins/mercadolibre-mx.xml
rename : mobile/locales/searchplugins/naver-kr.xml => mobile/android/components/search/searchplugins/naver-kr.xml
rename : mobile/locales/searchplugins/odpiralni.xml => mobile/android/components/search/searchplugins/odpiralni.xml
rename : mobile/locales/searchplugins/pazaruvaj.xml => mobile/android/components/search/searchplugins/pazaruvaj.xml
rename : mobile/locales/searchplugins/pledarigrond.xml => mobile/android/components/search/searchplugins/pledarigrond.xml
rename : mobile/locales/searchplugins/prisjakt-sv-SE.xml => mobile/android/components/search/searchplugins/prisjakt-sv-SE.xml
rename : mobile/locales/searchplugins/qwant.xml => mobile/android/components/search/searchplugins/qwant.xml
rename : mobile/locales/searchplugins/rediff.xml => mobile/android/components/search/searchplugins/rediff.xml
rename : mobile/locales/searchplugins/reta-vortaro.xml => mobile/android/components/search/searchplugins/reta-vortaro.xml
rename : mobile/locales/searchplugins/salidzinilv.xml => mobile/android/components/search/searchplugins/salidzinilv.xml
rename : mobile/locales/searchplugins/seznam-cz.xml => mobile/android/components/search/searchplugins/seznam-cz.xml
rename : mobile/locales/searchplugins/skroutz.xml => mobile/android/components/search/searchplugins/skroutz.xml
rename : mobile/locales/searchplugins/slovnik-sk.xml => mobile/android/components/search/searchplugins/slovnik-sk.xml
rename : mobile/locales/searchplugins/sslv.xml => mobile/android/components/search/searchplugins/sslv.xml
rename : mobile/locales/searchplugins/sztaki-en-hu.xml => mobile/android/components/search/searchplugins/sztaki-en-hu.xml
rename : mobile/locales/searchplugins/taobao.xml => mobile/android/components/search/searchplugins/taobao.xml
rename : mobile/locales/searchplugins/tearma.xml => mobile/android/components/search/searchplugins/tearma.xml
rename : mobile/locales/searchplugins/twitter-ja.xml => mobile/android/components/search/searchplugins/twitter-ja.xml
rename : mobile/locales/searchplugins/twitter.xml => mobile/android/components/search/searchplugins/twitter.xml
rename : mobile/locales/searchplugins/vatera.xml => mobile/android/components/search/searchplugins/vatera.xml
rename : mobile/locales/searchplugins/wikipedia-NN.xml => mobile/android/components/search/searchplugins/wikipedia-NN.xml
rename : mobile/locales/searchplugins/wikipedia-NO.xml => mobile/android/components/search/searchplugins/wikipedia-NO.xml
rename : mobile/locales/searchplugins/wikipedia-an.xml => mobile/android/components/search/searchplugins/wikipedia-an.xml
rename : mobile/locales/searchplugins/wikipedia-ar.xml => mobile/android/components/search/searchplugins/wikipedia-ar.xml
rename : mobile/locales/searchplugins/wikipedia-as.xml => mobile/android/components/search/searchplugins/wikipedia-as.xml
rename : mobile/locales/searchplugins/wikipedia-ast.xml => mobile/android/components/search/searchplugins/wikipedia-ast.xml
rename : mobile/locales/searchplugins/wikipedia-az.xml => mobile/android/components/search/searchplugins/wikipedia-az.xml
rename : mobile/locales/searchplugins/wikipedia-be.xml => mobile/android/components/search/searchplugins/wikipedia-be.xml
rename : mobile/locales/searchplugins/wikipedia-bg.xml => mobile/android/components/search/searchplugins/wikipedia-bg.xml
rename : mobile/locales/searchplugins/wikipedia-bn.xml => mobile/android/components/search/searchplugins/wikipedia-bn.xml
rename : mobile/locales/searchplugins/wikipedia-br.xml => mobile/android/components/search/searchplugins/wikipedia-br.xml
rename : mobile/locales/searchplugins/wikipedia-bs.xml => mobile/android/components/search/searchplugins/wikipedia-bs.xml
rename : mobile/locales/searchplugins/wikipedia-ca.xml => mobile/android/components/search/searchplugins/wikipedia-ca.xml
rename : mobile/locales/searchplugins/wikipedia-cy.xml => mobile/android/components/search/searchplugins/wikipedia-cy.xml
rename : mobile/locales/searchplugins/wikipedia-cz.xml => mobile/android/components/search/searchplugins/wikipedia-cz.xml
rename : mobile/locales/searchplugins/wikipedia-da.xml => mobile/android/components/search/searchplugins/wikipedia-da.xml
rename : mobile/locales/searchplugins/wikipedia-de.xml => mobile/android/components/search/searchplugins/wikipedia-de.xml
rename : mobile/locales/searchplugins/wikipedia-dsb.xml => mobile/android/components/search/searchplugins/wikipedia-dsb.xml
rename : mobile/locales/searchplugins/wikipedia-el.xml => mobile/android/components/search/searchplugins/wikipedia-el.xml
rename : mobile/locales/searchplugins/wikipedia-eo.xml => mobile/android/components/search/searchplugins/wikipedia-eo.xml
rename : mobile/locales/searchplugins/wikipedia-es.xml => mobile/android/components/search/searchplugins/wikipedia-es.xml
rename : mobile/locales/searchplugins/wikipedia-et.xml => mobile/android/components/search/searchplugins/wikipedia-et.xml
rename : mobile/locales/searchplugins/wikipedia-eu.xml => mobile/android/components/search/searchplugins/wikipedia-eu.xml
rename : mobile/locales/searchplugins/wikipedia-fa.xml => mobile/android/components/search/searchplugins/wikipedia-fa.xml
rename : mobile/locales/searchplugins/wikipedia-fi.xml => mobile/android/components/search/searchplugins/wikipedia-fi.xml
rename : mobile/locales/searchplugins/wikipedia-fr.xml => mobile/android/components/search/searchplugins/wikipedia-fr.xml
rename : mobile/locales/searchplugins/wikipedia-fy-NL.xml => mobile/android/components/search/searchplugins/wikipedia-fy-NL.xml
rename : mobile/locales/searchplugins/wikipedia-ga-IE.xml => mobile/android/components/search/searchplugins/wikipedia-ga-IE.xml
rename : mobile/locales/searchplugins/wikipedia-gd.xml => mobile/android/components/search/searchplugins/wikipedia-gd.xml
rename : mobile/locales/searchplugins/wikipedia-gl.xml => mobile/android/components/search/searchplugins/wikipedia-gl.xml
rename : mobile/locales/searchplugins/wikipedia-gn.xml => mobile/android/components/search/searchplugins/wikipedia-gn.xml
rename : mobile/locales/searchplugins/wikipedia-gu.xml => mobile/android/components/search/searchplugins/wikipedia-gu.xml
rename : mobile/locales/searchplugins/wikipedia-he.xml => mobile/android/components/search/searchplugins/wikipedia-he.xml
rename : mobile/locales/searchplugins/wikipedia-hi.xml => mobile/android/components/search/searchplugins/wikipedia-hi.xml
rename : mobile/locales/searchplugins/wikipedia-hr.xml => mobile/android/components/search/searchplugins/wikipedia-hr.xml
rename : mobile/locales/searchplugins/wikipedia-hsb.xml => mobile/android/components/search/searchplugins/wikipedia-hsb.xml
rename : mobile/locales/searchplugins/wikipedia-hu.xml => mobile/android/components/search/searchplugins/wikipedia-hu.xml
rename : mobile/locales/searchplugins/wikipedia-hy-AM.xml => mobile/android/components/search/searchplugins/wikipedia-hy-AM.xml
rename : mobile/locales/searchplugins/wikipedia-ia.xml => mobile/android/components/search/searchplugins/wikipedia-ia.xml
rename : mobile/locales/searchplugins/wikipedia-id.xml => mobile/android/components/search/searchplugins/wikipedia-id.xml
rename : mobile/locales/searchplugins/wikipedia-is.xml => mobile/android/components/search/searchplugins/wikipedia-is.xml
rename : mobile/locales/searchplugins/wikipedia-it.xml => mobile/android/components/search/searchplugins/wikipedia-it.xml
rename : mobile/locales/searchplugins/wikipedia-ja.xml => mobile/android/components/search/searchplugins/wikipedia-ja.xml
rename : mobile/locales/searchplugins/wikipedia-ka.xml => mobile/android/components/search/searchplugins/wikipedia-ka.xml
rename : mobile/locales/searchplugins/wikipedia-kab.xml => mobile/android/components/search/searchplugins/wikipedia-kab.xml
rename : mobile/locales/searchplugins/wikipedia-kk.xml => mobile/android/components/search/searchplugins/wikipedia-kk.xml
rename : mobile/locales/searchplugins/wikipedia-km.xml => mobile/android/components/search/searchplugins/wikipedia-km.xml
rename : mobile/locales/searchplugins/wikipedia-kn.xml => mobile/android/components/search/searchplugins/wikipedia-kn.xml
rename : mobile/locales/searchplugins/wikipedia-lij.xml => mobile/android/components/search/searchplugins/wikipedia-lij.xml
rename : mobile/locales/searchplugins/wikipedia-lo.xml => mobile/android/components/search/searchplugins/wikipedia-lo.xml
rename : mobile/locales/searchplugins/wikipedia-lt.xml => mobile/android/components/search/searchplugins/wikipedia-lt.xml
rename : mobile/locales/searchplugins/wikipedia-ltg.xml => mobile/android/components/search/searchplugins/wikipedia-ltg.xml
rename : mobile/locales/searchplugins/wikipedia-lv.xml => mobile/android/components/search/searchplugins/wikipedia-lv.xml
rename : mobile/locales/searchplugins/wikipedia-ml.xml => mobile/android/components/search/searchplugins/wikipedia-ml.xml
rename : mobile/locales/searchplugins/wikipedia-mr.xml => mobile/android/components/search/searchplugins/wikipedia-mr.xml
rename : mobile/locales/searchplugins/wikipedia-ms.xml => mobile/android/components/search/searchplugins/wikipedia-ms.xml
rename : mobile/locales/searchplugins/wikipedia-my.xml => mobile/android/components/search/searchplugins/wikipedia-my.xml
rename : mobile/locales/searchplugins/wikipedia-ne.xml => mobile/android/components/search/searchplugins/wikipedia-ne.xml
rename : mobile/locales/searchplugins/wikipedia-nl.xml => mobile/android/components/search/searchplugins/wikipedia-nl.xml
rename : mobile/locales/searchplugins/wikipedia-oc.xml => mobile/android/components/search/searchplugins/wikipedia-oc.xml
rename : mobile/locales/searchplugins/wikipedia-or.xml => mobile/android/components/search/searchplugins/wikipedia-or.xml
rename : mobile/locales/searchplugins/wikipedia-pa.xml => mobile/android/components/search/searchplugins/wikipedia-pa.xml
rename : mobile/locales/searchplugins/wikipedia-pl.xml => mobile/android/components/search/searchplugins/wikipedia-pl.xml
rename : mobile/locales/searchplugins/wikipedia-pt.xml => mobile/android/components/search/searchplugins/wikipedia-pt.xml
rename : mobile/locales/searchplugins/wikipedia-rm.xml => mobile/android/components/search/searchplugins/wikipedia-rm.xml
rename : mobile/locales/searchplugins/wikipedia-ro.xml => mobile/android/components/search/searchplugins/wikipedia-ro.xml
rename : mobile/locales/searchplugins/wikipedia-ru.xml => mobile/android/components/search/searchplugins/wikipedia-ru.xml
rename : mobile/locales/searchplugins/wikipedia-sk.xml => mobile/android/components/search/searchplugins/wikipedia-sk.xml
rename : mobile/locales/searchplugins/wikipedia-sl.xml => mobile/android/components/search/searchplugins/wikipedia-sl.xml
rename : mobile/locales/searchplugins/wikipedia-sq.xml => mobile/android/components/search/searchplugins/wikipedia-sq.xml
rename : mobile/locales/searchplugins/wikipedia-sr.xml => mobile/android/components/search/searchplugins/wikipedia-sr.xml
rename : mobile/locales/searchplugins/wikipedia-sv-SE.xml => mobile/android/components/search/searchplugins/wikipedia-sv-SE.xml
rename : mobile/locales/searchplugins/wikipedia-ta.xml => mobile/android/components/search/searchplugins/wikipedia-ta.xml
rename : mobile/locales/searchplugins/wikipedia-te.xml => mobile/android/components/search/searchplugins/wikipedia-te.xml
rename : mobile/locales/searchplugins/wikipedia-th.xml => mobile/android/components/search/searchplugins/wikipedia-th.xml
rename : mobile/locales/searchplugins/wikipedia-tr.xml => mobile/android/components/search/searchplugins/wikipedia-tr.xml
rename : mobile/locales/searchplugins/wikipedia-uk.xml => mobile/android/components/search/searchplugins/wikipedia-uk.xml
rename : mobile/locales/searchplugins/wikipedia-ur.xml => mobile/android/components/search/searchplugins/wikipedia-ur.xml
rename : mobile/locales/searchplugins/wikipedia-uz.xml => mobile/android/components/search/searchplugins/wikipedia-uz.xml
rename : mobile/locales/searchplugins/wikipedia-vi.xml => mobile/android/components/search/searchplugins/wikipedia-vi.xml
rename : mobile/locales/searchplugins/wikipedia-wo.xml => mobile/android/components/search/searchplugins/wikipedia-wo.xml
rename : mobile/locales/searchplugins/wikipedia-zh-CN.xml => mobile/android/components/search/searchplugins/wikipedia-zh-CN.xml
rename : mobile/locales/searchplugins/wikipedia-zh-TW.xml => mobile/android/components/search/searchplugins/wikipedia-zh-TW.xml
rename : mobile/locales/searchplugins/wikipedia.xml => mobile/android/components/search/searchplugins/wikipedia.xml
rename : mobile/locales/searchplugins/wiktionary-kn.xml => mobile/android/components/search/searchplugins/wiktionary-kn.xml
rename : mobile/locales/searchplugins/wiktionary-oc.xml => mobile/android/components/search/searchplugins/wiktionary-oc.xml
rename : mobile/locales/searchplugins/wiktionary-or.xml => mobile/android/components/search/searchplugins/wiktionary-or.xml
rename : mobile/locales/searchplugins/wiktionary-ta.xml => mobile/android/components/search/searchplugins/wiktionary-ta.xml
rename : mobile/locales/searchplugins/wiktionary-te.xml => mobile/android/components/search/searchplugins/wiktionary-te.xml
rename : mobile/locales/searchplugins/yahoo-jp.xml => mobile/android/components/search/searchplugins/yahoo-jp.xml
rename : mobile/locales/searchplugins/yandex-en.xml => mobile/android/components/search/searchplugins/yandex-en.xml
rename : mobile/locales/searchplugins/yandex-ru.xml => mobile/android/components/search/searchplugins/yandex-ru.xml
rename : mobile/locales/searchplugins/yandex-tr.xml => mobile/android/components/search/searchplugins/yandex-tr.xml
rename : mobile/locales/searchplugins/yandex.by.xml => mobile/android/components/search/searchplugins/yandex.by.xml
rename : mobile/locales/searchplugins/yandex.xml => mobile/android/components/search/searchplugins/yandex.xml
extra : rebase_source : 5be775e097a95f4581bc778b3f91e13c3cd07809
2018-06-04 16:45:50 -05:00
Kris Maglione
6b12d08f7d Bug 1462937: Update callers to use nsIFile::GetDirectoryEntries as a nsIDirectoryEnumerator. r=froydnj
MozReview-Commit-ID: Iv4T1MVAF5

--HG--
extra : rebase_source : 1c518883d082884db7f9323a5acc20361228c26b
extra : histedit_source : 70a73c23d1199d3bfbb5379c78930401166c094b
2018-05-19 20:17:45 -07:00
shindli
36d0764100 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-05-16 21:36:19 +03:00