Alessio Placitelli
|
2558c3ec2c
|
Bug 1134279 - Change Telemetry data producers to use the correct recording flags. r=vladan
|
2015-03-23 04:39:00 +01:00 |
|
Ehsan Akhgari
|
5cccea6f0f
|
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 |
|
Ehsan Akhgari
|
57666729b5
|
Bug 1109746 - Fix more bad implicit constructors in some random code across the tree
--HG--
extra : amend_source : 48ca151cb1ca2193404c65831556051c02093914
|
2014-12-13 14:17:04 -05:00 |
|
David Rajchenbach-Teller
|
0b48149f4f
|
Bug 1044020 - Add duration of shutdown phases to Telemetry. r=froydnj
|
2014-11-10 13:58:14 +01:00 |
|
Chris Peterson
|
bdfa7839f9
|
Bug 1095878 - Fix -Wunused-variable warning in toolkit/components/terminator and mark as FAIL_ON_WARNINGS. r=froydnj
|
2014-11-01 12:16:27 -07:00 |
|
Wes Kocher
|
64ddbc7d38
|
Backed out 2 changesets (bug 1044020) for xpcshell-2 permaorange on b2g desktop a=backout
Backed out changeset 7cbdd8fc831c (bug 1044020)
Backed out changeset 4f9d8d2279e9 (bug 1044020)
|
2014-11-06 16:56:03 -08:00 |
|
David Rajchenbach-Teller
|
a94b045c3f
|
Bug 1044020 - Add duration of shutdown phases to Telemetry. r=froydnj
|
2014-10-21 13:12:15 +02:00 |
|
Ed Morley
|
4052c38b89
|
Backed out changeset 0ec9bd8e9880 (bug 1044020) for asan failures
|
2014-09-30 17:35:44 +01:00 |
|
David Rajchenbach-Teller
|
28d377e982
|
Bug 1044020 - Add the duration of shutdown phases to Telemetry. r=froydnj
|
2014-09-30 11:43:46 +02:00 |
|
Ed Morley
|
ad0103637b
|
Backed out changeset 49b1465d3e5e (bug 1044020) for compilation failures
|
2014-09-29 15:41:54 +01:00 |
|
David Rajchenbach-Teller
|
42346ce81a
|
Bug 1044020 - Add the duration of shutdown phases to Telemetry. r=froydnj
|
2014-09-25 17:19:34 +02:00 |
|
David Rajchenbach-Teller
|
ba4433edbd
|
Bug 1038342 - Add a Shutdown watchdog. r=froydnj, r=ted, sr=bsmedberg
|
2014-08-26 14:54:43 +02:00 |
|