margaret.chan%sun.com
|
3e32c7839d
|
Bug 149152 - Reduce exported functions to facilitate better runtime search. This is to address performance issue for Solaris. Check in once again for Nidheesh Dubey (nidheesh@eng.sun.com). Previous checkin has some editing problem. r=cls.
|
2002-08-07 23:46:20 +00:00 |
|
smontagu%netscape.com
|
4a37ce5316
|
Bug 161556: Arabic bitmap fonts are printed too small. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=smontagu, sr=darin
|
2002-08-07 23:40:35 +00:00 |
|
dbradley%netscape.com
|
d64eed2142
|
Bug 159667 - xpconnect needs support for finding *real* wrapped native methods. r=dbradley, sr=jst patch=jband
|
2002-08-07 23:39:11 +00:00 |
|
wtc%netscape.com
|
dd0afb2cee
|
Bug 148220: implements FIPS 198 conformance. r=relyea.
Modified Files: alghmac.c alghmac.h lowpbe.c pkcs11c.c
|
2002-08-07 23:27:58 +00:00 |
|
nicolson%netscape.com
|
c397f25253
|
Don't link to libhpi.so.
|
2002-08-07 22:53:01 +00:00 |
|
pinkerton%netscape.com
|
5e11837346
|
When quitting, the d/l progress window and controller are shut down
before the d/l listener. add some code to separate the two and a
kung-fu death grip around the timer code to clean up this case (bug 161218)
|
2002-08-07 21:32:02 +00:00 |
|
smeredith%netscape.com
|
21cb9f1790
|
Copy netscp.cfg to top level output dir. Bug 13187.
|
2002-08-07 21:07:39 +00:00 |
|
brendan%mozilla.org
|
a099682b6e
|
Fix a macro name (LIMIT, not MAX -- fencepost, not maximum value; r=lumpy, sr=jack).
|
2002-08-07 20:22:38 +00:00 |
|
nelsonb%netscape.com
|
3843ef99c0
|
Fix bug 160207 by changing the error alerts we send for failed decryption.
|
2002-08-07 20:01:51 +00:00 |
|
mjudge%netscape.com
|
36f7dde2e4
|
backing out checked into closed tree
|
2002-08-07 19:52:18 +00:00 |
|
mjudge%netscape.com
|
32db6e0260
|
fix for 127321. r=brade sr=smfr. Fix for word jumping getting stuck on punctuation.
|
2002-08-07 19:48:42 +00:00 |
|
mjudge%netscape.com
|
ceb56bec79
|
crasher fix: forgot {} around an indented block of code. this will fix 161444 and 161512. r=brade sr= smfr
|
2002-08-07 17:47:28 +00:00 |
|
mikep%oeone.com
|
b2e1a09772
|
Updating strings from Go menu.
|
2002-08-07 17:36:06 +00:00 |
|
brade%netscape.com
|
6850ca9285
|
call preventdefault for keypresses we insert (r=akkana, sr=sfraser) bug 158672 (and others)
|
2002-08-07 14:45:08 +00:00 |
|
mkaply%us.ibm.com
|
f0655be1c9
|
#161192
r=jeffreyj, sr=blizzard (platform specific code)
OS/2 only - use int not uint to avoid bad things when numbers go negative
|
2002-08-07 14:36:34 +00:00 |
|
bienvenu%netscape.com
|
3eec06f626
|
fix imap subscribe ui so that it lists children again when expanding containers r=cavin, sr=sspitzer, 160050
|
2002-08-07 14:30:46 +00:00 |
|
bienvenu%netscape.com
|
c628772766
|
fix problems going on/offline w/o an unsent messages folder r=cavin, sr=sspitzer 158969
|
2002-08-07 14:27:10 +00:00 |
|
bienvenu%netscape.com
|
480d37ca06
|
fix mAcceptLanguage busteage in imap code so we'll send correct language to server, 16941, fix slowness appending msg to sent folder on non-uidplus imap servers 129495 r=naving, sr=sspitzer
|
2002-08-07 14:25:33 +00:00 |
|
kaie%netscape.com
|
5802ed6d9c
|
b=161379 Fix JavaScript warnings in security code
r=ssaux sr=mscott
|
2002-08-07 14:24:04 +00:00 |
|
bienvenu%netscape.com
|
994a55ea7c
|
add methods to get and set string properties and other hooks part of 161226 mail extensibility hooks r=cavin, sr=sspitzer
|
2002-08-07 14:17:27 +00:00 |
|
bienvenu%netscape.com
|
7d1a4ea865
|
add methods to get and set string properties part of 161226 mail extensibility hooks r=cavin, sr=sspitzer
|
2002-08-07 14:16:35 +00:00 |
|
kaie%netscape.com
|
21f0d86067
|
b=123917 Remove non-NSS_3_4 codepaths
r=wtc sr=alecf
|
2002-08-07 13:39:57 +00:00 |
|
seawood%netscape.com
|
7c0bfafa01
|
Removing nmake build support. use NMAKE_LAST_RITES tag to resurrect nmake build files.
Bug #158528
|
2002-08-07 13:10:15 +00:00 |
|
rods%netscape.com
|
12a03fc958
|
Get title for document from properties so it says "Address Book"
Bug 156596 r=mscott sr=sspitzer
|
2002-08-07 12:49:15 +00:00 |
|
mikep%oeone.com
|
e479387c46
|
Fixing bugs 156791 and 122646.
|
2002-08-07 12:03:23 +00:00 |
|
seawood%netscape.com
|
d4c317e38c
|
Use the correct library name in the .def file.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #158763 r=cls
|
2002-08-07 11:55:24 +00:00 |
|
seawood%netscape.com
|
ae739f8f71
|
Allow mozilla to handle paths with spaces correctly. (Note: it still doesn't appear to work properly for gdb4. Reportedly works for gdb5 though)
Thanks to Andrew Schultz <ajschult@eos.ncsu.edu> for the patch.
Bug #157043 r=cls
|
2002-08-07 11:46:15 +00:00 |
|
seawood%netscape.com
|
b44a58c8ff
|
Remove explicitly linking against -lc on linux as it could break backwards binary compatibility. Linking using gcc/g++ should automatically link against libc.
Thanks to Franz.Sirl-kernel@lauterbach.com for the patch.
Bug #72766 r=wtc,cls
|
2002-08-07 11:34:04 +00:00 |
|
seawood%netscape.com
|
e6bc900e3a
|
Remove explicitly linking against -lc on linux as it could break backwards binary compatibility. Linking using gcc/g++ should automatically link against libc.
Thanks to Franz.Sirl-kernel@lauterbach.com for the patch.
Bug #72766 r=wtc,cls
|
2002-08-07 11:11:39 +00:00 |
|
mkaply%us.ibm.com
|
f22650c3cf
|
OS/2 bustage
|
2002-08-07 11:01:59 +00:00 |
|
dprice%netscape.com
|
4d54280061
|
Fix scripts that build the installer. These are for developers to run
after a build is complete. They are not part of the build system.
|
2002-08-07 09:37:44 +00:00 |
|
hyatt%netscape.com
|
844a01e44f
|
ifdefs for phoenix. 161448. not part of main mozilla build.
|
2002-08-07 09:26:30 +00:00 |
|
blakeross%telocity.com
|
8bf77ac91c
|
Fixing makefile.
|
2002-08-07 09:24:47 +00:00 |
|
caillon%returnzero.com
|
453fae0bad
|
Bug 160806. Removing Netscape only prefs from Mozilla.
Patch from Stephen Walker <walk84@yahoo.com>
r=caillon sr=blake
|
2002-08-07 09:16:39 +00:00 |
|
blakeross%telocity.com
|
b67b8f424b
|
Turn off the splash screen in phoenix (r=bryner sr=hyatt, npob).
|
2002-08-07 08:54:08 +00:00 |
|
timeless%mac.com
|
8a4ba78033
|
Bug 135811 Crash after infinite recursion:
nsContentTreeOwner::FindItemWithName -> nsDocShell::FindItemWithName ->
nsDocShell::FindItemWithName (loop back to nsContentTreeOwner) - Trunk M1BR [@ ntdll.dll -
nsDocShell::FindItemWithName] [@ MSVCRT.DLL - nsWritingIterator<unsigned short>::write]
patch by adamlock r=mjudge sr=jst
|
2002-08-07 08:23:46 +00:00 |
|
blakeross%telocity.com
|
1235fd76c3
|
Add some safeguards in case you've removed certain buttons.
|
2002-08-07 07:48:17 +00:00 |
|
hyatt%netscape.com
|
7dc05ac65b
|
Put large icons back.
|
2002-08-07 07:45:35 +00:00 |
|
kerz%netscape.com
|
900c6c4452
|
fixing size
|
2002-08-07 07:44:45 +00:00 |
|
blakeross%telocity.com
|
cfc570a0da
|
Removing some unused prefs, turning on popup blocking by default.
|
2002-08-07 07:42:14 +00:00 |
|
kerz%netscape.com
|
1270e0733c
|
new buttons
|
2002-08-07 07:39:50 +00:00 |
|
caillon%returnzero.com
|
0fbcecb364
|
Bug 161184. Shrink nsIPresContexts by moving some default value settings out of it and into StyleStructs where they belong.
r=bzbarsky sr=dbaron
|
2002-08-07 07:39:34 +00:00 |
|
blakeross%telocity.com
|
c33e5faff9
|
Change chrome url to new package so we don't have to start with chrome parameter.
|
2002-08-07 07:38:43 +00:00 |
|
blakeross%telocity.com
|
1a72631230
|
Prevent dataloss when dragging a toolbar item and dropping it in the same spot.
|
2002-08-07 07:36:29 +00:00 |
|
sspitzer%netscape.com
|
95d18b43cc
|
starting m/m project.
|
2002-08-07 07:35:23 +00:00 |
|
hyatt%netscape.com
|
8881b482cd
|
Sorta trying.
|
2002-08-07 07:28:24 +00:00 |
|
hyatt%netscape.com
|
2351c48da3
|
*(#&($#
|
2002-08-07 07:24:19 +00:00 |
|
sspitzer%netscape.com
|
f20768d863
|
fix for #161333. fix js warning when there are no selected messages.
r/sr=bienvenu. leaving the (possible) perf improvements for ssu.
|
2002-08-07 07:10:31 +00:00 |
|
sspitzer%netscape.com
|
684e3d5957
|
fix for #161371. js errors to the console when opening the edit menu when a server is selected in the folder pane. r/sr=bienvenu
|
2002-08-07 07:01:25 +00:00 |
|
hyatt%netscape.com
|
9c0a79ef87
|
Sorta trying.
|
2002-08-07 06:58:21 +00:00 |
|