peterlubczynski%netscape.com
a25dbbd889
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)
...
git-svn-id: svn://10.0.0.236/trunk@115134 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-21 02:05:21 +00:00
blakeross%telocity.com
2b1570a032
Download Manager. Not part of build.
...
git-svn-id: svn://10.0.0.236/trunk@115133 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-21 02:04:18 +00:00
peterlubczynski%netscape.com
33aef81219
Implementing nsHTMLObjectElement::GetContentDocument, patch by adu@sparc.spb.su bug 36240 r=peterl sr=jst
...
git-svn-id: svn://10.0.0.236/trunk@115132 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-21 02:01:12 +00:00
rjesup%wgate.com
4e11e651a1
Bug 125025: Offscreen animations use lots of CPU. This is the DrawToImage
...
patch. r=saari, sr=brendan, a=moz+roc
git-svn-id: svn://10.0.0.236/trunk@115131 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-21 01:52:38 +00:00
blakeross%telocity.com
b45ed9fd8c
Download Manager. Not part of build.
...
git-svn-id: svn://10.0.0.236/trunk@115130 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-21 01:49:52 +00:00
naving%netscape.com
511518616e
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.
git-svn-id: svn://10.0.0.236/trunk@115129 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-21 01:37:36 +00:00
dbaron%fas.harvard.edu
b1582a7dc4
Fix regression that prevented 'font-size' from applying to list numbers. b=110360 sr=attinasi r=karnaze a=roc
...
git-svn-id: svn://10.0.0.236/trunk@115128 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-21 01:36:16 +00:00
nicolson%netscape.com
7ab3c4014b
fixes to make it work better on windows.
...
git-svn-id: svn://10.0.0.236/trunk@115127 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-21 01:23:12 +00:00
ben%netscape.com
18d411fe5d
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
git-svn-id: svn://10.0.0.236/trunk@115126 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-21 00:53:20 +00:00
naving%netscape.com
b06065c41d
100991 r=bienvenu sr=mscott a=roc+moz. Select the folder and the message (if any) after renaming a folder.
...
git-svn-id: svn://10.0.0.236/trunk@115125 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-21 00:16:57 +00:00
leaf%mozilla.org
68f39806b3
fix for infinitely looping windows gmake depend builds, code from cls, r=leaf, a=roc
...
git-svn-id: svn://10.0.0.236/trunk@115124 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-21 00:15:10 +00:00
wtc%netscape.com
a07081d36e
Fixed misspelling.
...
git-svn-id: svn://10.0.0.236/trunk@115123 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-21 00:06:14 +00:00
smontagu%netscape.com
5ee130d40e
Corrections to makefile. Bug 126674; r=cls; a=roc+moz
...
git-svn-id: svn://10.0.0.236/trunk@115122 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-21 00:01:32 +00:00
wtc%netscape.com
5ec3d3684a
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
git-svn-id: svn://10.0.0.236/trunk@115121 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 23:59:35 +00:00
wtc%netscape.com
34ff13e6c2
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.
git-svn-id: svn://10.0.0.236/trunk@115120 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 23:53:45 +00:00
shrutiv%netscape.com
d9a0bd6bca
Undoing portion of the last change
...
git-svn-id: svn://10.0.0.236/trunk@115119 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 23:45:34 +00:00
kin%netscape.com
7f79330aa2
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
git-svn-id: svn://10.0.0.236/trunk@115118 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 23:22:31 +00:00
shliang%netscape.com
0b600e8c11
bug 115673 - mail/news icons - doing this over again. r=andreww/sr=hewitt/a=brendan
...
git-svn-id: svn://10.0.0.236/trunk@115117 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 22:40:14 +00:00
pinkerton%netscape.com
3e6b411297
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
...
git-svn-id: svn://10.0.0.236/trunk@115116 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 21:51:25 +00:00
sgehani%netscape.com
9556798310
Actually making included tabs display when toggled on.
...
b=126703; r=dougt,morse; a=thesteve
git-svn-id: svn://10.0.0.236/trunk@115115 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 21:31:00 +00:00
jake%acutex.net
28e563b3a0
Bug 126029 - HTML in checkin comments wasn't being escaped properly for use in the pop-ups.
...
r=caillon
git-svn-id: svn://10.0.0.236/trunk@115114 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 21:17:04 +00:00
law%netscape.com
8e8830682b
Fix for smoketest blocker bug 126687; adding new progress dialog component to package lists
...
git-svn-id: svn://10.0.0.236/trunk@115113 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 21:12:37 +00:00
ben%netscape.com
7260d4e2be
blocker 126704 - can't load history items. removing some unnecessary code.
...
git-svn-id: svn://10.0.0.236/trunk@115112 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 20:55:28 +00:00
pschwartau%netscape.com
801d9342df
Initial add.
...
git-svn-id: svn://10.0.0.236/trunk@115110 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 19:07:08 +00:00
sspitzer%netscape.com
a4177155b3
fix for #126677 . dates not showing up in thread pane
...
or message pane on windows. r/sr=bienvenu, a=leaf.
git-svn-id: svn://10.0.0.236/trunk@115109 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 18:24:47 +00:00
kirk.erickson%sun.com
994e815065
Added tokenIDCount, and tokenHashTable to comments about objectLock.
...
git-svn-id: svn://10.0.0.236/trunk@115108 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 18:05:52 +00:00
timeless%mac.com
a73ac4fc75
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.
git-svn-id: svn://10.0.0.236/trunk@115106 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 14:29:12 +00:00
mkaply%us.ibm.com
c1b38beab8
Fix HPUX bustage - some compilers don't like a comma on the last enum
...
git-svn-id: svn://10.0.0.236/trunk@115105 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 13:48:50 +00:00
sspitzer%netscape.com
b5d66d0be8
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
git-svn-id: svn://10.0.0.236/trunk@115104 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 08:23:05 +00:00
law%netscape.com
5d2c4d7fcc
Bug 27609; use new progress dialog so errors are handled properly; r=bzbarsky, sr=ben
...
git-svn-id: svn://10.0.0.236/trunk@115103 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 08:03:21 +00:00
seawood%netscape.com
16201999e4
Updating search path (again). Fixing tinderbox bustage from bug 120845
...
git-svn-id: svn://10.0.0.236/trunk@115102 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 08:00:58 +00:00
law%netscape.com
e16d1d46e6
Bug 27609; change exthandler to use new progress dialog and properly report i/o errors; r=bzbarsky, sr=mscott
...
git-svn-id: svn://10.0.0.236/trunk@115101 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 08:00:29 +00:00
law%netscape.com
23f94daf82
Bug 27609; make webbrowserpersist work properly with new progress dialog and report errors better; r=adamlock, sr=mscott
...
git-svn-id: svn://10.0.0.236/trunk@115100 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:57:33 +00:00
law%netscape.com
fe6b53739a
Bug 27609; final changes for new progress dialog, r=ben, sr=jag
...
git-svn-id: svn://10.0.0.236/trunk@115099 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:54:37 +00:00
jst%netscape.com
0604f64bed
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
...
git-svn-id: svn://10.0.0.236/trunk@115098 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:50:52 +00:00
law%netscape.com
660ab2c0e8
Bug 27609; last piece of build puzzle for new progress dialog; r=bryner, sr=jag
...
git-svn-id: svn://10.0.0.236/trunk@115097 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:50:02 +00:00
seawood%netscape.com
e56f01c063
Fixing more win32 gmake bustage
...
git-svn-id: svn://10.0.0.236/trunk@115096 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:49:43 +00:00
law%netscape.com
99cfff7b38
Bug 27609; add new progress dialog to win32/linux builds; r=bryner, sr=jag
...
git-svn-id: svn://10.0.0.236/trunk@115095 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:48:15 +00:00
pavlov%netscape.com
ee5bd6103b
bug 125713 sr=brendan
...
git-svn-id: svn://10.0.0.236/trunk@115094 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:44:35 +00:00
law%netscape.com
2175432b2c
Bug 27609; mac build system changes to build new progress dialog; r=sdagley, sr=jag
...
git-svn-id: svn://10.0.0.236/trunk@115093 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:31:09 +00:00
sgehani%netscape.com
7f7ad8c6a7
Fix language navigation up/down button edge cases.
...
b=120382; r=law; sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@115092 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:27:13 +00:00
joki%netscape.com
d9bb857aa4
Fix for bug 56240, reset selection and mouse capture states when mousedown/mouseup sequence processes abnormally. r:saari, sr:js
...
git-svn-id: svn://10.0.0.236/trunk@115091 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:23:35 +00:00
joki%netscape.com
b8a3a15c26
Fix for bug 56240, reset selection and mouse capture states when mousedown/mouseup sequence processes abnormally. r:saari, sr:jst
...
git-svn-id: svn://10.0.0.236/trunk@115090 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:22:55 +00:00
taka%netscape.com
c2e9120f96
Re-write RFC-2047 encoder. bug 73403 12699 37088 98675 102610 104447 119079, r=nhotta, sr=mscott
...
git-svn-id: svn://10.0.0.236/trunk@115089 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:18:11 +00:00
seawood%netscape.com
bef20ca9df
Updating REQUIRES.
...
Fixing win32 gmake tinderbox bustage
git-svn-id: svn://10.0.0.236/trunk@115088 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:18:05 +00:00
sgehani%netscape.com
51f944fe8d
Land tab overflow implementation.
...
b=126095; r=morse; sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@115087 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:17:45 +00:00
aaronl%netscape.com
dfc7d25ee2
Bug 115686. F4 to open menulist popups. Incorrect of original checkin, checking it in correctly. r=blake, sr=hewitt
...
git-svn-id: svn://10.0.0.236/trunk@115086 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:14:13 +00:00
seawood%netscape.com
15e6f7d32c
Use PR_TRUE instead of true.
...
Fixing OS/2 & AIX tinderbox bustage
git-svn-id: svn://10.0.0.236/trunk@115085 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:13:29 +00:00
seawood%netscape.com
6b84c9d933
Do platform checks for postscript printing support (MOZ_ENABLE_POSTSCRIPT) in configure instead of makefiles.
...
Bug #126102 r=bryner
git-svn-id: svn://10.0.0.236/trunk@115084 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:08:02 +00:00
shliang%netscape.com
97cfb7b78f
bug 115673 - new mailnews offline icons - r=andreww, sr=hewitt
...
git-svn-id: svn://10.0.0.236/trunk@115083 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 07:04:47 +00:00