Cervantes Yu
d21c8fc338
Bug 977359 Part 3: Remove runtime checks for Nuwa deadlock in debug build. r=khuey
2014-04-15 21:27:56 +08:00
Fabrice Desré
0921e7ae5e
Bug 950266 - Re-enable the Nuwa process on B2G by default r=me
2014-01-14 16:00:25 -08:00
Ryan VanderMeulen
3bcdc8de82
Backed out changeset ca2ab9f4ac9c (bug 950266) for suspicion of causing bug 966582.
2014-02-01 14:39:56 -05:00
Fabrice Desré
eeb645fb4f
Bug 950266 - Re-enable the Nuwa process on B2G by default r=me
2014-01-14 16:00:25 -08:00
Wes Kocher
0e9f80fa22
Backed out 2 changesets (bug 950266) for making test_webapps_actor.html permaorange and mochitest-9's log permaoverflowing
...
Backed out changeset e3e75f44864b (bug 950266)
Backed out changeset 2963f15842fc (bug 950266)
2014-01-30 17:24:11 -08:00
Fabrice Desré
f9540729a5
Bug 950266 - Re-enable the Nuwa process on B2G by default r=me
2014-01-14 16:00:25 -08:00
Kai-Zhen Li
6cd54243c9
Bug 952693 - Set priority of NUWA to hal::PROCESS_PRIORITY_MASTER. r=khuey
2013-12-22 17:21:02 +08:00
Ehsan Akhgari
68bfe70f09
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Cervantes Yu
900e9fb610
Bug 938470 - Part 1: Make nsFrameLoader async in loading a remote iframe to always use Nuwa-spawned app processes. r=smaug
2013-11-19 19:03:30 +08:00
Patrick Wang
4a8edac120
Bug 948545: Nuwa process shouldn't exist if dom.ipc.processPrelaunch.enabled is false r=khuey
2013-12-13 16:38:08 +08:00
Patrick Wang
339ce649cf
Bug 930282: Part 3: Don't fork after xpcom shutdown. r=khuey
2013-12-09 22:42:48 +08:00
Patrick Wang
088a58256c
Bug 922465: Automated test for nuwa process. r=khuey
2013-10-24 21:49:49 +08:00
Phil Ringnalda
9272b5924a
Backed out 5 changesets (bug 944665, bug 922465, bug 930282) for b2g xpcshell crashes
...
CLOSED TREE
Backed out changeset c4f970dd2a4f (bug 930282)
Backed out changeset 625f5303fc68 (bug 930282)
Backed out changeset bf8e90edd152 (bug 922465)
Backed out changeset a21b57c78253 (bug 944665)
Backed out changeset 9275a2efc9e3 (bug 944665)
2013-12-08 15:32:15 -08:00
Patrick Wang
25a523f2fc
Bug 922465: Test Nuwa creation. r=khuey
2013-12-07 10:31:04 +08:00
Patrick Wang
007744637d
Bug 928995: Move Nuwa to PreallocatedProcessManager. r=bent
2013-11-22 11:25:34 +08:00
Ehsan Akhgari
9ad38c5057
Bug 919505 - Minimize the #includes in dom/ipc; r=jst
2013-09-23 17:30:40 -04:00
Justin Lebar
f1b1f631b1
Bug 844323 - Part 1: Move process preallocation logic out of ContentParent and into a new file, PreallocatedProcessManager. r=bent
...
Also make the PreallocatedProcessManager respond to pref changes. This allows us to write a test involving the preallocated process. Making this change was the main motivation for this patch; I moved the logic out of ContentParent because with the pref-watching code it was becoming unweildy.
2013-04-25 20:53:26 -04:00