Commit Graph

116837 Commits

Author SHA1 Message Date
timeless%mozdev.org
693597e54e Bug 198751 already existing cookies not beeing overwritten
patch by dwitte@stanford.edu r=mvl@exedo.nl sr=alecf
2003-03-23 08:13:27 +00:00
bryner%netscape.com
3e84c4969c - Fix some JS component loader shutdown leaks.
- Ensure that we use JSPRINCIPALS_DROP() where needed to avoid leaking principals.
- Clear newborn roots when we've finished with a JSContext, so we don't keep objects from being gc'd if there are no other references.

Part of bug 198655.  Thanks to dbaron for much of the component loader patch.  r=shaver, sr=brendan.
2003-03-23 07:22:18 +00:00
sspitzer%netscape.com
4d7927289c supplimental fix for bug #198749
1)  expand the view, otherwise we won't analyzed collapsed thread
2)  disable the two Tools menu items (apply filters and run jmc) in the stand
alone msg window, as they don't make sense.

r/sr=bienvenu
2003-03-23 01:03:43 +00:00
dbradley%netscape.com
394011eae7 Minor comment fix 2003-03-23 00:28:40 +00:00
wtc%netscape.com
d525a490d6 Removed the experimental change. It did not cause the intermittent QA
failures on the "aix64" tinderbox to go away.
2003-03-23 00:16:43 +00:00
bryner%netscape.com
967abdad74 Fix a shutdown atom leak in nsMsgFolder (bug 198790). r/sr=sspitzer. 2003-03-22 23:43:18 +00:00
dbaron%dbaron.org
59082fdb1e Bustage fix. b=191380 2003-03-22 20:55:56 +00:00
dbaron%dbaron.org
1948e2d1df Bustage fix. b=191380 2003-03-22 19:51:59 +00:00
dbaron%dbaron.org
2990ceea7e Bustage fix from <mvl@exedo.nl>. b=191380 2003-03-22 19:47:45 +00:00
dbaron%dbaron.org
f7a4afe32b Make mkaply's bustage fix a little safer. 2003-03-22 18:34:57 +00:00
sspitzer%netscape.com
fe1c8831f5 fix for bug #198749
implement "Tools | Run Junk Mail Controls on Folder"
rename "Tools | Run Filters on Selected Folder" to
"Tools | Run Filters on Folder"

r/sr=bienvenu
2003-03-22 18:11:41 +00:00
sspitzer%netscape.com
42646eedd9 fix for bug #59548
for sending unsent messages, fix how (and when) we get the
identity from the key we store in the message.

also, some code cleanup.

thanks to ch.ey@gmx.net (Christian Eyrich) for the initial fix,
and to ssu for reviewing and testing the initial fix.
r/sr=sspitzer
2003-03-22 17:39:35 +00:00
dbaron%dbaron.org
51d4f67690 Add DEBUG_dbaron to the DEBUG_xpc_hacker list. 2003-03-22 17:26:29 +00:00
sspitzer%netscape.com
a924d9950c fix for bug #198624
bulletproof for crasher in nsHTMLEditor::HideResizers()
r=brade,sr=kin
2003-03-22 17:22:22 +00:00
dbaron%dbaron.org
e2131425fc Fix MOZ_PHOENIX bustage. b=195908 2003-03-22 16:56:56 +00:00
sspitzer%netscape.com
2b271d30fc fix for bug #187230
"People I know filters" don't work with "Additional Email" address in address book.

fix for bug #198303
Deleted cards still show up for junk mail whitelisting, people I know views.

lost of code cleanup.

r=cavin, sr=bienvenu
2003-03-22 15:43:30 +00:00
wtc%netscape.com
708b88555e Bug 196004: support building with gcc on Solaris better, whether gcc uses
the GNU ld or Solaris ld. Do not pass -B/usr/ccs/bin/ to gcc.
Modified files: configure configure.in autoconf.mk.in
        lib/ds/Makefile.in lib/libc/src/Makefile.in pr/src/Makefile.in
2003-03-22 15:36:13 +00:00
mozilla.BenB%bucksch.org
945d1429a0 current changes. worked on conflict resolution, mostly 2003-03-22 15:30:48 +00:00
dbaron%dbaron.org
48fefb44a8 Prevent display-reflow debugging code from cluttering up the leak stats by freeing objects on module shutdown. b=198676 r=bernd sr=bzbarsky 2003-03-22 15:09:17 +00:00
wtc%netscape.com
ac32157918 Bug 135450: OS/2 only - don't set priority if it is the default.
The patch is contributed by Michael Kaply <mkaply@us.ibm.com>. r=wtc.
Modified files: _os2 primpl.h os2thred.c
2003-03-22 14:59:55 +00:00
mkaply%us.ibm.com
47fa9fd754 Ports bustage - someone please correct me if I have done something horribly wrong 2003-03-22 14:31:19 +00:00
cbiesinger%web.de
6e538049ff 194773 patch by piersc@cogs.susx.ac.uk r=dean_tessman sr=dmose Add accesskeys to address book card dialog 2003-03-22 13:17:11 +00:00
bmlk%gmx.de
a5c9ec9d05 fix bustage from aaronl's backout on OS2 2003-03-22 12:35:54 +00:00
bmlk%gmx.de
c9d8064022 fix build warnings from my previous checkin 2003-03-22 12:21:22 +00:00
stephend%netscape.com
003bd47ff7 Yet another bustage fix. Patch by dwitte@stanford.edu r/sr=engulfed tree 2003-03-22 08:02:44 +00:00
wtc%netscape.com
d05787bdc0 Deleted an obsolete comment. 2003-03-22 08:01:44 +00:00
bzbarsky%mit.edu
a76184952a This warning was never supposed to get checked in... 2003-03-22 07:57:44 +00:00
wtc%netscape.com
c2f89c4e52 An experimental change for debugging bug 195127: on the 64-bit AIX
tinderbox the dist/${OBJDIR}/lib/libsoftokn3.chk symlink sometimes does
not get created.
2003-03-22 07:52:25 +00:00
wtc%netscape.com
e56a2b8225 Added more debugging output for bug 195127. 2003-03-22 07:46:06 +00:00
stephend%netscape.com
a388fe0c84 Hopefully fixing cookie bustage. Patch from dwitte@stanford.edu 2003-03-22 07:18:37 +00:00
stephend%netscape.com
dbf9d993b9 Bug 195908. Ports bustage. Patch by Dan Witte <dwitte@stanford.edu> r=dbradley, sr=bz 2003-03-22 06:11:20 +00:00
aaronl%netscape.com
abed095192 Backout out bug 196946. It turns out we should not merge static accessibility libs into widget 2003-03-22 05:29:37 +00:00
syd%netscape.com
b6737c044c http://bugzilla.mozilla.org/show_bug.cgi?id=195655
Add support for 9 new smilies, and clean up code a bit (part of multiple checkins)

r/sr = sspitzer, r=brade
2003-03-22 04:55:45 +00:00
syd%netscape.com
872a9d4f7f http://bugzilla.mozilla.org/show_bug.cgi?id=195655
Add support for 9 new smilies, and clean up code a bit (part of multiple checkins)
2003-03-22 04:54:35 +00:00
bbaetz%acm.org
f6fabc003f Bug 180642 - Move authentication code into a module
r=gerv, justdave
a=justdave
2003-03-22 04:47:35 +00:00
peterlubczynski%netscape.com
f7920ead0a Fixing bug 197855 JRE 1.3.1 crashes because we don't resolve symbolic links to plugin before loading it on UNIX and bug 197975, plugin.expose_full_path broke, r=dougt, sr=heikki 2003-03-22 04:04:55 +00:00
rogerl%netscape.com
c6d91b4c6a Fix bug #122076. r=brendan. Stop [] parse loop from wandering off into the
weeds.
2003-03-22 03:42:22 +00:00
peterlubczynski%netscape.com
f9e9c8ab3d Checking in fix to bug 198317 for Roland.Mainz@informatik.med.uni-giessen.de r=cls sr=jag 2003-03-22 03:39:40 +00:00
bzbarsky%mit.edu
c121af07e8 Removing obsolete and no longer used permissions code. Patch by the
permissions gang, bug 191380, r=gang members, sr=me pretending to be darin.
2003-03-22 03:33:08 +00:00
jst%netscape.com
00db1bb01f Fixing silly placement of '||'. No code change. 2003-03-22 03:24:57 +00:00
peterlubczynski%netscape.com
b5850784ea Creating nsMediaDocument/nsPluginDocument to make full-page
plugins scriptable, bug 90256 r=jkeiser sr=jst
2003-03-22 03:20:23 +00:00
dmose%mozilla.org
9c5c964adf Don't use strcmp() just to check for a zero-length string (bug 58221). Patch by timeless@myrealbox.com, r=dmose@mozilla.org 2003-03-22 03:19:05 +00:00
wtc%netscape.com
ff1e1c8393 Bug 198543: checked in the patch from Chris Seawood to fix BeOS bustage.
Apparently it is necessary to have LIBRARY_PATH set in the environment.
2003-03-22 02:59:26 +00:00
aaronl%netscape.com
b02c73f1b1 First part of checkin to reverse bug 196946, static accessibility libs should not be merged with widget 2003-03-22 02:52:55 +00:00
aaronl%netscape.com
ef6f4f5a60 First part of checkin to reverse bug 196946, static accessibility libs should not be merged with widget 2003-03-22 02:47:40 +00:00
aaronl%netscape.com
5ae2617558 First part of checkin to reverse bug 196946, static accessibility libs should not be merged with widget 2003-03-22 02:46:48 +00:00
harishd%netscape.com
7b4e10c390 Added newline to EOF 2003-03-22 02:42:22 +00:00
peterlubczynski%netscape.com
07b7bbfa07 Creating nsMediaDocument/nsPluginDocument to make full-page
plugins scriptable, bug 90256 r=jkeiser sr=jst
2003-03-22 02:22:03 +00:00
sspitzer%netscape.com
f7b312e408 fix for bug #192780
after deleting one mail from a POP3-based inbox,
no further moves/deletes are possible.
this happened to you if the file on disk was named INBOX,
or InBox (only Inbox was safe)

also made the fix for other special folder.

r/sr=bienvenu
2003-03-22 02:13:46 +00:00
dbradley%netscape.com
bfd19c222e bug 197281 - Introduction of XPCConvert::GetNativeInterfaceFromJSObject is causing problems r=jst, sr=alecf 2003-03-22 02:13:38 +00:00