Commit Graph

50279 Commits

Author SHA1 Message Date
varada%netscape.com
11b2fe4b56 fix for bug#22948 the field for third party installers now has-please select an executable to install 2000-01-12 01:34:25 +00:00
dougt%netscape.com
0a65311418 locking nsProxyObject before calling XPT_InvokeByIndex()
locking maps for entire GetNewOrUsedClass() process.
locking maps while trying to Find an IID off of a Root.
locking when removing from RealObjectToProxyObjectMap

I am hoping that this will fix some of the SMP problems, namely 21556.

r=mccabe.
2000-01-12 01:26:11 +00:00
gordon%netscape.com
5fd57ad97d Removed _InstallFromManifest(":mozilla:netwerk:util:public:MANIFEST") because the file doesn't exist anymore, and added _InstallResources(":mozilla:docshell:base:MANIFEST"). r=valeski. 2000-01-12 01:19:14 +00:00
wtc%netscape.com
9f51a2963d Use PR_IMPLEMENT to define an exported function. Don't need extern when
defining a global function.  "prrng.h" is indirectly included by primpl.h.
2000-01-12 01:12:35 +00:00
jdunn%netscape.com
370313154b Fix slamm's warnings of shadowing previous variables.
r= rhp@netscape.com
r= warren@netscape.com
r= rpotts@netscape.com
2000-01-12 00:54:10 +00:00
sspitzer%netscape.com
eb70358b99 fix for #23573
sort the non-special default js files in reverse alphabetical order before parsing them.
r=alecf
2000-01-12 00:53:38 +00:00
gordon%netscape.com
b75377af6c First Checked In. 2000-01-12 00:51:56 +00:00
valeski%netscape.com
64a59be346 Allowing the FTP channel to Cancel() even if the underlying connection thread has gone away. 2000-01-12 00:51:17 +00:00
slamm%netscape.com
f61465810a Fix layout problem with mailnews. The iframe in 'My Panels' would not strecth. Added an extra box layer to contain it. r=akkana 2000-01-12 00:48:45 +00:00
slamm%netscape.com
d2e46339c1 Update selected panel after update. Fix for #23616. Also, use uppercase names for function call. r=akkana 2000-01-12 00:48:41 +00:00
slamm%netscape.com
b8047b3cf9 Use uppercase names. r=akkana 2000-01-12 00:48:38 +00:00
slamm%netscape.com
2296c1b32c Make assertions in sidebar datasource to mark the batch update. The observer in sidebarOverlay.js uses it to update the panel selection properly. Fixes bug #23616. Capitalize all functions called from xul. Reorder functions. Pick some clearer names. Add comments. r=akkana 2000-01-12 00:48:35 +00:00
slamm%netscape.com
cecb1719c2 Move preview.css entry from content area to skins area. duh. Fixes bug #21478. Also export sidebar.css (it brings in the global styles). r=akkana 2000-01-12 00:48:32 +00:00
slamm%netscape.com
9822eafc10 Remove obsolete call to sidebarOpenClosePanel(). r=sspitzer 2000-01-12 00:48:27 +00:00
mcafee%netscape.com
baf0d6059d Consolidating custtoolbar prefs, multiple copies for each OS is bad. r=rjc 2000-01-12 00:45:13 +00:00
rhp%netscape.com
78ff616b28 Fix for line endings after linked text - Bug #: 23507 - r: jefft 2000-01-12 00:37:47 +00:00
putterman%netscape.com
63a9c92d75 Slightly speed up opening a mail folder by using IsHeaderRead instead of IsRead. r=bienvenu. 2000-01-12 00:31:06 +00:00
bryner%uiuc.edu
9dab65aacc Removing unused code that is #ifdef LOSER. r=pavlov. 2000-01-12 00:27:01 +00:00
bienvenu%netscape.com
4a6b816bca first entry into cvs, not part of build 2000-01-12 00:24:26 +00:00
rgoodger%ihug.co.nz
7f2964ae11 partial fix to bool radio persistence bugs (r=sfraser@netscape.com, v=mcafee@netscape.com), tree sizing fix (r=sfraser@netscape.com) 2000-01-12 00:20:05 +00:00
pierre%netscape.com
51f04bcd0c 17303 "Text input fields in chrome should use sans serif font". Clear the NS_STYLE_FONT_USE_FIXED flag when setting a font different from -moz-fixed. r=rods (rods checked in the other part of that fix in nsHTMLFontElement.cpp) 2000-01-12 00:19:14 +00:00
alecf%netscape.com
7d69499e10 open account wizard on a timer so that it doesn't actually open during the onload= handler... so that users can get to it using the parent window's window icon on the Windows taskbar.
r=sspitzer
2000-01-11 23:57:41 +00:00
norris%netscape.com
1cf0d7f12b Fix warning. 2000-01-11 23:55:18 +00:00
akkana%netscape.com
cf64a5c902 23335: Don't return error codes from the editor controller; the resulting JS messages just confuse the user. r=mjudge 2000-01-11 23:42:15 +00:00
bienvenu%netscape.com
687319afb6 set new flag for all new news messages, not just ones with re:,r=sspitzer 23647 2000-01-11 23:38:53 +00:00
alecf%netscape.com
b7130baea5 fix for #14089, various typos & layout problems fixed
r=sspitzer
2000-01-11 23:21:47 +00:00
valeski%netscape.com
5be699eb1c 14696. resource strings for dialogs (dns not found, and protocol not registered) 2000-01-11 23:12:48 +00:00
valeski%netscape.com
1880626278 r=rpotts. 14696. We now throw dialogs when dns fails, and when a protocol isn't avail for protocols *entered in the url bar*. 2000-01-11 23:11:32 +00:00
racham%netscape.com
3bcdb951b8 Fixing bug 16673. User50 directory on windows will now lives 1 level up fromthe executable. r=ssu 2000-01-11 23:07:22 +00:00
mscott%netscape.com
8ecb0c65fa Bug #8985 --> add a key binding for the delete key such that hitting the delete button in messenger will
delete the selected message(s).
r=sspitzer
2000-01-11 22:59:12 +00:00
dp%netscape.com
2df47b0c6d Implementing access to servicemanager from component manager via
nsIInterfaceRequestor. r=scc
2000-01-11 22:54:46 +00:00
danm%netscape.com
5d32515178 explicitly skip URL load if no URL param was specified in window.open. fixes bug 20757. similar to rev 1.200 (backed out in 1.201), though something went wrong with that one. not sure what. this one tests well. patch submitted by bissiri@eecs.umich.edu. r:me 2000-01-11 22:52:04 +00:00
alecf%netscape.com
4be3dc2230 rearrange some of the members of this interface just for readability
r=sspitzer
2000-01-11 22:49:29 +00:00
rjc%netscape.com
5611880580 Even if pref string is an empty string, if it wasn't null, need to free it. 2000-01-11 22:44:18 +00:00
ducarroz%netscape.com
609762887c Fix for bug 23490. nsMsgDatabase::RowCellColumnToCharPtr should not return an error when a cell is empty but an empty string. Also add default subject when user doesn't specify one. R=bienvenu 2000-01-11 22:41:36 +00:00
mscott%netscape.com
f68ff8a7c9 Bug #8276 --> some old code in here wasn't allocating enough bytes for a string when quoting an address. As a result,
it was possilbe to give it a string with semicolons such that we would corrupt memory. an easy example:
foo@netscape.com;foo@netscape.com would cause us to write past the end of an allocated buffer and crash.
The fix is to make sure we allocate enough memory.
r=sspitzer
2000-01-11 22:37:24 +00:00
dcone%netscape.com
dcdec2846c Set the container for the printContext. Fixes an Assert, but not the entire bug. r=Rods b=21470 2000-01-11 22:32:23 +00:00
nhotta%netscape.com
683215d57d First Checked In. 2000-01-11 22:30:41 +00:00
bryner%uiuc.edu
a19a21f754 This fixes mousewheel scrolling inside trees. I also cleaned up the code
in nsEventStateManager, moving the view/frame locating code to its own
function - this will be helpful for implementing page up/down scrolling
for trees.  r=alecf.
2000-01-11 22:30:22 +00:00
briano%netscape.com
0f729adf06 Replaced with build-moz-ports.pl because people were confused. 2000-01-11 22:25:25 +00:00
briano%netscape.com
5db6c0f6b4 Minor tweaks for SunOS4 and the special-case Sun Workshop compiler builds. 2000-01-11 22:23:57 +00:00
valeski%netscape.com
e92469cb8e r=rhp. datetime protocol wasn't initializing properly which would cause a datetime url without a host to spin 2000-01-11 22:16:19 +00:00
sspitzer%netscape.com
d601e1d680 fixes to turn bug #22916 into a blank window bug (instead of a crasher)
r=troy
2000-01-11 22:15:20 +00:00
rjc%netscape.com
eafd89b569 Check preference string to make sure its not an empty string before using. 2000-01-11 22:11:07 +00:00
dmose%mozilla.org
c329d776eb when using SunOS and not using GCC, clobber now removes the Sun WorkShop template repository cache, as this can get out of sync. r=cls@seawood.org,akkana@netscape.com 2000-01-11 22:11:02 +00:00
ftang%netscape.com
4235f416d2 fix word breaking problem. r=mjudge. treat all word breaking as the same. 2000-01-11 22:07:13 +00:00
ftang%netscape.com
a5072f418e fix bug 22921 . Use generic module macro to implement the module. 2000-01-11 22:05:50 +00:00
rjc%netscape.com
02fab863f0 Tweak resource cache usage. Change from putterman, Review from me 2000-01-11 22:03:53 +00:00
norris%netscape.com
ab39816cf4 Get IRCChat working without compromising security.
Fix bugs 20261, 23518
r=rginda,mstoltz
2000-01-11 22:02:06 +00:00
sspitzer%netscape.com
2944db26be ignore generated Makefiles 2000-01-11 21:52:27 +00:00