pavlov%netscape.com
a332796981
fix stupid windows compiler
2000-05-25 01:24:07 +00:00
pavlov%netscape.com
0a1d3612f8
try to fix stupid windows compiler bustage
2000-05-25 01:20:20 +00:00
axel%pike.org
d35776ea3c
Getting us a step closer to xslt on mozilla, see 36038,
...
[NOT PART OF THE BUILD]
2000-05-25 01:03:29 +00:00
sspitzer%netscape.com
06e22a4d45
fix for #36159 , get send unsent messages to work again. while I'm here, remove
...
the rosetta_mailnews.h horse crap. r=mscott.
2000-05-25 01:02:13 +00:00
jefft%netscape.com
9da2db91e3
fixed bug 39810 - empty trash on exit causes slow shutdow; PR_Wait() too long; r=mscott
2000-05-25 00:56:28 +00:00
ssu%netscape.com
08306a297a
fixing bugs #:
...
39783 - installer should install seamonkey into a subfolder from chosen destination path.
34011 - err check for files getting downloaded before installation starts
The code to fix this bug is in, but simply disabled
39015 - Browser needs proxy settings from installer when available
r=sgehani
2000-05-25 00:47:30 +00:00
ssu%netscape.com
5075225d16
fixing bugs #:
...
39783 - installer should install seamonkey into a subfolder from chosen destination path.
34011 - err check for files getting downloaded before installation starts
The code to fix this bug is in, but simply disabled
39015 - Browser needs proxy settings from installer when available
r=sgehani
this particular file is not part of tinderbox build.
2000-05-25 00:46:30 +00:00
pavlov%netscape.com
2804c173c5
fix for unix file picker not handling null window parents bug 34328 r=brendan, slamm
...
fix for mailnews' file->save as dialog not saving files on unix in due to its handling of file extentions and filters. this code now uses nsIFilePicker. fixes nsbeta2+ bug 31096. r=mscott
2000-05-25 00:44:10 +00:00
sgehani%netscape.com
a5516c5d4a
Fixing seg fault on exit. [b=36781, r=dveditz]
2000-05-25 00:13:48 +00:00
jfrancis%netscape.com
18688d3585
fixing unix nsCOMPtr usage
2000-05-24 23:59:45 +00:00
pinkerton%netscape.com
81b438669f
Using WINAPI macro for callback routines. Thanks to juberti@aol.com and
...
jesusx@who.net for the help and moral support. r=mozbot a=mozbot
2000-05-24 23:56:47 +00:00
jfrancis%netscape.com
512565acef
fixes:
14753, 29843, 39864, 40141,
40139, 36679, 39542, 34729,
34855, 37216, 39292, 26447
r=sfraser,cmanske,fm; a=beppe
2000-05-24 23:38:07 +00:00
jst%netscape.com
749fc848fa
Fixing bug nsbeta2+ bug 40197, accessing .href on anchors with no href attribute returned the base URL in stead of an empty string, same problem exists and is fixed with this checkin for images. r=vidur@netscape.com
2000-05-24 23:37:26 +00:00
buster%netscape.com
43161761bd
partial fix for bug 40211. This fixes the layout assertions loading the page.
...
the problem was dynamic creation of positioned elements wasn't properly handled
r=nisheeth@netscape.com
2000-05-24 23:28:20 +00:00
warren%netscape.com
c254398680
Fix problem handing deleted string to SetURLString. r=alecf
2000-05-24 23:26:49 +00:00
blizzard%redhat.com
7afefe87b3
bring test case in sync with new header file definitions
2000-05-24 23:24:39 +00:00
morse%netscape.com
5e9a7022ab
bug 39653, describe obscure/encrypt choice better to reduce our liability, r=dp
2000-05-24 23:22:15 +00:00
blizzard%redhat.com
18f3af947e
make enums more gtklike. r=pavlov, a=waterson
2000-05-24 23:18:23 +00:00
blizzard%redhat.com
5fd12852ef
automatically add text/plain where text/unicode is present. r=pavlov, a=waterson part of #37003
2000-05-24 23:17:43 +00:00
blizzard%redhat.com
836bf09f6f
add interlacebuf to ipng_struct that was missed on pnunn's checkin. should fix impending redness. a=leaf
2000-05-24 23:12:00 +00:00
putterman%netscape.com
17f9ba2262
Fix for dogfood bug 40483. r=sspitzer. a=phil. Can now bring up account wizard when a new
...
profile is created.
2000-05-24 23:09:34 +00:00
ruslan%netscape.com
1dc3f55d09
Fix 39107, a=gagan
2000-05-24 23:04:57 +00:00
jfrancis%netscape.com
43f70de371
fixes 29329
2000-05-24 23:01:09 +00:00
jfrancis%netscape.com
f8789832b8
fixes:
14753, 29843, 39864, 40141,
40139, 36679, 39542, 34729,
34855, 37216, 39292, 26447
r=sfraser,cmanske,fm; a=beppe
2000-05-24 23:00:24 +00:00
leaf%mozilla.org
b3f337b1fe
Automated update
2000-05-24 23:00:11 +00:00
pnunn%netscape.com
7806ef148a
bug#3195: Checking in for Chris Hill. Thanks for the patch, Chris.
...
fixes progressive (interlacing) png's. rev:pnunn@netscape.com, a:brendan@mozilla.org
2000-05-24 22:59:20 +00:00
dougt%netscape.com
a494c5e7d4
Making ProxyService Threadsafe for Add and Remove Proxy. r=gagan.
2000-05-24 22:55:35 +00:00
axel%pike.org
37b5af0a5f
Fix for 40456, adding --enable-xsl to configure
...
second is not part of default build, r,a=leaf
2000-05-24 22:54:58 +00:00
mccabe%netscape.com
ba80f85fb1
Fix for 40406. Add setter to XPConnect to set default JS context used to execute JS components when no appropriate context can be found.
...
The setter changes per-thread data - for the DOM/UI thread, this means that we can set the JS Context to one with DOM magic. This magic allows some DOM JS <-> XPConnect JS conversions to succeed, and in particular allows creation of a DOM window from within a JS component.
Unblocks nsbeta2 work by Vishy and Pavlov.
r=mccabe,vishy. a=brendan,sleestack.
2000-05-24 22:54:57 +00:00
dougt%netscape.com
263b389da3
removing warning.
2000-05-24 22:53:15 +00:00
blizzard%redhat.com
9be6adf6d5
fix searching from the search sidebar. fix css for Customize dialog. r=rjc,waterson a=waterson,brendan
2000-05-24 22:52:39 +00:00
dougt%netscape.com
3b1b7c48ee
nsPSMComponent.cpp
...
1. Reduce complexity in launching code.
nsPSMShimLayer.c
1. Read and Write should timeout
2. Read and Write should return errors... duh.
2. PR_IN_PROGRESS_ERROR on Connect should be returned
nsPSMUICallbacks.cpp
1. Use the modal flag to open new windows.
nsSSLIOLayer.cpp
1. disable Nagle algorithm
r=valeski@netscape.com
2000-05-24 22:51:27 +00:00
danm%netscape.com
3ef34119d6
fixing broken makefiles (see warnings in full tinderbox log) r=law
2000-05-24 21:20:50 +00:00
sfraser%netscape.com
2c410e27a0
Fix for 40444; don't allow buttons to steal focus willy-nilly, because this breaks toolbar buttons. What really needs to happen is that every kind of toolbar buttons needs user-focus: none style. r=hyatt, a=leaf
2000-05-24 20:52:26 +00:00
nelsonb%netscape.com
34ae72b37f
Simplify and speed up client cache expiration detection.
2000-05-24 19:28:27 +00:00
nboyd%atg.com
a7fc06c9a3
Add rhino9 and rhinoms9.
2000-05-24 18:10:55 +00:00
locka%iol.ie
215a81d200
Fixed back button scrolling to scroll to top left corner b=39716, r=jst
2000-05-24 17:18:10 +00:00
dveditz%netscape.com
8313fae417
attempting to fix mac bustage
2000-05-24 15:37:12 +00:00
dveditz%netscape.com
e03f25b54f
adding new error defines to wizard header to match new errors in XPInstall engine
2000-05-24 14:15:34 +00:00
dveditz%netscape.com
7a106ebdea
Getting installed overlays to work, dogfood bug 1011 in bugSCAPE. Also fixing
...
misc horkage (still!!) from the nsIFile landing necessary to get this working
(bugs 40228, 40403, 40405, 37964, 28950)
2000-05-24 14:13:39 +00:00
dveditz%netscape.com
f7e354c4f1
Getting chrome registered in the build, necessary to fix install overlay problem
...
(bugSCAPE bug 1011), r=ssu
2000-05-24 14:08:46 +00:00
ben%netscape.com
2af893e00b
fix skinnability flaw (taskbar toolbar not in toolbox)
2000-05-24 13:57:19 +00:00
ben%netscape.com
2bf2c8d600
classic skin...
2000-05-24 13:55:46 +00:00
ben%netscape.com
3493251331
classic skin...
2000-05-24 13:50:39 +00:00
ben%netscape.com
f8d9679231
classic skin work (not part of build)
2000-05-24 13:45:43 +00:00
ben%netscape.com
4ba02261f0
fix skinnability flaw (put menubar in toolbox)
2000-05-24 13:45:01 +00:00
jefft%netscape.com
c22c6abeb3
fixed bug 39883 - compact local folder crashes in nsMsgLocalMailFolder::Compact() with null database; r=putterman
2000-05-24 12:30:10 +00:00
ben%netscape.com
14acbddfc7
classic skin stuff
2000-05-24 09:51:54 +00:00
ben%netscape.com
42c8c842cd
widget lovin', r=hyatt
2000-05-24 09:45:04 +00:00
axel%pike.org
0d354ec874
Updating new build scheme for recent checkins, NOT PART OF THE BUILD
2000-05-24 08:39:01 +00:00