Commit Graph

98332 Commits

Author SHA1 Message Date
leaf%mozilla.org
d3bd643b18 fix for infinitely looping windows gmake depend builds, code from cls, r=leaf, a=roc 2002-02-21 00:15:10 +00:00
wtc%netscape.com
4f99429abb Fixed misspelling. 2002-02-21 00:06:14 +00:00
smontagu%netscape.com
1ac4e03f40 Corrections to makefile. Bug 126674; r=cls; a=roc+moz 2002-02-21 00:01:32 +00:00
wtc%netscape.com
667ed9e4c8 Bugzilla bug 125149: prevent the session ID count component of the session
ID from overflowing and corrupting the slot index component.  Do a lookup
in the session hash table to make sure the session id is not in use before
adding it to the table.  r=relyea.
Modified files: pkcs11.c pkcs11i.h
2002-02-20 23:59:35 +00:00
wtc%netscape.com
ba5d3c7107 nscSlotHashTable is not protected by a lock, so we need to use
PL_HashTableLookupConst to do the lookups.  r=mcgreer.  This bug is
discussed in bug 125149 but is not the main topic of that bug.
2002-02-20 23:53:45 +00:00
shrutiv%netscape.com
c6fa4958e0 Undoing portion of the last change 2002-02-20 23:45:34 +00:00
kin%netscape.com
13c2c64b3c Fix for blocker bug 126770 (Undo/Redo doesn't work in Text widgets, Composer, and Mail)
mozilla/editor/txmgr/src/nsTransactionManager.cpp
  mozilla/editor/txmgr/src/nsTransactionStack.cpp

    - nsTransactionStack::Peek() was intended to return NULL for
      an empty stack so I changed timeless' change for bug 114166
      to return NS_OK and init the return value to zero.

    - timeless also changed the behavior of nsDeque::End(), it no
      longer returns an interator that is one past the end. So
      nsTransactionStack::Peek() had to call CurrentItem() instead
      of operator--.

    - I also backed out the changes made to nsTransactionManager.cpp
      cause they are unnecessary with the changes made to
      nsTransactionStack::Peek() above.

r=timeless@bemail.org  sr=hyatt@netscape.com  a=leaf@mozilla.org
2002-02-20 23:22:31 +00:00
shliang%netscape.com
299b2ee03c bug 115673 - mail/news icons - doing this over again. r=andreww/sr=hewitt/a=brendan 2002-02-20 22:40:14 +00:00
pinkerton%netscape.com
ecc86da3a2 fix crash where we could dereference a null reference. shuffle some code around to ensure that can't happen anymore. r=ben/sr=blake/a=thesteve for smoketest blocker bug 126770 2002-02-20 21:51:25 +00:00
sgehani%netscape.com
75e83bb6e4 Actually making included tabs display when toggled on.
b=126703; r=dougt,morse; a=thesteve
2002-02-20 21:31:00 +00:00
jake%acutex.net
41755d4ad5 Bug 126029 - HTML in checkin comments wasn't being escaped properly for use in the pop-ups.
r=caillon
2002-02-20 21:17:04 +00:00
law%netscape.com
6de68dcb6c Fix for smoketest blocker bug 126687; adding new progress dialog component to package lists 2002-02-20 21:12:37 +00:00
ben%netscape.com
099bafaaab blocker 126704 - can't load history items. removing some unnecessary code. 2002-02-20 20:55:28 +00:00
pschwartau%netscape.com
f124320735 Initial add. 2002-02-20 19:07:08 +00:00
sspitzer%netscape.com
1ea54fa3cb fix for #126677. dates not showing up in thread pane
or message pane on windows.  r/sr=bienvenu, a=leaf.
2002-02-20 18:24:47 +00:00
kirk.erickson%sun.com
0e2122791d Added tokenIDCount, and tokenHashTable to comments about objectLock. 2002-02-20 18:05:52 +00:00
timeless%mac.com
fdd0e1f8d6 HPUX rightly insists that class a{a::a(){}} isn't the right way to declare a constructor
fixed to class a{a(){}}.  I can't believe that msvc and gcc didn't mind what I did.
2002-02-20 14:29:12 +00:00
mkaply%us.ibm.com
362d590ed0 Fix HPUX bustage - some compilers don't like a comma on the last enum 2002-02-20 13:48:50 +00:00
sspitzer%netscape.com
d2cb3313a4 fix for #121639. get forward as attachment to work for news again.
while I'm at it, some code cleanup.  note, this fix also makes it so
we use the news cache when copying messages, which is a perf win.
most of this r=naving, all of it r/sr=bienvenu
2002-02-20 08:23:05 +00:00
law%netscape.com
b2412d8006 Bug 27609; use new progress dialog so errors are handled properly; r=bzbarsky, sr=ben 2002-02-20 08:03:21 +00:00
seawood%netscape.com
6f3a67e41a Updating search path (again). Fixing tinderbox bustage from bug 120845 2002-02-20 08:00:58 +00:00
law%netscape.com
4d29df56ed Bug 27609; change exthandler to use new progress dialog and properly report i/o errors; r=bzbarsky, sr=mscott 2002-02-20 08:00:29 +00:00
law%netscape.com
cc51d8a6ae Bug 27609; make webbrowserpersist work properly with new progress dialog and report errors better; r=adamlock, sr=mscott 2002-02-20 07:57:33 +00:00
law%netscape.com
a057dd175d Bug 27609; final changes for new progress dialog, r=ben, sr=jag 2002-02-20 07:54:37 +00:00
jst%netscape.com
19b9e3ce32 Checking in Boris Zbarsky's <bzbarsky@mit.edu> fix for bug 117269. Making mozilla not invent silly file extensions when saving files. r=law@netscape.com, rs=jaggernaut@netscape.com, jst@netscape.com 2002-02-20 07:50:52 +00:00
law%netscape.com
2072f8605d Bug 27609; last piece of build puzzle for new progress dialog; r=bryner, sr=jag 2002-02-20 07:50:02 +00:00
seawood%netscape.com
e74f2aa9e9 Fixing more win32 gmake bustage 2002-02-20 07:49:43 +00:00
law%netscape.com
d1cd96362c Bug 27609; add new progress dialog to win32/linux builds; r=bryner, sr=jag 2002-02-20 07:48:15 +00:00
pavlov%netscape.com
40b3a7ef13 bug 125713 sr=brendan 2002-02-20 07:44:35 +00:00
law%netscape.com
18a0031354 Bug 27609; mac build system changes to build new progress dialog; r=sdagley, sr=jag 2002-02-20 07:31:09 +00:00
sgehani%netscape.com
89ac376f49 Fix language navigation up/down button edge cases.
b=120382; r=law; sr=hewitt
2002-02-20 07:27:13 +00:00
joki%netscape.com
8bc4a2199b Fix for bug 56240, reset selection and mouse capture states when mousedown/mouseup sequence processes abnormally. r:saari, sr:js 2002-02-20 07:23:35 +00:00
joki%netscape.com
f973d3920c Fix for bug 56240, reset selection and mouse capture states when mousedown/mouseup sequence processes abnormally. r:saari, sr:jst 2002-02-20 07:22:55 +00:00
taka%netscape.com
1bca41b949 Re-write RFC-2047 encoder. bug 73403 12699 37088 98675 102610 104447 119079, r=nhotta, sr=mscott 2002-02-20 07:18:11 +00:00
seawood%netscape.com
dd1eb9b55e Updating REQUIRES.
Fixing win32 gmake tinderbox bustage
2002-02-20 07:18:05 +00:00
sgehani%netscape.com
92609f6b75 Land tab overflow implementation.
b=126095; r=morse; sr=dveditz
2002-02-20 07:17:45 +00:00
aaronl%netscape.com
d26c4ef621 Bug 115686. F4 to open menulist popups. Incorrect of original checkin, checking it in correctly. r=blake, sr=hewitt 2002-02-20 07:14:13 +00:00
seawood%netscape.com
4ffac8b11c Use PR_TRUE instead of true.
Fixing OS/2 & AIX tinderbox bustage
2002-02-20 07:13:29 +00:00
seawood%netscape.com
48f4f3f251 Do platform checks for postscript printing support (MOZ_ENABLE_POSTSCRIPT) in configure instead of makefiles.
Bug #126102 r=bryner
2002-02-20 07:08:02 +00:00
shliang%netscape.com
a90b3fdc3a bug 115673 - new mailnews offline icons - r=andreww, sr=hewitt 2002-02-20 07:04:47 +00:00
jband%netscape.com
78dddf0f3b fix bug 126333. reduce shutdown leakage by releaseing Components object members. r=dbradley sr=alecf 2002-02-20 07:03:27 +00:00
shliang%netscape.com
813b0af271 bug 89706 - new progressmeter for classic - image by wjbell@belletc.net - r=shuehan, sr=hewitt 2002-02-20 07:01:27 +00:00
shliang%netscape.com
8d85a43410 bug 120635 - disabled editable menulists are different size - r=andreww, sr=hewitt 2002-02-20 06:59:24 +00:00
shliang%netscape.com
6327101296 bug 119385 - some modern images are needlessly transparent - r=andreww, sr=hewitt 2002-02-20 06:58:08 +00:00
seawood%netscape.com
f7ae5fe5a3 Remove unneeded dirs from xpcom standalone build.
Go Alecf!
2002-02-20 06:56:15 +00:00
shliang%netscape.com
208645f12a bug 116905 - classic respin icon not displayed - patch by joonas@cc.hut.fi - r=shuehan, sr=hewitt 2002-02-20 06:56:10 +00:00
shliang%netscape.com
adb99101e1 bug 117084 - fields in wallet viewer are too narrow - r=andreww, sr=hewitt 2002-02-20 06:52:30 +00:00
shliang%netscape.com
b02bf94b56 bug 112273 - inconsisten chrome url in classic's global/contents.rdf - r=andreww, sr=hewitt 2002-02-20 06:50:55 +00:00
shliang%netscape.com
dd393e5666 bug 122492 - addressing widget text not centered - r=bhuvan, sr=sspitzer 2002-02-20 06:48:44 +00:00
shliang%netscape.com
35d10f6565 bug 45173 - make mailing list address entry dialog use addressing widget - r=hewitt/bhuvan, sr=sspitzer 2002-02-20 06:46:11 +00:00