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

91341 Коммитов

Автор SHA1 Сообщение Дата
wtc%netscape.com 4644530c79 Bugzilla bug 78978: removed obsolete files .cshrc and .profile. 2001-11-01 06:40:05 +00:00
mscott%netscape.com 9b00c13104 Bug #106507 --> add an abstract interface for crypto modules to hook into the sending
of a message.Store an opaque nsISupports reference on nsIMsgComposefields which can be used by
extensions to mailnews to store security information for a send transaction.
r=ducarroz
sr=sspitzer
2001-11-01 06:30:43 +00:00
mscott%netscape.com eb6979d395 Bug #106507 --> add an abstract interface for crypto modules to hook into the sending
of a message.
r=ducarroz
sr=sspitzer
2001-11-01 06:27:04 +00:00
mkaply%us.ibm.com 78f064aed1 #88100
r=simon@softel.co.il, sr=blizzard
Hookup Bidi preferences
2001-11-01 05:49:45 +00:00
mkaply%us.ibm.com 30e51725aa #88100
r=simon@softel.co.il, sr=blizzard
Hookup Bidi preferences
2001-11-01 05:40:35 +00:00
mkaply%us.ibm.com 7ef3a33fd1 #95860
r=timeless, sr=blizzard
Add x-mac-hebrew and x-mac-arabic to charset lists so they actually work
2001-11-01 05:25:43 +00:00
wtc%netscape.com 92cfaf65bb Bugzilla bug 103933: loader.c should not be compiled with -xchip=ultra2.
r=nelsonb.
2001-11-01 05:25:31 +00:00
jband%netscape.com 17d241aeed fixing warnings from recent landing and uncommenting test cases I did not mean to comment out for the checkin 2001-11-01 05:18:35 +00:00
darin%netscape.com af94e5ae56 fixes Darwin mach-o bustage (r=jband) 2001-11-01 05:06:41 +00:00
dbradley%netscape.com 522a873bfa Bug 101696 - interface with no uuid shouldn't parse. Patch adds a warning, does not prohibit it, and cleans up interfaces that are missing id's r=rginda, sr=jband 2001-11-01 05:04:35 +00:00
cmanske%netscape.com a5d8bc78ae Fixed error message when empty row or col input in Table Properties dialog, b=99306, r=akkana, sr=sfraser 2001-11-01 04:59:34 +00:00
jband%netscape.com 5022012045 file had no newline at EOF. rs=jband 2001-11-01 04:42:19 +00:00
sspitzer%netscape.com fbb76c8f44 supplimental fix for #102180. when closing the stand alone message window, we were
not unregistering the folder listener from the mail session, because the unload handler
was failing.  it was failing because GetSearchSession() has a js error, because
for the stand alone msg window, gSearchSession is undefined.  r/sr=bienvenu
2001-11-01 04:41:45 +00:00
jst%netscape.com 006193ca09 Fixing bug 103904. Don't let pref change callbacks run wild on documents that are partially torn down already. r=bzbarsky@mit.edu, sr=rpotts@netscape.com 2001-11-01 04:40:59 +00:00
karnaze%netscape.com 70c38ff928 bug 106158 - changed outer table fix up of nested inner table's computed width to consider if the min width fits.
removed tree specific code. sr=waterson, r=alexsavulov.
2001-11-01 04:17:30 +00:00
sspitzer%netscape.com 1d508f46fc fix for performance bug #107481 (reduce mail-toolbar command updating)
fix for bug #102180 (close std alone msg window on delete if no more messages
in the folder).  also, fix spelling mistake, "supress" -> "suppress"
r=cavin, sr=bienvenu.
2001-11-01 04:05:41 +00:00
tao%netscape.com 18a5c68911 107375: localeVersion 0.9.5 -> 0.9.6 (one more to go..) 2001-11-01 03:32:11 +00:00
brendan%mozilla.org 7ba7e859ed Fix nul-termination assumption hidden in lastIndexOf, broken by dependent strings fix for bug 56940 (107771, r=jag, sr=waterson). 2001-11-01 03:19:54 +00:00
jband%netscape.com 0dbd8593f1 fix Mac bustage. I can't believe the Mac can't do this conversion without a cast! 2001-11-01 02:36:19 +00:00
mcafee%netscape.com 00ecd66326 Adding --start-module=module functionality. Grouped some code into functions. Moved main to the bottom. TrueType for linux comment. 2001-11-01 02:14:08 +00:00
jband%netscape.com 8ad3d70da9 added files: mozilla/xpcom/ds/nsIPropertyBag.idl 2001-11-01 02:10:24 +00:00
jband%netscape.com 8c53e7cc64 ack! forgot one .idl file. Fix Mac bustage 2001-11-01 02:08:41 +00:00
jband%netscape.com f7cfdd5134 the HP compiler says that anonymous unions can't even have structs. So the union must be named. Fixing that bustage 2001-11-01 01:45:48 +00:00
jband%netscape.com 6d98c8cf02 fix Mac bustage (I hope). I think these names conflicted with other names 2001-11-01 01:15:53 +00:00
tao%netscape.com 27db070415 107375: localeVesion update: 0.9.4 -> 0.9.6 in the trunk.
(r=jbetak,sr=dveditz)
2001-11-01 01:11:57 +00:00
jst%netscape.com e897b46f2e Fixing bustage, this was lost in a patch... 2001-11-01 00:58:28 +00:00
leaf%mozilla.org 1f744d6829 Automated update 2001-11-01 00:58:17 +00:00
seawood%netscape.com 6daf60f372 Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
jband%netscape.com 4b584cadb6 fix bustage on compilers that don't like anonymouse structs in unions. who knew? sr=jst 2001-11-01 00:34:29 +00:00
sfraser%netscape.com 5528932bb1 Adding strtok.c per bug 106372 2001-11-01 00:28:57 +00:00
bienvenu%netscape.com 02cb84d366 better fix for problem reading imap messages with inline images 107436 r=jag, sr=sspitzer 2001-11-01 00:21:24 +00:00
bstell%netscape.com 3d4597dc3a checkin for fcrozat@mandrakesoft.com
bug 102516 recognize @euro locales
r=bstell@netscape.com, sr=blizzard
2001-11-01 00:21:01 +00:00
tor%cs.brown.edu 47489a840c Update to libmng 1.0.3. rs=blizzard 2001-11-01 00:19:53 +00:00
bienvenu%netscape.com 7a2bc6cf75 fix toolbar flashing on deleting messages r=cavin, sr=sspitzer 100802 2001-11-01 00:19:46 +00:00
tor%cs.brown.edu d10d3d11a0 Update to tip. Not in build. 2001-11-01 00:18:39 +00:00
tor%cs.brown.edu 93e5a842f2 Bug 64188 - don't round-trip the server for each tile when tiling an
8-bit alpha image.  r=rjesup, sr=blizzard
2001-11-01 00:15:46 +00:00
morse%netscape.com c370392bd3 bug 92398, minor wording changes, c=gemal, r=morse, sr=alecf 2001-11-01 00:14:00 +00:00
pete%alphanumerica.com 41da234dd2 b=107823, r=ccarlen, sr=brendan
--pete
2001-11-01 00:11:15 +00:00
bnesse%netscape.com 1b0757fe0b Fix for bug 107798. Misc source cleanup and JS strict warning removal. r=sgehani, sr=alecf. 2001-11-01 00:07:06 +00:00
pavlov%netscape.com c595555a03 fixing bug 107106 r=valeski sr=jst 2001-11-01 00:05:19 +00:00
wtc%netscape.com f6bf7ca094 Use PL_strcmp instead of strcmp to avoid having to include <string.h>. 2001-11-01 00:02:16 +00:00
jst%netscape.com 8d0d7f1cea Fixing topembed bug 106105. Clear our document.body cache when resetting a document, and make sure the right things are flushed when position and size related properties are accessed. r=heikki@netscape.com, sr=vidur@netscape.com 2001-10-31 23:52:52 +00:00
gagan%netscape.com f8fc564646 Fix for bug 100595. Resetting cursor after buffer has been prepended with the boundary string. r/sr=darin/dougt 2001-10-31 23:51:38 +00:00
wtc%netscape.com cdc92528f7 Added lib/tests/Makefile to the list of makefiles to be generated by
configure.
Modified files: configure configure.in
Bugzilla bug 106372: added new function PL_strtok_r.  The function was
implemented by Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de>.
Modified files: lib/libc/include/plstr.h lib/libc/src/Makefile.in
    lib/tests/string.c
Added file: lib/libc/src/strtok.c
2001-10-31 23:49:52 +00:00
alecf%netscape.com e7e8955c4c bug 100113, r=jag, sr=blizzard - remove some dumb dependencies on dom and gfx 2001-10-31 23:43:27 +00:00
jband%netscape.com 7e59d14489 added files: mozilla/js/src/xpconnect/src/xpcvariant.cpp 2001-10-31 23:36:34 +00:00
jband%netscape.com 205dbde211 added files: mozilla/xpcom/ds/nsVariant.cpp 2001-10-31 23:36:08 +00:00
jband%netscape.com 45a0a569e9 add support for nsIVariant and nsIPropertyBag. bug 44675 and bug 98209. sr=vidur r=dbradley 2001-10-31 23:35:07 +00:00
rginda%netscape.com da857da996 venkman only
expose interface to the initAtStartup setting
2001-10-31 23:33:41 +00:00
sonja.mirtitsch%sun.com f947caa567 removing the starting : fo`rom the SHLIB_PATH to avoid HP coredumps 2001-10-31 23:31:58 +00:00