gecko-dev/toolkit
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
..
actors Bug 1521964 - Make PictureInPictureChild use the cloneElementVisually API. r=Felipe 2019-03-01 22:37:26 +00:00
components Backed out changeset bdf395eb0c64 (bug 1294194) for bc failures on /browser_autofill_track_filled_logins.js . CLOSED TREE 2019-03-06 08:01:37 +02:00
content Bug 1450652 - Remove platform support for display="" in XBL bindings. r=mats 2019-03-06 00:47:13 +00:00
crashreporter
forgetaboutsite
library
locales Bug 1506291 - Add Linux sandboxing for the RDD (media decoder) process. r=gcp,mjf,flod 2019-02-27 20:14:54 +00:00
modules Bug 827976 - Add requestIdleCallback support to Timer.jsm. r=mconley 2019-03-04 18:53:14 +00:00
mozapps Bug 1529894 - Change jar log content. r=aklotz,chmanchester 2019-03-06 01:18:10 +00:00
pluginproblem
profile Bug 1527851: Continue to use dev-edition-default as the default profile name for developer edition. r=froydnj 2019-02-28 15:36:22 +00:00
recordreplay Bug 1532005 - Implement a new js/public/ArrayBuffer.h header to centralize functionality for creating and interacting with ArrayBuffers. r=sfink 2019-03-04 15:19:16 -08:00
system
themes Bug 1513343 - Remove textarea binding and replace usages with html:textarea. r=bgrins,dao 2019-03-05 11:41:42 +00:00
xre Bug 827976 - Create the hidden window lazily on non-Mac platforms. r=aklotz 2019-03-05 20:18:25 +00:00
.eslintrc.js
moz.build
moz.configure Bug 1531634 - Change how OMNIJAR_NAME is handled for fennec builds. r=nalexander 2019-03-01 21:49:47 +00:00
nss.configure
toolkit.mozbuild