Commit Graph

84599 Commits

Author SHA1 Message Date
pinkerton%netscape.com
59da7d1010 fix # of params that initMenu takes. r=pink/sr=blake/a=asa. bug#87109. from jg@cyberstorm.demon.co.uk. 2001-06-22 02:24:40 +00:00
shrutiv%netscape.com
80667cf22a Fix for bug 86505: Bookmark & Sidebar customization in CCK Tool not picked up
r=bobj
2001-06-22 02:19:34 +00:00
shrutiv%netscape.com
4d1d59256c Fix for bug 86505: Bookmark & Sidebar customization in CCK Tool not picked up
r=bobj
2001-06-22 02:10:35 +00:00
mstoltz%netscape.com
f4de90c798 86019 - Change stack-walking code in caps to keep functions from inheriting privileges
from their caller. r=jesse@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org, PDT+

86982 - Add same-origin security check to XMLDocument::Load(). r,a=blizzard@mozilla.org,
sr=jst@netscape.com

84191 - Fixing regression in Open URL dialog by not calling CheckLoadURI when it isn't
needed. r=cmanske@netscape.com, sr=sfraser@netscape.com, a=asa@mozilla.org
2001-06-22 02:08:10 +00:00
oeschger%netscape.com
759dade1d7 content and context-sensitive fixes for help, b=85925, a=asa on help content updates, r=cotter@netscape.com 2001-06-22 01:53:09 +00:00
darin%netscape.com
ecf1d5f185 Fixes bug 86973 "[crash] @nsHttpTransaction::IsDone() [mTransaction is NULL]"
r=bbaetz, sr=dougt, a=chofmann
2001-06-22 01:49:27 +00:00
darin%netscape.com
f1b15654c9 Fixes bug 86608 "Content-Encoding with space in the end"
patch=deinst@world.std.com, r=bbaetz, sr=darin, a=tor
2001-06-22 01:46:16 +00:00
darin%netscape.com
d580655f64 Fixes bug 84794 (part 2) "Problem with HTTP basic authentication and cookies"
r=gagan, sr=dougt, a=chofmann
2001-06-22 01:43:39 +00:00
darin%netscape.com
8bdc6dcede Fixes bug 84794 (part 1) "Problem with HTTP basic authentication and cookies"
r=gagan, sr=dougt, a=chofmann
2001-06-22 01:42:56 +00:00
jat%princeton.edu
f56b233bda Removes console output in opt builds from gfx, gfx2, gtk.
Bugs 78645(r=cls, rs=blizzard, a=drivers(blizzard)) and 78665 (r=cls, sr=blizzard, a=drivers(blizzard)).
2001-06-22 01:35:39 +00:00
yokoyama%netscape.com
1eace18e91 Bug : 58866
Remove AssignWithConversion() which corrupts non-ASCII filename
and replace with FS charset converter.
r=ftang. sr=mscott ask a=chofmann
2001-06-22 01:28:18 +00:00
sspitzer%netscape.com
9156b9eacd fix for #85225. mail crashes at startup. added some bulletproofing
and removed the static nsCOMPtr.  r=varada, sr=alecf, a=chofmann
2001-06-22 01:15:22 +00:00
sspitzer%netscape.com
0e91a85a07 fix for #74518. reading messages (or parts of messages) that are in the memory cache can leave
the connections in busy states, which causes us to open up new connections, which eventually
gets us into the "too many open connections" state.
r=naving,sr=mscott,a=chofmann
2001-06-22 01:12:42 +00:00
srilatha%netscape.com
65b7b1bd5c Fix for bug 79792. Added observers for ldap prefs. Added sessions list for all the
recipients. Added AddSession, RemoveSession and SyncSessions
r=ducarroz, sr=hewitt, a=asa
2001-06-22 01:12:32 +00:00
leif%netscape.com
c7bf29d854 Bug 77672, fix nsLDAPConnection leaking objects and threads. Patch=leif,
r=dmose, sr=darin, a=chofmann.
2001-06-22 01:09:20 +00:00
peterlubczynski%netscape.com
2ae99c2e49 Add scanning of Mac System Folder Internet Plug-ins bug 78751 r=ccarlen/sdagley sr=attinasi a=asa 2001-06-22 00:59:19 +00:00
naving%netscape.com
99d35b7061 85228 r=suresh sr=mscott a=chofmann; check for null 2001-06-22 00:57:08 +00:00
ftang%netscape.com
6e691349fd check in for rpotts bug#82244
when we do meta charset reload, load it from cache by using the same load flag history using.
author=rpotts r=radha/adamlock sr=vidur a=chofmann
2001-06-22 00:54:27 +00:00
ddrinan%netscape.com
74353a8130 Bug #82211, r=javi,sr=blizzard,a=asa 2001-06-22 00:53:34 +00:00
peterlubczynski%netscape.com
d223156e59 Fix for plugin code printing to the console in opt bug 78651 patch by av r=peterl sr=attinasi a=blizzard 2001-06-22 00:50:25 +00:00
jst%netscape.com
0de9c904f1 Fixing bug 80496, making window.scrollTo() correctly scroll to the end of the document if a huge number is passed in as the coordinages to scroll to, the fix is to convert integers that don't fit into 32 bits after a pixel to twips conversion. Also fixing a crash in embedding apps if their docshell tree owners don't deal with passing null out parameters to GetPosition(). r=dbradley@netscape.com, bryner@netscape.com, sr=vidur@netscape.com, a=drivers@mozilla.org (asa) 2001-06-22 00:48:50 +00:00
dougt%netscape.com
9344367ab5 Crap. Letting waterson's string fu help. 2001-06-22 00:11:30 +00:00
dougt%netscape.com
1ae3458865 Fixes crash on test8 2001-06-21 23:59:36 +00:00
dougt%netscape.com
a5badeb689 fixing bustage 2001-06-21 22:48:18 +00:00
dougt%netscape.com
32793f6a0c Fixes 84444 & 84441. r=gagan@netscape.com, sr=darin@netscape.com, a=chofmann 2001-06-21 22:06:19 +00:00
dougt%netscape.com
da97a3ccff Fixes bug 77968 & 84880. r=gagan@Netscape.com, sr=darin@Netscape.com, a=asa@mozilla.org & chofmann 2001-06-21 22:04:47 +00:00
dougt%netscape.com
758f79ff72 Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
leif%netscape.com
3558ec7b84 Backed out my checkin, sorry for that. 2001-06-21 21:56:57 +00:00
hwaara%chello.se
50a776d305 #87139, fixing regression "Search Msg UI: Descriptive text injured by Filter UI fix". r=naving, sr=sspitzer, a=asa. 2001-06-21 21:56:49 +00:00
leif%netscape.com
85e18ae7b4 Bug 77672, fix nsLDAPConnection leaking objects and threads. Patch=leif,
r=dmose, sr=darin, a=chofmann.
2001-06-21 21:44:18 +00:00
wtc%netscape.com
4f543edb38 Bugzilla bug #86981: fixed two uninitialized variables. Thanks to
Matthew Barker of SGI and Kirk Erickson for the fix.
2001-06-21 20:50:06 +00:00
waterson%netscape.com
1eae7d84d0 Bug 87146. Fix manifest to include missing files; remove file-globbing, which doesn't work. Fix makefile to obey _NO_FLOCK when building jars. 2001-06-21 20:03:57 +00:00
beard%netscape.com
60c9b20b35 [Not part of build] When running under terminal, map all carriage returns ('\r') to line feeds ('\n'). 2001-06-21 17:04:49 +00:00
justdave%syndicomm.com
d5331a298b Re-fix for bug 28458: AddFDef always replaces the fielddefs every time you run checksetup.pl, so the change to them during doeditparams was nullified if you updated. Other recent changes have nullified the reason for changing it in editparams anyway, so just backing that part out.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
2001-06-21 15:03:11 +00:00
ftang%netscape.com
9a43659d8c fix 86792. r=nhotta sr=jst a=chofmann
unescape mRef before trying go to the anchor
2001-06-21 14:40:55 +00:00
mcgreer%netscape.com
59262b66b1 fix for http://bugzilla.mozilla.org/show_bug.cgi?id=83174
typo
r=ssaux,sr=blake,a=blizzard for 0.9.2
contributed by stephen walker
2001-06-21 13:53:47 +00:00
mcgreer%netscape.com
765f9ee7d9 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=82377
Add UI for private key db timeout
r=javi;sr,a=blizzard for 0.9.2
2001-06-21 13:48:34 +00:00
colin%theblakes.com
82266e7242 For OpenVMS only, use XConnectionNumber instead of ConnectionNumber
b=76422 r/sr=blizzard a=chofmann
2001-06-21 13:26:38 +00:00
ftang%netscape.com
3e782eb254 fix bug 84031. r=simon@softel.co.il sr=kin a=blizzard
fix GetBidiProperty
2001-06-21 12:35:48 +00:00
ftang%netscape.com
434d9c464f fix 84031. replace sizeof(datatype) to sizeof(variable)
r=nhotta sr=kin a=blizzard
2001-06-21 12:23:56 +00:00
cls%seawood.org
4c1060c5df Do not use the standard xlib routines if building xprint. should fix coffee bustage 2001-06-21 10:45:47 +00:00
darin%netscape.com
52ef8968ee Fixes bug 85923 "Following a link and then clicking back displays a blank page"
r=gordon, sr=rpotts, a=blizzard
2001-06-21 08:33:34 +00:00
axel%pike.org
8d8de7017c fix regression in 81161, make xsl:message work again, code by peterv and me, r=me,sicking, sr=scc, a=blizzard 2001-06-21 08:24:58 +00:00
cls%seawood.org
17ef3e2e1d Remove the final link lists at the beginning of each build to catch config & library name changes 2001-06-21 08:11:15 +00:00
bryner%uiuc.edu
d80ca5ac8d Bug 87025 - regression from static build landing which caused filepicker to not appear on win32. r=jag, sr=blake, a=tor. 2001-06-21 07:28:53 +00:00
kin%netscape.com
a9a12e6690 Fix for bug #86492 Double click does not bring up object props dialog.
- Fixed 'if' statement in nsFrame::GetContentAndOffsetsFromPoint()
    so that it checks contentOffset instead of the uninitialized aContentOffset.

r=jfrancis@netscape.com  sr=attinasi@netscape.com  a=blizzard@mozilla.org
2001-06-21 06:35:37 +00:00
cls%seawood.org
acc2b1f488 Use 8.3 name for lib 2001-06-21 05:28:14 +00:00
cls%seawood.org
855cc57acd Quick hack to fix duplicate symbol problem in static build caused by checkin for bug #83242 2001-06-21 04:01:44 +00:00
cls%seawood.org
786f780bf0 Remove quotes from NSGETMODULE macro call for static builds 2001-06-21 04:00:00 +00:00
sspitzer%netscape.com
cc36895f91 fix for #86996 and #82805. fix some UI problems caused by js error.
fixing the js error makes it so we can lock the offline and disk space prefs.
r=racham, rs=mscott, a=asa
2001-06-21 03:27:48 +00:00