Граф коммитов

45 Коммитов

Автор SHA1 Сообщение Дата
bryner%brianryner.com 06c7c1b2b4 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:31:50 +00:00
neil%parkwaycc.co.uk e7c585c091 Bug 207634 Convert GetSortKeyLen/CreateRawSortKey to AllocateRawSortKey r=smontagu sr=sspitzer 2003-07-24 20:31:35 +00:00
smontagu%netscape.com ccddc670c1 Fix regression in Character Coding menu. Bug 209878, r/sr=alecf 2003-06-19 23:14:13 +00:00
sspitzer%netscape.com e904c459d5 fix for bug #178183
Cancel button inoperative on "Download Font" dialog
r/sr=jag,bienvenu
initial patch by smontagu@netscape.com
2003-06-12 03:27:20 +00:00
alecf%flett.org 2751c6b097 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
seawood%netscape.com 97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
jshin%mailaps.org 705c95a9ff bug 133615 : remove ISO-2022-KR/Visual Hebrew from 'Save As Charset' menu
in Composer. (r=neil, sr=jag)
2003-06-04 06:19:35 +00:00
varga%netscape.com 717feaab4a Landing bookmarks changes.
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa

The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
2003-05-23 12:03:40 +00:00
smontagu%netscape.com 5c9385dbf0 Bug 202546 Crash in mailnews, r=cavin, sr=jag a=sspitzer. 2003-04-25 18:24:14 +00:00
alecf%netscape.com ae04212ee8 fix assertions from bug 190020, sr=bz, r=dmose 2003-02-27 03:05:43 +00:00
cbiesinger%web.de 9405eda256 190020 r=timeless sr=alecf GetResource should take AUTF8String 2003-02-25 19:02:00 +00:00
timeless%mozdev.org db99c51114 Bug 189401 nsCharsetMenu::FreeResources gets a service on shutdown
r=alecf sr=bz
2003-01-19 00:46:17 +00:00
dbaron%dbaron.org b9083989bb Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
timeless%mozdev.org 2d64a97bb3 Bug 174583 Remove nsIRDFDataSource { nsIEnumerator GetAllCommands(in nsIRDFResource aSource); }
r=rjc,bienvenu sr=alecf
2002-11-20 08:10:37 +00:00
timeless%mozdev.org e621565ddb backing out. 2002-11-06 16:49:13 +00:00
timeless%mozdev.org 96218c8ecc Bug 174583 Remove nsIRDFDataSource { nsIEnumerator GetAllCommands(in nsIRDFResource aSource); }
r=rjc,bienvenu sr=alecf
2002-11-06 15:31:02 +00:00
dougt%netscape.com 68faeb5241 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 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
henry.jia%sun.com 17a5f04f77 2nd patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:11:23 +00:00
bryner%netscape.com 90a2f7dfb7 Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag. 2002-07-08 07:56:50 +00:00
yokoyama%netscape.com 64ac2accb9 Bug 139248
Patch to stop fontdownload dlg in mail/news
r=nhotta; sr=mscott checking in for smontagu
2002-05-17 22:58:46 +00:00
dougt%netscape.com c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
alecf%netscape.com 451df7d6c3 a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc 2002-03-19 06:46:56 +00:00
yokoyama%netscape.com 5dae93ac3c Bug 119927:
Instead of using the static variable in /gfx to maintain the state
of font download (eg. static BOOL gCheckJAFont = PR_FALSE;),
we use a nsFontPackageService::FontPackageHandled() API to allow
resetting of the font download.
/r=ftang; /sr=brendan
2002-02-16 01:39:56 +00:00
rjesup%wgate.com 2e680f1b17 Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
assertions for bad voidarray indexes.  r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
timeless%mac.com 4f9958cfb9 Bug 106842 Broser should be Browser
r=stephend@netscape.com sr=jag
2001-12-20 21:10:33 +00:00
seawood%netscape.com 45bfbf0658 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
bryner%netscape.com 4b5ada5207 Backing out alecf's checkin for bug 115152 as it's causing a crash on exit on optimized builds (and keeping tinderbox orange). 2001-12-18 07:09:40 +00:00
alecf%netscape.com 09d6843243 fix for bug 115152, lots of service-manager warnings on exit. r=nhotta, sr=darin 2001-12-17 22:24:25 +00:00
jaggernaut%netscape.com 97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
dbaron%fas.harvard.edu 8cd8d91750 Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
loadrunner%betak.net 86095087bd bug 64146, Delay nsCharsetMenu initialization to avoid consuming ~2% of startup time, r=dp, sr=brendan, alecf 2001-11-02 03:29:30 +00:00
waterson%netscape.com 1b8dcd5791 Fix egcs-1.1.2. 2001-10-23 03:44:09 +00:00
bnesse%netscape.com 73c9a1111f Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf. 2001-10-22 20:54:48 +00:00
dougt%netscape.com d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
alecf%netscape.com 3f52ea1c36 fix clobber builds for 104482 - patch from balleysson@bigfoot.com, sr=alecf 2001-10-12 23:12:19 +00:00
kin%netscape.com ed6052662d Fix for bug 104069 (crash on startup in nsCharsetMenu)
Include config.mak to produce .pdb file.

r=sfraser@netscape.com  sr=sspitzer@netscape.com
2001-10-11 00:27:38 +00:00
alecf%netscape.com 158e24b884 oops, forgot to carry this line over from my unix box, from checkin to bugs 102004 and bugs 102085, r=ftang sr=shaver 2001-10-02 21:36:01 +00:00
dbaron%fas.harvard.edu 7e8ecbcca7 Attempt to fix AIX and BeOS bustage by adding EXTRA_DSO_LDOPTS. 2001-10-02 04:21:20 +00:00
alecf%netscape.com f31a0a3b23 oops, we'll need a CID
not part of build
2001-09-28 23:09:06 +00:00
alecf%netscape.com 7eb478fc78 add exports to mac build, not part of build, will be reviewed as a part of bug 102004 and 102085 2001-09-28 22:33:22 +00:00
alecf%netscape.com 11c6055ff7 makefiles for unix - not yet part of build, will be reviewed for bugs 102004 and 102085 2001-09-28 22:31:53 +00:00
alecf%netscape.com c3bb69d930 adding windows makefile for files added as a part of bug 102004, and bug 102085
not part of build, to be reviewed as a part of those bugs
2001-09-28 02:22:23 +00:00
alecf%netscape.com c1f5250dd3 move default font package handling into xpfe as a part of bug 104085
not part of build, will be reviewed as a part of that bug
2001-09-28 02:21:13 +00:00
alecf%netscape.com 626c692ccc add these files for bug 102004 - moving charset menu into xpfe components
not part of build, to be reviewed as part of that bug
2001-09-28 02:20:15 +00:00