Justin Lebar
|
66f7416cab
|
Bug 909977 - Rename mozilla::Move to mozilla::OldMove, and make mozilla::Move a synonym for std::move(). r=waldo
--HG--
extra : rebase_source : 7b3bb02cc8cbc0ad6721c6c3895564d9567b8ddb
|
2013-08-29 11:54:14 -07:00 |
|
Aryeh Gregor
|
f0404a303a
|
Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger
|
2013-04-22 14:15:59 +03:00 |
|
Benjamin Smedberg
|
e883da27fb
|
Bug 827596 - assert at runtime if we try to assign to a nsAutoPtr which already contains the identical pointer, r=dbaron
|
2013-01-24 11:35:53 -05:00 |
|
Benoit Jacob
|
7cc7c472e5
|
Bug 806279 - CC macros refactoring: part 3: fold the TRAVERSE_NATIVE and AMBIGUOUS cases - r=mccr8,smaug
|
2012-11-15 02:32:39 -05:00 |
|
Benoit Jacob
|
6d7beedec6
|
Bug 806279 - CC macros refactoring: part 1: implement type-generic CC UNLINK/TRAVERSE macros - r=mccr8,smaug
|
2012-11-15 02:32:39 -05:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Boris Zbarsky
|
a479b4be2a
|
Bug 723446. Be a little more careful changing declarations on keyframe rules. r=dbaron
|
2012-02-02 11:59:39 -05:00 |
|
Ehsan Akhgari
|
8165dcad8a
|
Bug 710473 - Backout the nsDerivedSafe part from bug 666414 to make PGO builds on Windows work again; r=roc (cause he volunteered) a=xul-diet
|
2011-12-13 20:03:24 -05:00 |
|
Ehsan Akhgari
|
5272acdabd
|
Bug 666414 - Prevent AddRef and Release from being called on the pointers wrapped in nsCOMPtr and nsRefPtr; r=bsmedberg
|
2011-09-16 16:22:44 -04:00 |
|
Matheus Kerschbaum
|
0f5b3e839c
|
Bug 680625 part 0b: Remove more workarounds for past century compilers. r=ted
|
2011-08-26 00:35:13 +01:00 |
|
Neil Rashbrook
|
4f222ef14b
|
Bug 538964 Provide doQueryObject API that supports calling QueryInterface on non-interface source and/or destination pointers r=dbaron
--HG--
rename : xpcom/tests/TestCOMPtr.cpp => xpcom/tests/TestRefPtr.cpp
|
2010-04-25 12:06:42 +01:00 |
|
Robert O'Callahan
|
55bdccccb5
|
Bug 534425. Part 3: Make nsRefPtr be more lenient about initializing from an already_AddRefed. r=bsmedberg
|
2010-03-01 20:56:18 +13:00 |
|
Neil Rashbrook
|
b8cb130a03
|
Bug 545730 Add nsRefPtr overload for CallQueryInterface r=dbaron
|
2010-02-27 16:01:53 +00:00 |
|
L. David Baron
|
dc40ce0d34
|
Add operator->* to nsAutoPtr and nsRefPtr. (Bug 525205) Pending review, but fixes bustage for a bunch of people.
|
2009-10-29 21:04:32 -07:00 |
|
Shawn Wilsher
|
50382009bc
|
Bug 489705 - nsRefPtr should be able to forget a base class to a pure virtual interface it inherits from
r=bsmedberg
sr=dbaron
|
2009-05-07 15:13:18 -04:00 |
|
Benjamin Smedberg
|
088d1de487
|
From bug 449561, bug 445949, and others: let's just ditch nsDerivedSafe since the class of errors it's trying to protect against are uncommon in today's world. r=dbaron
|
2008-08-11 11:05:58 -04:00 |
|
bent.mozilla@gmail.com
|
491c9c1063
|
Bug 396369 - "Overload forget method on nsCOMPtr/nsRefPtr to work with out parameters". r=dbaron, sr=bsmedberg, a=damons.
|
2007-11-11 10:56:45 -08:00 |
|
bent.mozilla@gmail.com
|
dca0f40dcc
|
Bug 392493 - "Add forget() method to nsCOMPtr and nsRefPtr". r=dbaron, a=bzbarsky.
|
2007-08-28 16:37:22 -07:00 |
|
jwalden@mit.edu
|
6d7584839a
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
cvshook%sicking.cc
|
636e4e6e5f
|
Don't return nsDerivedSafe when .get() is explicitly used on nsCOMPtr and nsRefPtr. r/sr=dbaron
|
2006-11-21 21:28:14 +00:00 |
|
jag%tty.nl
|
75b6f54f62
|
Follow-up to bug 316782. Prevent "copy-construction" of nsAutoPtr through |nsAutoPtr::operator T*() const| chained with constructor |nsAutoPtr(T*)| by adding an extra implicit conversion through a helper class. r=dbaron, r=darin
|
2006-01-21 11:39:22 +00:00 |
|
darin%meer.net
|
2943b93b4b
|
Backing out last change to resolve SunOS bustage (bug 316782)
|
2005-11-24 08:46:56 +00:00 |
|
darin%meer.net
|
ba9e9cba22
|
prevent "nsTArray< nsAutoPtr<T> >", which could easily lead to problems. bug 316782 r+sr=jag
|
2005-11-24 00:10:59 +00:00 |
|
gerv%gerv.net
|
31625ba2b1
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
|
peterv%netscape.com
|
1db3c32cdc
|
Fix for bug 208398 (Implement swap on nsRefPtr). r=sicking, sr=dbaron.
|
2003-06-10 11:39:54 +00:00 |
|
dbaron%dbaron.org
|
58f15ed67e
|
Remove unneeded duplication from nsCOMPtr.h. b=208449 r=sicking sr=jag
|
2003-06-05 23:43:08 +00:00 |
|
jkeiser%netscape.com
|
3eaf824c9d
|
Make nsAutoPtr declarable with forward-declared classes (bug 107291), r=bugmail@sicking.cc, sr=dbaron@dbaron.org
|
2003-06-05 17:55:33 +00:00 |
|
dbaron%dbaron.org
|
8eed196c97
|
Fix bustage on Sun Workshop compiler (nebiros tinderbox). r=darin
|
2003-05-16 00:52:17 +00:00 |
|
dbaron%dbaron.org
|
33bf89b232
|
Attempt to fix otaku (gcc 2.95.2) bustage. r=bbaetz sr=bryner
|
2003-02-23 00:28:06 +00:00 |
|
bryner%netscape.com
|
28243cf27e
|
fix OS/2 bustage - don't have nsAutoArrayPtr's |operator= ( nsAutoArrayPtr<T>& )| take a const argument, because it needs to call .forget() on the new pointer to transfer ownership, and forget isn't const. r=bbaetz.
|
2003-02-22 06:33:00 +00:00 |
|
dbaron%dbaron.org
|
d7151ab531
|
Replace my work in progress on nsAutoPtr with a new version based on nsCOMPtr. Not part of build. b=104346
|
2003-01-18 16:20:26 +00:00 |
|
dbaron%fas.harvard.edu
|
a34c46af22
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +00:00 |
|
dbaron%fas.harvard.edu
|
e54e1386c3
|
Make it almost compile on MSVC++. Not part of the build.
|
2001-10-26 08:30:41 +00:00 |
|
dbaron%fas.harvard.edu
|
9bd03d80e6
|
Add |release| and corresponding |operator=| and add equality operators that gcc3 doesn't need but MSVC does. Not part of the build.
|
2001-10-26 07:15:55 +00:00 |
|
dbaron%fas.harvard.edu
|
f882baf3ea
|
Adding work in progress for new auto pointers in order to test easily on many compilers. b=104346
|
2001-10-25 04:09:38 +00:00 |
|