Gregory Szorc
|
834f33230c
|
Bug 784841 - Part 18m: Convert /embedding; r=glandium f=Ms2ger
|
2013-02-25 12:47:20 -08:00 |
|
Trevor Saunders
|
c55a85644c
|
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
|
2013-01-12 07:40:33 -05:00 |
|
Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Mike Hommey
|
0f9f294ea0
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
c88cf33db1
|
Bug 778681 part 4 - Convert nsCommandManager to use nsTArray instead of nsCOMArray; r=bz
|
2012-07-30 16:48:02 +03:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
9050aef271
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
2b55dddfca
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
|
2012-05-18 13:30:49 -04:00 |
|
Justin Lebar
|
8dfd539864
|
Bug 729940 - Part 2: Stop using crappy hash functions in Gecko. r=bz
|
2012-03-12 18:53:18 -04:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Ms2ger
|
26b7c93961
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
|
Ed Morley
|
5939100a93
|
Bug 655756 - Remove final XP_MAC remnants; r=josh
|
2011-05-10 20:24:48 +02:00 |
|
Peter Van der Beken
|
33e2bd6f98
|
Fix for bug 584048 (Clean up cycle collection code) - remove NS_IMPL_CYCLE_COLLECTING_ADDREF_AMBIGUOUS/NS_IMPL_CYCLE_COLLECTING_RELEASE_AMBIGUOUS. r=bent.
|
2011-03-06 12:11:31 +01:00 |
|
|
|
dae08db5c1
|
Bug 577908 mark DEBUG only variables as ifdef DEBUG in nsCommandGroup.cpp
r=neil
|
2010-07-11 15:35:12 +03:00 |
|
Mounir Lamouri
|
ad1e97c905
|
Bug 625042 - nsIWeakReferenceUtils.h should include nsIWeakReference.h. r=bsmedberg a=jst
|
2011-01-19 12:13:54 +01:00 |
|
Neil Deakin
|
b646d240d2
|
Bug 528491, combine nsFocusController and nsWindowRoot, r=jst,sr=smaug
|
2010-02-20 11:07:03 -05:00 |
|
Neil Rashbrook
|
796e2ffca4
|
Bug 484610 Fix mismatched allocators r=jst sr=peterv
|
2010-02-20 15:25:21 +00:00 |
|
Neil Deakin
|
cb50cbecb4
|
Bug 516076, pass a contextual window to focus controller methods, so that it retrieves the controller for the right window, r=neil,sr=smaug
|
2009-09-21 13:39:44 -04:00 |
|
Benjamin Smedberg
|
4ec69e1eff
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
Hashem Masoud
|
ae914487ea
|
Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin
|
2009-08-14 16:09:00 +02:00 |
|
Neil Deakin
|
f62906b6b1
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
|
2009-06-10 14:00:39 -04:00 |
|
Arpad Borsos
|
a4ae1c4cf1
|
Bug 474369 - get rid of nsVoidArray; embedding part; r+sr=benjamin
|
2009-02-25 16:25:08 +01:00 |
|
Arpad Borsos
|
1b55360c07
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
|
|
69d861c0f7
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
|
|
|
98de634631
|
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 |
|
|
|
83a6c325f6
|
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
|
2007-04-25 09:35:27 -07:00 |
|
|
|
0f08b75950
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 08:33:38 -07:00 |
|
hg@mozilla.com
|
2ca566cd74
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|
ginn.chen@sun.com
|
bef423353b
|
Fix bustage of 368773
|
2007-03-19 06:57:15 +00:00 |
|
peterv@propagandism.org
|
64231fe27b
|
Fix leak regression from bug 368773 (Add a bunch of DOM objects to cycle collection). r/sr=bz.
|
2007-03-18 11:07:52 +00:00 |
|
peterv@propagandism.org
|
76c2dfab1e
|
Fix for bug 368773 (Add a bunch of DOM objects to cycle collection). r=sicking, sr=jst.
|
2007-03-08 11:17:16 +00:00 |
|
Olli.Pettay@helsinki.fi
|
36c9145473
|
Bug 363067, Add nsPIDOMEventTarget and kill nsIChromeEventHandler, r=jst, sr=sicking
|
2007-02-15 23:04:33 +00:00 |
|
bzbarsky@mit.edu
|
2d7a976512
|
Remove the same way we added. Bug 343643, patch by Mikhail Zabaluev
<mhz@altlinux.org>, r+sr=bzbarsky
|
2006-07-18 19:35:41 +00:00 |
|
cvshook@sicking.cc
|
14f5c52b52
|
Bug 334515: Work with objects that don't support weak references. r/sr=dbaron
|
2006-04-27 00:07:44 +00:00 |
|
cvshook@sicking.cc
|
fc5550c7c4
|
Bug 334515: Use nsWeakPtr rather than raw pointers to avoid crashes. r/sr=dbaron
|
2006-04-25 00:44:30 +00:00 |
|
timeless@mozdev.org
|
8c3c78f749
|
Bug 332132 OOM crash in nsBaseCommandController methods
r=smfr sr=neil
|
2006-03-30 19:35:38 +00:00 |
|
timeless@mozdev.org
|
21af79fe88
|
Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
|
2005-11-25 21:57:13 +00:00 |
|
dougt@meer.net
|
691483d526
|
Coverity Warning in Embedding. Bug 287861. r=brendan
|
2005-03-29 21:52:19 +00:00 |
|
bryner@brianryner.com
|
f580db0380
|
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
|
2005-02-03 23:01:54 +00:00 |
|
bsmedberg@covad.net
|
9bf4788528
|
Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin
|
2004-12-15 04:07:01 +00:00 |
|
bryner@brianryner.com
|
64dca58997
|
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
|
2004-11-24 22:48:45 +00:00 |
|
bryner@brianryner.com
|
5c7005ebdd
|
remove unused file
|
2004-05-11 18:49:23 +00:00 |
|
bryner@brianryner.com
|
d509d3c6ba
|
deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst.
|
2004-05-03 21:48:36 +00:00 |
|
gerv@gerv.net
|
4ba0518141
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 22:01:16 +00:00 |
|
bryner@brianryner.com
|
1f9609e30b
|
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
|
2003-10-22 06:09:48 +00:00 |
|
bryner@brianryner.com
|
6b22470d03
|
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
|
2003-09-07 22:05:34 +00:00 |
|
cls@seawood.org
|
7551af15b4
|
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
|
2003-08-16 00:42:35 +00:00 |
|
brade@netscape.com
|
5b6338ebb6
|
code cleanup; r=cmanske, sr=bz, bug=209548
|
2003-07-18 02:28:09 +00:00 |
|