Commit Graph

98397 Commits

Author SHA1 Message Date
dougt%netscape.com
4c482f6783 Fixing bustage. Don't listen to strdup folks. There should be fear of invoking the wrath of the Mac! 2002-02-21 03:29:59 +00:00
kin%netscape.com
2e601306d7 Fix for bug 124485 (Long lists of folders/bookmarks after up/down arrow not reachable)
Modified GetOriginToViewOffset() so that it returns an offset of (0,0) when the
contained view returned by GetView() is not a descendant of the frame's parent
view, as is the case with scrolling popup menus.

r=kmcclusk@netscape.com  sr=roc+moz@cs.cmu.edu  a=roc+moz@cs.cmu.edu
2002-02-21 03:03:31 +00:00
hyatt%netscape.com
f0da95b50c Fix the rendering context leak on painting in Cocoa. Not part of build. 2002-02-21 02:24:18 +00:00
blakeross%telocity.com
d8e65518f0 Download Manager. Not part of build. 2002-02-21 02:21:48 +00:00
dougt%netscape.com
ac0bdb0b5b Fixes 122523. Avoid stat call when opening file. This should be a minor performance win on windows. r=dp, sr=dveditz, sr=darin, a=roc+moz for 0.9.9 2002-02-21 02:18:33 +00:00
peterlubczynski%netscape.com
756fde99fb Making applets and objects monolithic containers to fix problem in bug 108363 where not all params make it to the plugin. Patch by adu@sparc.spb.su r=peterl sr=attinasi a=roc+moz (and for last checkin too) 2002-02-21 02:05:21 +00:00
blakeross%telocity.com
20e3322c53 Download Manager. Not part of build. 2002-02-21 02:04:18 +00:00
peterlubczynski%netscape.com
edc2bd61e5 Implementing nsHTMLObjectElement::GetContentDocument, patch by adu@sparc.spb.su bug 36240 r=peterl sr=jst 2002-02-21 02:01:12 +00:00
rjesup%wgate.com
1d1a9ed4e4 Bug 125025: Offscreen animations use lots of CPU. This is the DrawToImage
patch.  r=saari, sr=brendan, a=moz+roc
2002-02-21 01:52:38 +00:00
blakeross%telocity.com
c13b3146c2 Download Manager. Not part of build. 2002-02-21 01:49:52 +00:00
naving%netscape.com
07b150e77c 120076 r=bienvenu sr=mscott a=roc+moz. Undo delete for local msgs should
also update popstate.dat. also fixing one js error from last checkin.
2002-02-21 01:37:36 +00:00
dbaron%fas.harvard.edu
21048cb4cf Fix regression that prevented 'font-size' from applying to list numbers. b=110360 sr=attinasi r=karnaze a=roc 2002-02-21 01:36:16 +00:00
nicolson%netscape.com
856d45b4e1 fixes to make it work better on windows. 2002-02-21 01:23:12 +00:00
ben%netscape.com
f2d9dd22a7 fix 126764, bookmarks context menus don't show due to accidentally removed js files
revert changes to this file from last night.
r=jkeiser, sr=blake, a=roc+moz
2002-02-21 00:53:20 +00:00
naving%netscape.com
c17b34eeef 100991 r=bienvenu sr=mscott a=roc+moz. Select the folder and the message (if any) after renaming a folder. 2002-02-21 00:16:57 +00:00
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