jfrancis%netscape.com
86986ab464
fix for 118912: atomic deletion of emoticons
...
r=glazman; sr=kin
2003-03-23 19:45:40 +00:00
cbiesinger%web.de
c71efb21a2
22984 r=cls Remove MOZ_JAVA references from the build
2003-03-23 19:36:00 +00:00
sspitzer%netscape.com
1b03aac112
landing neil's fix for bug #196755
...
[mailviews] [modern skin only] Unable to create new Views (pull down menus do not retain changes)
r=jkeiser, sr=jag
2003-03-23 17:38:51 +00:00
sspitzer%netscape.com
bc7b3fe572
supplimental fix for bug #194918 , make sure to enable tools | search messages properly.
2003-03-23 17:33:00 +00:00
sspitzer%netscape.com
53c7256186
landing neil's fix for bug #193416
...
mailnews start page gets cleared when I open the pref window
regression caused by bandaid for bug #90337
r=jan, sr=jag.
2003-03-23 17:31:42 +00:00
sspitzer%netscape.com
5c6d02f45b
fix for bug #194918 . implement "Tools | Delete Mail Marked as Junk in Folder"
...
also, enable / disable "Tools | <delete junk> & <run jmc> & <run filters>" when appropriate.
r/sr=bienvenu
2003-03-23 17:03:44 +00:00
timeless%mozdev.org
fcd2cd3743
Bug 195908 Cookie rewrite phase 2 - patch for un-inited variable
...
patch by dwitte@stanford.edu r=mvl@exedo.nl sr=alecf
2003-03-23 10:20:20 +00:00
timeless%mozdev.org
e8e5aad56e
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
a34166cfa3
- 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
b5370ca327
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
5b79f3a198
Minor comment fix
2003-03-23 00:28:40 +00:00
wtc%netscape.com
f906970555
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
1803eb82e9
Fix a shutdown atom leak in nsMsgFolder (bug 198790). r/sr=sspitzer.
2003-03-22 23:43:18 +00:00
dbaron%dbaron.org
1b7ecced34
Bustage fix. b=191380
2003-03-22 20:55:56 +00:00
dbaron%dbaron.org
669a280743
Bustage fix. b=191380
2003-03-22 19:51:59 +00:00
dbaron%dbaron.org
73a75cc707
Bustage fix from <mvl@exedo.nl>. b=191380
2003-03-22 19:47:45 +00:00
dbaron%dbaron.org
9cf85cc264
Make mkaply's bustage fix a little safer.
2003-03-22 18:34:57 +00:00
sspitzer%netscape.com
984b1aacbe
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
a4c5f5d831
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
afa20d707d
Add DEBUG_dbaron to the DEBUG_xpc_hacker list.
2003-03-22 17:26:29 +00:00
sspitzer%netscape.com
bb2efc3630
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
aa6a147de8
Fix MOZ_PHOENIX bustage. b=195908
2003-03-22 16:56:56 +00:00
sspitzer%netscape.com
4e54078421
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
787b0752fe
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
c4e1543dc7
current changes. worked on conflict resolution, mostly
2003-03-22 15:30:48 +00:00
dbaron%dbaron.org
abe0da9f95
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
fa7d0d5f1c
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
38c8983879
Ports bustage - someone please correct me if I have done something horribly wrong
2003-03-22 14:31:19 +00:00
cbiesinger%web.de
9c68cdab27
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
0f2b31c293
fix bustage from aaronl's backout on OS2
2003-03-22 12:35:54 +00:00
bmlk%gmx.de
d1528e448d
fix build warnings from my previous checkin
2003-03-22 12:21:22 +00:00
stephend%netscape.com
3c02ba4660
Yet another bustage fix. Patch by dwitte@stanford.edu r/sr=engulfed tree
2003-03-22 08:02:44 +00:00
wtc%netscape.com
7d5a549784
Deleted an obsolete comment.
2003-03-22 08:01:44 +00:00
bzbarsky%mit.edu
468c1fa6b5
This warning was never supposed to get checked in...
2003-03-22 07:57:44 +00:00
wtc%netscape.com
af16248797
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
2bf9cb3f60
Added more debugging output for bug 195127.
2003-03-22 07:46:06 +00:00
stephend%netscape.com
176eab0fd1
Hopefully fixing cookie bustage. Patch from dwitte@stanford.edu
2003-03-22 07:18:37 +00:00
stephend%netscape.com
ae01eaacc8
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
202fea3e3b
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
d42ec504a6
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
38fe3e6792
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
eb75d91aeb
Bug 180642 - Move authentication code into a module
...
r=gerv, justdave
a=justdave
2003-03-22 04:47:35 +00:00
peterlubczynski%netscape.com
6933d196dc
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
128b5ff916
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
a5e6cdbebf
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
404996d3cb
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
cbafad0cf7
Fixing silly placement of '||'. No code change.
2003-03-22 03:24:57 +00:00
peterlubczynski%netscape.com
c8c6f4afa4
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
877fb1ee13
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
48629bc614
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