Mike Hommey
cfd3ac70a2
Bug 677501 - Build a mozutils library containing jemalloc and other things. r=khuey
...
--HG--
rename : memory/jemalloc/Makefile.in => memory/mozutils/Makefile.in
rename : memory/jemalloc/fixcrt.py => memory/mozutils/fixcrt.py
rename : memory/jemalloc/jemalloc.def => memory/mozutils/mozutils.def.in
2011-09-01 14:12:10 +02:00
Mike Hommey
1fbab12774
Bug 680440 - Clean up jemalloc linkage. r=khuey
2011-09-01 14:11:56 +02:00
Kyle Huey
7b7b45a351
Merge m-c to b-s.
2011-08-31 07:52:43 -04:00
Jim Chen
7bcf05e723
Bug 674806 - d. Use char* for pointer arithmetic [r=mwu]
2011-08-30 17:11:37 -07:00
Ed Morley
19a1226d22
Merge last green changeset on m-i to m-c
2011-09-01 08:41:18 +01:00
Atul Aggarwal
31dcf08260
Bug 679612 - Add fclose calls to every exit point in APKOpen.cpp to prevent resource leaks; r=mwu
2011-08-31 16:30:33 +01:00
Kyle Huey
0e655f0dc8
Merge m-c to b-s.
2011-08-24 08:34:27 -04:00
Mike Hommey
35dde42be0
Bug 680373 - Link jemalloc into mozutils instead of mozalloc on Android. r=blassey,r=pbiggar
2011-08-24 12:55:13 +02:00
Mike Hommey
a41c1ed56d
Bug 681203 - Bind all symbols when dynamic symbol lookup is not supported. r=mwu
2011-08-23 16:12:44 +02:00
Doug Turner
c6d0970106
Bug 661978 - Android file input activity deadlocks. r=blassey
2011-08-18 19:30:22 -07:00
Mike Hommey
664eff9807
Bug 651889 - Add support for dynamic symbol lookup in the Android dynamic linker. r=mwu
2011-08-09 13:35:52 +02:00
Mike Hommey
910fe37b7c
Bug 681588 - Cleanup wrap malloc and its use on Android. r=ted
2011-08-29 19:21:22 +02:00
Doug Turner
0efa167f2b
Bug 667980: Expose network connection type to chrome. r=dougt
...
Add an attribute to nsINetworkLinkService that represents the connection type,
and add code to the android back-end to expose the connection type and notify
when it changes.
2011-07-10 15:24:05 -07:00
Doug Turner
3bdb5635c9
Bug 670201 - Remove most #ifdef DEBUG from custom loader. r=mwu
2011-07-09 19:50:22 -07:00
Mike Hommey
393dc001bc
Bug 647288 - Make our Android linker properly load libraries outside the .apk. r=mwu
2011-07-07 16:34:33 +02:00
Mike Hommey
4a5a3c957f
Bug 664934 - Add user and system usage in GeckoLibLoad log. r=mwu
2011-06-17 08:59:39 +02:00
Brad Lassey
1868c65dfc
bug 660326 - send java exceptions to crash-stats r=dougt
2011-06-01 13:54:53 -04:00
Vladimir Vukicevic
32e8962d5a
Content processes should not crash on startup when building with --disable-crashreporter, r=mwu
2011-05-25 16:54:30 -04:00
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
Mike Hommey
48fbd0b2c2
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
Brad Lassey
41e96455b0
bug 611163 - Fennec doesn't start due a problem with 'ashmem buffer' in DDMS r=taras a=blocking-fennec
2011-03-04 18:08:24 -05:00
Brad Lassey
f409ccb261
bug 631760 - don't hard code "/data/data/<package name>" r=dougt a=blocking-fennec
2011-02-07 23:40:42 -05:00
Brad Lassey
34e417e9fd
bug 611163 - Fennec doesn't start due a problem with "ashmem buffer" in DDMS, patch to add logging r=taras a=blockingfennec
2011-02-07 23:40:42 -05:00
Michael Wu
609cadcef6
Bug 606194 - Use mmap given addresses if necessary, r=taras a=blocking-fennec
2011-02-03 12:10:02 -05:00
Doug Turner
bba386c412
Bug 630595 - Followup. Do not need a dash before the option. Removing unused memory watcher. r=blassey, a=blocking-fennec
2011-02-02 01:00:34 -08:00
Doug Turner
cd8359f6c2
Bug 630133 - Need to unmap files in the non fork case, or we leak libraries. r=blassey a=blocking-fennec
...
--HG--
extra : rebase_source : b1577150130bbc79fc560bd747f01957900ad9bc
2011-01-31 12:36:35 -08:00
Mike Hommey
d097901939
Bug 628233 part 1 - Make the Android linker stop assuming there is only one read-only PT_LOAD entry. r=mwu,a=sdwilsh
2011-01-28 09:22:58 +01:00
Brad Lassey
a5a9217796
bug 627767 - When starting up fennec, there are two fennec process, don't fork for lib cache when there are no libs to cache r=dougt a=blocking-fennec
2011-01-21 13:28:44 -05:00
Doug Turner
d886cf3236
Bug 624652 - Add memory watcher to reduce the chance of ooming on the Nexus S. r=mwu/cjones. a=blocking-fennec
...
--HG--
extra : rebase_source : faf23b65fe8b5c64080c1ee3f6d4794e8837097d
2011-01-19 22:14:12 -08:00
Makoto Kato
e30bc616e7
Bug 616075 - HTML5 offline event support for Android. r=mwu a=blocking-fennec
2011-01-20 20:06:13 +09:00
Brad Lassey
c3b167855a
bug 623999 - Takes 35s to start up r=dougt f=taras a=blocking-fennec
2011-01-19 17:32:58 -05:00
Taras Glek
96b1b10db5
Bug 624889 - Useful startup debugging aids on android r=mwu a=mfinkle
2011-01-12 13:08:28 -08:00
Brad Lassey
fc5ace8d13
bug 623598 - avoid repeatedly extracting and deleting libraries r=mbrubeck a=blocking-fennec
2011-01-06 21:02:07 -05:00
Brad Lassey
b195811fd6
Bug 608042 - Add ability to make fat android builds that extract APK to disk r=dougt a=blocking-fennec
...
--HG--
extra : rebase_source : 60be05d268c70c08a5979e6480e40add3dc72b9d
2011-01-04 15:10:53 -05:00
Michael Wu
ff23778648
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
Michael Wu
f57c62a5e3
Bug 610970 - Round length up to the nearest page when reporting mapped regions, r=ted a=blocking-fennec
2010-11-11 20:51:48 -08:00
Michael Wu
17979f22b9
Bug 609671 - custom Android linker prevents system libraries from being dlopen'd, r=taras a=blocking-fennec
2010-11-10 19:31:16 -08:00
Michael Wu
402efe298f
Bug 607534 - Optimize custom dynamic loader to use less memory, r=cjones a=blocking-fennec
2010-10-29 12:22:28 -07:00
Mark Finkle
c13d5f5238
Bug 608239: Backout changeset 99233ad2ff70 a=fennec-should-load-pages
2010-10-29 10:07:54 -04:00
Michael Wu
bb0cf0f8a4
Bug 607534 - Optimize custom dynamic loader to use less memory, r=cjones a=blocking-fennec
2010-10-28 23:45:46 -07:00
Michael Wu
5e86d3928c
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
Brad Lassey
8b9c95cf77
bug 601282 - Sometimes fennec's window is black when started the DEBUG intent r=mwu a=blocking-fennec
2010-10-24 19:54:09 -04:00
Michael Wu
53f6429368
Bug 603592 - Report mapping to crash reporter, r=ted a=blocking-fennec
2010-10-20 20:44:03 -04:00
Michael Wu
ddf3ce3ed1
Bug 588607 - 1. Add support for reading libraries out of the apk, r=taras a=blocking-fennec
...
--HG--
extra : rebase_source : 539f8fea7689fd85cbeb727dcfb09d0b56a3499b
2010-10-15 11:27:57 -07:00
Michael Wu
f71e519090
Bug 588607 - 0. Add bionic linker files, r=lvilla a=blocking-fennec
...
--HG--
extra : rebase_source : 8ea4efe4309b8fac52ba62cd22a2c69039061755
2010-10-15 11:27:48 -07:00