mkaply%us.ibm.com
9465aa7f97
#88290
...
r=mkaply, a=blizzard
Code from Javier Pedemonte and Jeff Jones - rewrite of xptcinvoke to be more efficient
2001-07-25 04:07:05 +00:00
mkaply%us.ibm.com
602ec7443d
OS/2 only - EMX break - this code should be VACPP only
2001-07-25 03:53:41 +00:00
morse%netscape.com
6a737e8a14
bug 91882, remove js errors, r=vishy, sr=blake
2001-07-25 03:40:27 +00:00
shrutiv%netscape.com
1cb20207c7
Fix for bug 92197: Selected components not visible during browser
...
installation (r=tao)
2001-07-25 03:36:38 +00:00
mkaply%us.ibm.com
ca44ebbdc9
OS/2 bustage
...
Didn't anyone notice the attachment I added to 86474 to prevent this?
2001-07-25 03:35:56 +00:00
shrutiv%netscape.com
10fca1cbd9
Fix for bug 89098: Update the version info for Wizard.exe properties
...
(r=tao)
2001-07-25 03:32:26 +00:00
shrutiv%netscape.com
018f34f75a
Including show example images in Mail and News screen of wizard (r=tao)
2001-07-25 03:28:44 +00:00
sdagley%netscape.com
149227605f
Checking in beard's fix for bug #81659 from the 0.9.2 branch onto NSPR tip, r=pinkerton, sr=scc.
2001-07-25 03:20:12 +00:00
beard%netscape.com
ea8299e3ca
fix Mac OS X case sensitivity build bustage.
2001-07-25 03:17:15 +00:00
morse%netscape.com
5ce92a42d8
bug 91881, fix js errors, r=vishy, sr=blake
2001-07-25 03:09:34 +00:00
sdagley%netscape.com
77bb0393b7
Moving part of fix for #81659 from 0.9.2 branch. Now recognize non-bundle OS X plugins of type 'IEPL' (e.g. Apple's iTools plugin). Also moved test for OS X plugin types inside an #if TARGET_CARBON.
2001-07-25 02:45:10 +00:00
brendan%mozilla.org
52f4ef75ac
Fix 3-way deadlock by never nesting rt->gcLock inside rt->setSlotLock (90994, sr=shaver&jband).
2001-07-25 02:43:40 +00:00
mstoltz%netscape.com
3fdcdf0af1
Checking in bug 79898 for jesse@netscape.com
...
r=pink, akkana, sr=blake
2001-07-25 02:37:11 +00:00
cls%seawood.org
070fd172bf
Add plugin to REQUIRES.
2001-07-25 02:36:58 +00:00
cls%seawood.org
61ff225552
Add nkcache to REQUIRES
2001-07-25 02:35:46 +00:00
cls%seawood.org
ea067acf68
Adding startup splash screen support for BeOS.
...
Moving BApplication creation from libwidget_beos.so to main Mozilla app.
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65425 r=Makoto Hamanaka <VYA04230@nifty.com>
2001-07-25 02:22:54 +00:00
dianesun%netscape.com
dffdf3d2e9
Fixes for bug 80797(Cleanup msgSynchronize.js) 82660(Tweak Select Folder). r=hwaara, sr=sspitzer
2001-07-25 01:43:46 +00:00
mkaply%us.ibm.com
0e800c4b56
#88679
...
r=r=roland.mainz@informatik.med.uni-giessen.de , sr=blizzard
Checkin code for timecop - drag and drop stuff on xlib
2001-07-25 01:18:34 +00:00
mkaply%us.ibm.com
f997efd4b9
#91851
...
r=r=roland.mainz@informatik.med.uni-giessen.de , sr=blizzard
Checkin code for Tomi.Leppikangas@oulu.fi - fixup event handling in xlib
2001-07-25 01:15:59 +00:00
mkaply%us.ibm.com
7b871d9f91
#89900
...
r=r=roland.mainz@informatik.med.uni-giessen.de , sr=blizzard
Checkin code for Tomi.Leppikangas@oulu.fi - fixup xlib nsAppShell::Run
2001-07-25 01:11:49 +00:00
katakai%japan.sun.com
a653f04fc1
bug 88444
...
asserts now coming from nsFontMetricsGTK.cpp
r=bstell sr=blizzard
2001-07-25 01:05:17 +00:00
cls%seawood.org
424f8e8b37
Update inspector makefile list
2001-07-25 00:56:30 +00:00
ashuk%eng.sun.com
6aba9141e3
author=ashuk
...
Modifying Makefile.in and Makefile.win to create the
classes_spec/org/mozilla/webclient/stubs directory if
it does not exist. Initially this was an empty dir
checked into cvs, but it seems to be removed everytime
causing build failures. This checkin should fix the
problem.
Diffs are below:
----------------------DIFF-----------------
Index: Makefile.in
===================================================================
RCS file: /cvsroot/mozilla/java/webclient/import/Makefile.in,v
retrieving revision 1.3
diff -u -r1.3 Makefile.in
--- Makefile.in 2001/06/19 00:08:10 1.3
+++ Makefile.in 2001/07/25 00:49:46
@@ -40,7 +40,8 @@
cp $(DEPTH)/dist/idl/$(@F) .
mvjava2stubs: chPackageinStubs
- mv *.java ../classes_spec/org/mozilla/webclient/stubs
+ if test ! -d ../classes_spec/org/mozilla/webclient/stubs ; then mkdir ../classes_spec/org/mozilla/webclient/stubs ; else true ; fi ;
+ mv *.java ../classes_spec/org/mozilla/webclient/stubs/.
chPackageinStubs: idl2java
perl chPackage.pl unix nsIProfile.java "org.mozilla.webclient.stubs"
Index: Makefile.win
===================================================================
RCS file: /cvsroot/mozilla/java/webclient/import/Makefile.win,v
retrieving revision 1.2
diff -u -r1.2 Makefile.win
--- Makefile.win 2001/05/24 22:38:40 1.2
+++ Makefile.win 2001/07/25 00:49:46
@@ -40,6 +40,7 @@
copy $(DEPTH)\dist\idl\$(@F) .
mvjava2stubs:
+ -mkdir ..\classes_spec\org\mozilla\webclient\stubs
copy *.java ..\classes_spec\org\mozilla\webclient\stubs
2001-07-25 00:52:24 +00:00
darin%netscape.com
170ad5575f
Fixes bug 58037 "Accept-encoding: "identity" in not needed, "compress" should be depreciated"
...
patch=havill@redhat.com , r=bbaetz, sr=darin
2001-07-25 00:46:35 +00:00
gordon%netscape.com
82c4c53fbd
Fix for bug 86474 and bug 79983. Truncate files used by nsFileTransport
...
and eliminate trailing garbage from updated cache files. r=gagan, sr=darin
2001-07-25 00:40:42 +00:00
bryner%netscape.com
014323bd96
Checking in for jag. Bug 86734 - getting rid of NS_WITH_SERVICE. r=dbaron, rs=scc.
2001-07-25 00:37:28 +00:00
javi%netscape.com
dcef2e7a02
Fix for Bug 84824, checking in for Chris Seawood
...
Add .cvsignore file to PSM 2 directories.
2001-07-25 00:29:57 +00:00
bbaetz%cs.mcgill.ca
70f1b96cbd
Checking in for smeredith@netscape.com
...
Bugs 65583, 78119: implement SOCKS 4.
Bug 92002: SOCKS on the Mac broken.
Bug 48357: SOCKS intermittent 'connection refused' errors.
r=bbaetz, sr=darin
2001-07-25 00:28:28 +00:00
dbaron%fas.harvard.edu
2a55665b6a
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding nkcache to REQUIRES (since FTP now uses the cache, bug 84854).
2001-07-25 00:19:32 +00:00
javi%netscape.com
b637266291
Fix for Bug 85451, r=ddrinan, jag sr=blizzard
...
Don't use style="overflow:auto" on tree widgets. Re-write the data
display panel of the cert viewer to use textbox instead of tree.
2001-07-25 00:16:42 +00:00
kin%netscape.com
ef2a32649c
Fix for bug #91310 (Align Right splits table) and
...
bug #91288 (Aligning blank table cell in show all tags mode splits table)
Modified WillAlign to prevent unnecessary splitting:
- Don't execute emptyDiv special case code when start container of the
selection is a table cell element, but not a table cell or caption.
- Prevent processing of whitespace between list/table structure nodes.
- Prevent splitting when processing sub lists.
r=brade@netscape.com sr=attinasi@netscape.com
2001-07-25 00:10:34 +00:00
leaf%mozilla.org
4003dc80fb
r=mcafee, sr=cls. turning tests on to get TestGtkEmbed into the nightly
...
distributions. bug 91013
2001-07-25 00:08:28 +00:00
javi%netscape.com
4a6fec4d30
Fix for Bug 77010, Checking in for Kakan Waara
...
r=rangansen, sr=hewitt
Remove Close button from Cert Viewer.
2001-07-24 23:55:27 +00:00
larryh%netscape.com
774eed2082
fix broken sed command
2001-07-24 23:50:38 +00:00
akkana%netscape.com
60ca326658
Remove some more no-op debug code. sr=kin
2001-07-24 23:45:32 +00:00
leaf%mozilla.org
0b806dc4cd
Automated update
2001-07-24 23:44:09 +00:00
ssu%netscape.com
e75e36e43d
fixing bug 80238 - title should be Mozilla Setup - (5.0.trunk.20010509) and not Mozilla 5.0.trunk.20010509 Setup. Checking Gemal's patch. mo=ssu, rs=mscott
2001-07-24 23:41:46 +00:00
cls%seawood.org
9c1158aabb
Set user-writeable bit when using IFLAGS[12] so that building using NSDISTMODE=copy works
2001-07-24 23:41:43 +00:00
akkana%netscape.com
659cfe92fa
Remove debug code which should not have been there and were causing asserts. sr=kin
2001-07-24 23:39:17 +00:00
hwaara%chello.se
7348fb87b4
#44800 , fixed our current window handling code for the search window and filterlist dialog to use nsIWindowMediator to fix the problem where choosing "Search Messages" or "Message Filters" twice made the popupmenus go blank.
...
r=bhuvan, sr=sspitzer
2001-07-24 23:32:00 +00:00
blizzard%redhat.com
7e5d62053b
Add basic infastructure for gtk2 work. Bug #92034 . r=cls
2001-07-24 23:30:00 +00:00
ssu%netscape.com
7986141485
fixing bug 2808 - Allow MS Windows Shell to recognize N6Mail in Start Menu. r=syd, sr=mscott
2001-07-24 23:15:58 +00:00
morse%netscape.com
b7838db04b
bug 92081, fix js error, r=vishy, sr=blake
2001-07-24 23:14:26 +00:00
mkaply%us.ibm.com
cf00d3069f
#47712
...
r=peterl, sr=mscott
Check the plugin database to see if it can map extension to mimetype before failing.
2001-07-24 23:12:29 +00:00
morse%netscape.com
bde911aa18
bug 90129, uncaught js exception, r=vishy, sr=blake
2001-07-24 23:08:30 +00:00
cmanske%netscape.com
5000be36e1
Fix editable menulist behavior in Form Manager dialogs, b=82655, r=morse, sr=hewitt
2001-07-24 23:00:29 +00:00
bryner%netscape.com
fa091f1301
Bug 81280 - correctly handle user-typed ".." in linux filepicker. r=jag, sr=blizzard.
2001-07-24 22:57:52 +00:00
dougt%netscape.com
0714ae9359
Fixes:
...
91019 "BSD Type: L8" alert msg when clicking download link
59039 FTP should proxy back nsIPrompt like HTTP
84525 Not handling 421 error on connect
86369 ftp hangs in CWD
84854 ftp pages are not cached so going backforth is slow
77032 Logging should not log users password!
88482 nsFTPChannel::IsPending() needs to be implemented
Biggest change adds ftp cacheing. r=bbaetz@netscape.com , sr=darin@netscape.com
2001-07-24 22:51:06 +00:00
mkaply%us.ibm.com
336ee9504c
No bug
...
r=mkaply, a=blizzard
Code from dainis jonitis - general image cleanup
2001-07-24 22:50:49 +00:00
shanjian%netscape.com
f44e81b6c1
#41461
...
This checkin correct a minor leftout in previous checkin.
r=rbs@math.uq.edu.au sr=attinasi
2001-07-24 22:48:54 +00:00