Thomas Zimmermann
|
670cef6690
|
Bug 1268432: Replace |Task| with |Runnable| in B2G code r=fabrice
This patch converts the remaining B2G code from |Task| to |Runnable| and
fixes related API calls. This is a follow-up to bug 1266595.
|
2016-05-02 10:27:15 -07:00 |
|
Alexandre Lissy
|
bd6e574102
|
Bug 1257786 - Proper init of LogModule for Nuwa r=khuey
MozReview-Commit-ID: JucY7wAk160
|
2016-03-22 15:02:39 +01:00 |
|
Birunthan Mohanathas
|
ac37dec517
|
Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj
|
2015-11-02 07:53:26 +02:00 |
|
Cervantes Yu
|
706d65854e
|
Bug 1172467: Fix an IPC channel file descriptor leak from Nuwa to the child process. r=khuey
|
2015-07-07 12:10:05 +08:00 |
|
Ting-Yu Chou
|
17cb0f45a8
|
Bug 1050122 - Part 2: Disable preallocate when proc loader is not initialized. r=khuey
|
2014-11-01 13:28:33 +08:00 |
|
Ting-Yu Chou
|
c9cb4d66f8
|
Bug 1050122 - Part 1: Enable Nuwa on debug builds, and kill it if the preference is false. r=khuey
|
2014-10-31 15:07:43 +08:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Botond Ballo
|
4f2257721a
|
Bug 1132153 - Replace 'using namespace base' with specific using-declarations. r=dholbert
|
2015-02-11 15:01:26 -05:00 |
|
Kyle Huey
|
3f5b8810c4
|
Bug 1121673: Use move references in IPDL. r=bent
|
2015-01-16 11:58:52 -08:00 |
|
Botond Ballo
|
a8727de956
|
Bug 1073081 - Fix -Waddress warnings about Nuwa functions. r=khuey
|
2014-11-26 19:20:03 -05:00 |
|
Botond Ballo
|
5df0765591
|
Bug 1073081 - Fix -Wsign-compare and -Wsign-conversion warnings. r=ehsan
|
2014-11-24 19:54:33 -05:00 |
|
Ryan VanderMeulen
|
7f5280619c
|
Backed out changesets bc3b048b416d and 773b27cd166b (bug 1050122) for regression B2G debug test runtimes dramatically.
|
2014-11-03 12:46:43 -05:00 |
|
Ting-Yu Chou
|
f58052f6dd
|
Bug 1050122 - Part 2 - Disable preallocate when proc loader is not initialized. r=khuey
|
2014-11-01 13:28:33 +08:00 |
|
Ting-Yu Chou
|
c3acfa4507
|
Bug 1050122 - Part 1 - Enable Nuwa on debug builds, and kill it if the preference is false. r=khuey
|
2014-10-31 15:07:43 +08:00 |
|
Cervantes Yu
|
28143c530e
|
Bug 1048011: fix a race condition that leaks PProcLoaderParent. r=khuey
|
2014-08-11 15:50:20 +08:00 |
|
Cervantes Yu
|
b662cccda6
|
Bug 1051633: Make sure magic file descriptors in the content process will not be taken for other uses. r=khuey
|
2014-09-30 00:00:00 +08:00 |
|
Carsten "Tomcat" Book
|
d3eb07ba53
|
Backed out changeset 1e25cd3e8219 (bug 1051633) for B2G ICS Emulator Opt m4 test failures
|
2014-09-24 11:28:37 +02:00 |
|
Cervantes Yu
|
5927c5ac47
|
Bug 1051633: Make sure magic file descriptors in the content process will not be taken for other uses. r=khuey
|
2014-08-15 17:19:05 +08:00 |
|
Carsten "Tomcat" Book
|
9a906aa48f
|
Backed out changeset 0a76964b8d8d (bug 1048011) for causing regression
|
2014-09-10 14:52:47 +02:00 |
|
Kyle Huey
|
0fc9f8731a
|
Back out bug 1050122 for causing silent timeouts on emulator mochitests. a=me
|
2014-09-02 12:05:36 -07:00 |
|
Cervantes Yu
|
2f0383603f
|
Bug 1048011 - Fix a race condition that causes PProcLoaderParent leak. r=khuey
|
2014-08-11 15:50:20 +08:00 |
|
Ting-Yu Chou
|
5fbfc560e2
|
Bug 1050122 - Enable Nuwa on debug builds, and kill it if the preference is false. r=khuey
|
2014-09-01 10:43:39 +08:00 |
|
Thinker K.F. Li
|
addb2c1606
|
Bug 977026 - Part 2: B2G loader. r=khuey, r=cyu
|
2014-07-30 03:24:00 -04:00 |
|
Mike Hommey
|
e0dac91a96
|
Backout changesets 7ff3cd713466, f8ec5977a454 and c7c37390b46b (bug 977026) for b2g bustage on a CLOSED TREE.
|
2014-07-29 14:50:41 +09:00 |
|
Thinker K.F. Li
|
7da0837ec9
|
Bug 977026 - part 2: B2G loader. r=khuey,cyu
|
2014-07-25 20:52:00 +02:00 |
|
Dave Hylands
|
8ada6300b4
|
Bug 784805 - Set the process name (comm) to the app name. r=cjones
|
2012-09-10 21:30:33 -07:00 |
|