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
|
99d941db3c
|
bug 1133075 - add more MOZ_OVERRIDE r=froydnj, waldo, jrmuizel
|
2015-02-18 17:03:30 -05:00 |
|
Ehsan Akhgari
|
520fd897ed
|
Bug 1045065 - Fix some bad implicit constructors in xpcom; r=froydnj
|
2014-07-28 13:19:06 -04:00 |
|
Birunthan Mohanathas
|
c9fb2c0d48
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
|
Birunthan Mohanathas
|
fb371cca99
|
Bug 995730 - Fix style violations in xpcom/base/. r=froydnj,continuation
|
2014-05-13 20:41:38 +03:00 |
|
Birunthan Mohanathas
|
0244dd58be
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (1/3); r=ehsan
|
2013-10-10 16:41:00 -04:00 |
|
Benoit Jacob
|
229d2760cd
|
Bug 913847 - Include MainThreadUtils.h instead of nsThreadUtils.h - r=ehsan
|
2013-09-19 09:54:42 -04:00 |
|
Wes Kocher
|
0b90687d1e
|
Backed out changeset 040522aacba4 (bug 913847)
|
2013-09-18 17:18:56 -07:00 |
|
Benoit Jacob
|
5526ea7b69
|
Bug 913847 - Include MainThreadUtils.h instead of nsThreadUtils.h - r=ehsan
|
2013-09-18 18:50:32 -04:00 |
|
Justin Lebar
|
9cd57f4799
|
Bug 805207 - Follow-up: Add guard so KillClearOnShutdown doesn't crash if we haven't ClearOnShutdown'ed any objects. r=me, landed on a CLOSED TREE
|
2012-10-31 15:19:18 -04:00 |
|
Justin Lebar
|
eabc6a4f19
|
Bug 805207 - Remove static destructor from ClearOnShutdown. r=bsmedberg
This prevents the assertion added in bug 803688 from firing when we do an unclean shutdown.
|
2012-10-31 13:30:35 -04:00 |
|
Justin Lebar
|
ff4612a6ed
|
Bug 772987 - Part 3: Update comment in ClearOnShutdown. r=glandium
--HG--
extra : rebase_source : 06b3e9339f87ae3feaf522955ff12e549039bf3b
|
2012-07-26 15:33:45 -04:00 |
|
Ehsan Akhgari
|
205eff8cdd
|
Bug 766349 - ClearOnShutdown_Internal::ShutdownObserver needs a virtual destructor; r=bsmedberg
|
2012-06-19 18:23:35 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Justin Lebar
|
ec87e5bf0c
|
Bug 743786 - Add IsMainThread assertions to ClearOnShutdown. r=bmsedberg
|
2012-04-10 15:58:10 -04:00 |
|
Justin Lebar
|
841722744a
|
Bug 716523 - ClearOnShutdown() should assert if called after XPCOM shutdown. r=bsmedberg
--HG--
extra : rebase_source : 7b25ac2044f1ecf88ca44aa48447cbfe1fc807cd
|
2012-01-26 15:54:03 -05:00 |
|
Justin Lebar
|
87082c4df4
|
Bug 711602 - Fix "ASSERTION: bad size recorded" with CloseOnShutdown. r=bsmedberg
|
2011-12-19 15:49:04 -05:00 |
|
Justin Lebar
|
36337622b8
|
Bug 706958 - Add ClearOnShutdown() function which will clear a smart pointer on shutdown. r=bsmedberg
|
2011-12-15 10:51:11 -05:00 |
|