Ehsan Akhgari
|
883849ee32
|
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 |
Trevor Saunders
|
d75ed5bf7f
|
bug 1059490 - mark more classes MOZ_FINAL r=froydnj
|
2014-08-27 14:26:48 -04:00 |
Benoit Jacob
|
81effa4bca
|
Bug 1028588 - Fix dangerous public destructors in xpcom/ - r=bsmedberg,khuey,nfroyd
|
2014-06-30 18:11:53 -04:00 |
Wes Kocher
|
03da42e8b1
|
Backed out 4 changesets (bug 1028588) for build bustage
Backed out changeset 13a8bae671ca (bug 1028588)
Backed out changeset 19a19833f1d6 (bug 1028588)
Backed out changeset d5fae80054de (bug 1028588)
Backed out changeset 5942ad3859b8 (bug 1028588)
|
2014-06-30 15:50:19 -07:00 |
Benoit Jacob
|
522e4724cc
|
Bug 1028588 - Fix dangerous public destructors in xpcom/ - r=bsmedberg,khuey,nfroyd
|
2014-06-30 18:11:53 -04:00 |
Ehsan Akhgari
|
e19377c4a9
|
Bug 936912 - Build xpcom in unified mode; r=froydnj
|
2013-11-18 21:34:00 -05:00 |
Ehsan Akhgari
|
83edc15195
|
Bug 917885 - Minimize the #includes in xpcom/base; r=bsmedberg
|
2013-09-19 14:29:31 -04:00 |
Ehsan Akhgari
|
5b80f8355d
|
Backed out changeset a8d6973e5743 (bug 917885) because I pushed the wrong patch
|
2013-09-19 14:27:35 -04:00 |
Ehsan Akhgari
|
17ae4f436e
|
Bug 917885 - Minimize the #includes in xpcom/base; r=bsmedberg
|
2013-09-19 14:12:56 -04:00 |
Nicholas Nethercote
|
05d64c5967
|
Bug 848560 (part 3) - Add support to about:memory for writing memory report dumps and reading gzipped memory report dumps. code=nnethercote,maierman. r=jlebar.
--HG--
extra : rebase_source : b93b45d1f4c22a388eedff890c19dc1952c576de
|
2013-03-27 20:31:26 -07:00 |
Justin Lebar
|
84cef96000
|
Bug 788021 - Part 1: Add nsGZFileWriter. r=bsmedberg
|
2012-10-02 21:19:11 -04:00 |
Phil Ringnalda
|
9823cbba0f
|
Back out 17b5b5dcd308, 04af81445c05, 15cc0aabab67 (bug 788021) and 2575a2f89d22 (bug 790417) for Linux crashes
|
2012-10-01 23:00:51 -07:00 |
Justin Lebar
|
4e15b52df4
|
Bug 788021 - Part 1: Add nsGZFileWriter. r=bsmedberg
|
2012-10-02 00:11:42 -04:00 |