gecko/other-licenses/android
Mike Hommey e56745d75b Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg,r=mwu
We now store two independent locations for an omni.jar, allowing GRE/XRE and
XUL application to each have their own omni.jar. And since xulrunner setups
are very independent from the XUL applications, we implement support for both
omni.jar and non omni.jar cases in the same runtime, with the side effect of
allowing to switch from one to the other manually without rebuilding the
binaries.

We let the mozilla::Omnijar API handle both cases, so that callers don't need
too much work to support them.

We also make the preferences service load the same set of preferences in all
the various cases (unified vs. separate, omni.jar vs. no omni.jar).

The child process launcher for IPC is modified to pass the base directories
needed for the mozilla::Omnijar API initialization in the child process.

Finally, the startupcache file name canonicalization is modified to separate
APP and GRE resources.
2011-02-25 12:53:36 +01:00
..
APKOpen.cpp Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg,r=mwu 2011-02-25 12:53:36 +01:00
APKOpen.h bug 623999 - Takes 35s to start up r=dougt f=taras a=blocking-fennec 2011-01-19 17:32:58 -05:00
ba.c
ba.h
bionic_tls.h
debugger.c Bug 588607 - 1. Add support for reading libraries out of the apk, r=taras a=blocking-fennec 2010-10-15 11:27:57 -07:00
dlfcn.c bug 623999 - Takes 35s to start up r=dougt f=taras a=blocking-fennec 2011-01-19 17:32:58 -05:00
dlfcn.h Bug 588607 - 1. Add support for reading libraries out of the apk, r=taras a=blocking-fennec 2010-10-15 11:27:57 -07:00
linker_debug.h
linker_format.c
linker_format.h
linker.c Bug 637316 part 1 - Report whole memory mapping to crash reporter for libraries on Android. r=mwu 2011-03-14 15:23:32 +01:00
linker.h bug 607367 - custom lib loader doesn't work on Galaxy S w/2.2 r=vlad a=blocking-fennec 2010-10-26 21:57:54 -04:00
Makefile.in bug 620584 - add ANDROID_PACKAGE_NAME rather than hard code org.mozilla.@MOZ_APP_NAME@ r=ted,blassy a=stuart 2010-12-21 15:02:14 -05:00
nsGeckoUtils.cpp Bug 588607 - 1. Add support for reading libraries out of the apk, r=taras a=blocking-fennec 2010-10-15 11:27:57 -07:00
rt.c