Aidin Gharibnavaz
|
686438c658
|
Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley
|
2016-02-10 08:23:00 +01:00 |
|
Carsten "Tomcat" Book
|
5b358688b7
|
Backed out changeset c18e29c1b369 (bug 1164581) for cpp unit tests test failures
--HG--
extra : rebase_source : fb6fd434c8e3f4b5fa53ea645a54c07cab207894
|
2016-02-08 11:17:38 +01:00 |
|
Aidin Gharibnavaz
|
69cf7e035f
|
Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley
--HG--
extra : rebase_source : 3c6bba6613a14e48239d302bdd0f7fe2e322265d
|
2016-02-07 10:56:00 +01:00 |
|
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 |
|
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 |
|
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
|
5f1fde8824
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04: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 |
|
Joshua Cranmer
|
1a6dffc73f
|
Bug 884061 - Part 3y: Use NS_DECL_THREADSAFE_ISUPPORTS in xpcom/, r=bsmedberg
--HG--
extra : rebase_source : d54f6973e3ff859207115013e8361781769ffc76
|
2013-07-18 21:31:26 -05:00 |
|
Josh Matthews
|
7d54e6176e
|
Bug 804655 - Part 2: Wrap up interface aggregator callbacks with a target thread on which they should be released. r=mayhemer
|
2012-11-14 16:00:44 +00:00 |
|
Ehsan Akhgari
|
df3797a6e7
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (XPCOM parts); r=bsmedberg
|
2012-06-05 19:51:58 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
gavin%gavinsharp.com
|
0a378004b2
|
Bug 333302: OOM [@ NS_NewInterfaceRequestorAggregation], patch by Ryan Flint <rflint@dslr.net>, r=timeless, sr=darin
|
2006-04-13 23:39:49 +00:00 |
|
darin%meer.net
|
f103a62f64
|
fixes bug 261083 "Channels do not uniformly query their notification callbacks" r=biesi sr=bzbarsky
|
2004-11-15 20:16:52 +00:00 |
|