scott%scott-macgregor.org
1096e2f1a1
Bug #388532 --> nsMoarkFactoryFactory leaks the global mork mdb factory. Change it to a service, and use a com ptr to keep track of the mdb factory.
...
sr=bienvenu
r=standard8
r=sspitzer for toolkit changes
2007-07-25 22:20:57 +00:00
jwalden%mit.edu
ef68fcf595
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 07:08:56 +00:00
kherron%fmailbox.com
080ad3cf5a
Bug 381329 - Build fails with GCC-4.3 due to extra semi-colons and '-pedantic' flag. Patch by Art Haas <ahaas@airmail.net>. r+sr=roc.
2007-06-16 19:54:02 +00:00
bienvenu%nventure.com
85cc429e4e
handle case where mork is writing out an incremental change, and it's a remove row, and the row isn't in any table, but has dirty cells, 371672, sr=mscott
2007-02-28 17:04:22 +00:00
timeless%mozdev.org
c139a43d25
Bug 337917 Make consumers stop using cids from other modules
...
r=bienvenu sr=neil
2006-06-03 23:40:27 +00:00
cbiesinger%web.de
1fe4516c9f
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
...
associated code. These options do not really work anymore.
r=bsmedberg
2006-05-06 17:53:51 +00:00
benjamin%smedbergs.us
51e6d212be
Bug 78087 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-02-14 15:57:04 +00:00
bsmedberg%covad.net
dff1dea638
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
bryner%brianryner.com
4bb474ed24
Don't force mork to create an XPCOM wrapper when querying link-visited state (bug 297144). r=mconnor, sr=bzbarsky, a=chofmann
2005-06-09 20:51:18 +00:00
dougt%meer.net
373d7db1ba
Windows CE build changes. This addresses most of the outstanding Windows
...
CE compilation issues.
This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript. This change is based on bug 242518. See comment 36.
This patch also removes the unused enum in transformiix . See bug
292118.
r/sr = dveditz/shaver
b = 291229
a = asa
2005-04-29 13:33:49 +00:00
bsmedberg%covad.net
66a9f8e901
Followup to bug 288626 to fix MSVC.net2003 static builds, a=asa
2005-04-07 13:15:29 +00:00
bsmedberg%covad.net
d3d9589cf0
libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin
2005-03-18 21:24:05 +00:00
smfr%smfr.org
add0e57c80
Bug 283074: make sure MORK_ASSERTION fires on Mac by paying attention to XP_MACOSX, not XP_MAC. r/sr=bienvenu.
2005-02-27 21:59:54 +00:00
timeless%mozdev.org
17a1a59dd0
Bug 173634 flawfinder warnings in xp_str.h: kill xp_str.h, xp_path.h and clean out old/dead defines/code
...
r=mkaply sr=alecf
Removing dead code guarded by: BUG_21013 MORK_USE_XP_STDLIB notdef OLDWAY UNREADY_CODE
Removing *Apple*Decode* files which aren't being built
2005-01-17 10:16:02 +00:00
bienvenu%nventure.com
9efab0c0ff
fix 272602 compress commit on clean db was not writing out .msf file, sr=mscott
2004-12-02 18:08:16 +00:00
bienvenu%nventure.com
a3df80a5ed
fix 269861 make mork not write any data or touch timestamp if the db is not dirty, sr=mscott
2004-11-15 19:56:01 +00:00
gerv%gerv.net
7043d82836
Bug 236613: change to MPL/LGPL/GPL tri-license, and other license-related fixups.
2004-07-16 19:09:02 +00:00
neil%parkwaycc.co.uk
50aed93726
Actually use rv b=228780 r=me rs=brendan moa=bienvenu
2004-06-22 16:06:12 +00:00
m_kato%ga2.so-net.ne.jp
c578d3ce71
bug 226238. WinXP 64bit Port for mozilla/db. r/sr=bienvenu
2004-04-29 04:26:21 +00:00
gerv%gerv.net
692411203a
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 21:52:36 +00:00
blakeross%telocity.com
dcdb8bb306
Fix 177360: URL Bar history drop down displays entries in reverse chronological order. r=bienvenu sr=ben
2004-02-21 02:49:06 +00:00
blakeross%telocity.com
17e0b216dd
Fix 177360: URL Bar history drop down displays entries in reverse chronological order. r=bienvenu sr=ben
2004-02-21 02:49:05 +00:00
bsmedberg%covad.net
1f4ab81acd
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
f0bfff2628
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 01:22:31 +00:00
bienvenu%nventure.com
008b5c9ecc
fix 221797 flush mork db file buffers on win98, r=me, sr=mscott, a=asa, initial patch by Christian Franke
2003-12-11 00:40:40 +00:00
bryner%brianryner.com
7f4af2e0f9
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-07 21:50:21 +00:00
bzbarsky%mit.edu
9fad7154b6
constification of static strings in mork. Bug Bug 209226, patch by
...
ataylor@its.to (Andrew Taylor), r/sr=alecf, sr=bzbarsky.
2003-06-18 02:49:00 +00:00
seawood%netscape.com
8f112a4226
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
seawood%netscape.com
6934dc37a9
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
cls%seawood.org
ab74b36ce8
XP code changes required for mingw landing.
...
Add NS_STDCALL macros for functions that require stdcall declarations.
Add NS_STDCALL_FUNCPROTO macro for stdcall function prototype typedefs.
Bug #134113 r=dougt sr=dbaron
2003-03-07 06:07:56 +00:00
dbaron%dbaron.org
0b5c7134c9
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 19:35:36 +00:00
hewitt%netscape.com
3a54c5f8ee
174403 - morkTable::RowToPos doesn't quite work, r=blake, sr=bienvenu
2002-11-21 04:59:37 +00:00
bienvenu%netscape.com
411bef80a7
allow mork to open db's with more than 64K rows, with help from leon.zhang@sun.com r=cavin, sr=alecf, 105497
2002-09-24 14:11:01 +00:00
dougt%netscape.com
c5e8f896cd
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
seawood%netscape.com
8f6f1756ce
Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
...
Bug 149032 r=timeless sr=scc
2002-07-02 20:25:30 +00:00
dbaron%fas.harvard.edu
2bf216c9e2
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
2002-06-26 03:38:55 +00:00
alecf%netscape.com
f0263ddf07
fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes)
2002-06-06 20:28:14 +00:00
bienvenu%netscape.com
e8e6806c3d
fix occurance of potential (not actual) unitialized variable use in mork atom rs=sspitzer
2002-05-20 20:24:41 +00:00
bienvenu%netscape.com
e8d8a7b4d8
backing out last checkin
2002-05-16 00:53:09 +00:00
bienvenu%netscape.com
9f4976859b
fix mork warnings on linux, r=bienvenu, sr=sspitzer, patch by godsham@ntsource.com
2002-05-16 00:51:31 +00:00
bienvenu%netscape.com
444dda1af7
fix crash importing long mailing list r=naving, sr=sspitzer 62084
2002-05-08 03:16:22 +00:00
bienvenu%netscape.com
73bd1defc9
fix compiler warnings patch by godsham@ntsource.com r=bzbarsky sr=bienvenu 129208
2002-04-20 16:45:09 +00:00
mkaply%us.ibm.com
a4d5b4a337
At least I only broke us - forgot include
2002-03-26 13:04:48 +00:00
mkaply%us.ibm.com
b72bc1dac5
#132474
...
Mistake in original checkin - fix from pedemont - was causing MAJOR OS/2 runtime bustage
2002-03-26 03:08:13 +00:00
mkaply%us.ibm.com
cfa5157739
#132474
...
r=bienvenu, sr=sspitzer, a=asa
Use sopen/fdopen instead of fopen for mork on OS/2 - we don't support opening the same file twice
2002-03-22 21:18:11 +00:00
dougt%netscape.com
4c803332db
130405. Makes the xpcom glue library usable. Updates XPCOM Samples. Adds requires lines to a few implict string/category consumers sr=alecf, sr=brendan@mozilla.org a=asa@mozilla.org
2002-03-21 23:43:21 +00:00
bienvenu%netscape.com
94fe4f5cfe
backout most recent mork changes to fix build bustage
2002-02-17 03:11:14 +00:00
bienvenu%netscape.com
db646df7cd
fix more mork build warnings rs=sspitzer
2002-02-17 02:30:05 +00:00
bienvenu%netscape.com
47c218a8de
fix build warnings rs=sspitzer
2002-02-16 22:46:31 +00:00