gecko/b2g
Thinker Lee ext:(%2C%20Cervantes%20Yu%20%3Ccyu%40mozilla.com%3E) 571a106743 Bug 771765 - Support template content process, part 1: the Nuwa API and low-level wrappers. r=khuey
Support of zygote-like process forking is done as:
* The b2g chrome process forks a child process that will be the template for forking other content processes.
* The template process starts running to some point and freeze.
* When ready, the chrome process starts requesting the template to fork content proceses.
* The content processes forked from the template process recovers its states including the threads, file descriptors for epoll, signaling and IPC.

Recovery of the process states are done by wrapping some system and pthread calls to record the states in the template process and recover in the forked content process.
2013-05-07 14:25:13 +08:00
..
app Merge b2g-inbound to m-c 2013-09-27 19:35:44 -07:00
branding Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
chrome Bug 915437 - "System JS : ERROR chrome://browser/content/forms.js:942 TypeError: Argument 1 of Range.setEnd is not an object." on all B2G mochitest-9 runs. r=yxl 2013-09-30 13:53:40 +02:00
components Bug 917544 - Don't remember audio-capturing permission in a session. r=fabrice 2013-09-27 07:59:31 -04:00
config Bumping gaia.json for 5 gaia-central revision(s) a=gaia-bump 2013-09-30 08:35:24 -07:00
gaia Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
installer Bug 906096 - Move InputMethod API behind a pref instead of build option. r=kanru, r=sicking 2013-09-26 03:38:41 +08:00
locales Bug 882186 - [System] Replace blue offline error page with new UX r=vingtetun,bz 2013-09-24 14:21:10 -07:00
test
app.mozbuild
build.mk
confvars.sh Bug 771765 - Support template content process, part 1: the Nuwa API and low-level wrappers. r=khuey 2013-05-07 14:25:13 +08:00
LICENSE
Makefile.in Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
moz.build