Commit Graph

85836 Commits

Author SHA1 Message Date
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
mkaply%us.ibm.com
b8bb1024c3 No bug
r=mkaply, a=blizzard
OS/2 only - Basic UTF-8 support - requires font Times New Roman MT 30
2001-07-24 22:48:31 +00:00
mkaply%us.ibm.com
9b9da06ab9 No bug
r=mkaply, a=blizzard
OS/2 only - Change unicode converters to use a linked list so they can convert any codepage
2001-07-24 22:47:29 +00:00
av%netscape.com
2687f126fc Fix for bug 90152 -- corrected logic for displaying an alt content of the object tag, r=peterl, sr=watercon 2001-07-24 22:45:14 +00:00
mkaply%us.ibm.com
ddb6276e46 #91790
s[r]=mscott
Avoid malloc of 0 - if there are no items to sort, don't try to sort them.
2001-07-24 22:43:01 +00:00
radha%netscape.com
5489eac1e8 Partial fix to bug # 40867. Exposes interfaces implemented by nsGlobalwindow to JS. r=rpotts sr=jst, vidur 2001-07-24 22:39:11 +00:00
yokoyama%netscape.com
c2276106a5 Bug 60178
Before calling browserChrome->SetStatus()
if mailtourl then UnEscape from utf-8.
if not,then UnEscape from doc charset
/r=ftang, /sr=blizzard
2001-07-24 22:37:40 +00:00
nhotta%netscape.com
2889456445 Added ASCII check to the US-ASCII optimization code in order to avoid generating illegal UTF-8,
bug 82591, r=ducarroz, sr=sspitzer.
2001-07-24 22:35:55 +00:00
bienvenu%netscape.com
775cb01c2d potential fix for 40701 rs=mscott problem with handling unsolicited imap flag responses 2001-07-24 22:19:15 +00:00
shanjian%netscape.com
0f3690298d #41461 Japanese is not wrapped in correct position compared with ascii.
r/sr = attinasi
We should use document langGroup to load font and check width. Locale langGroup will not work well.
2001-07-24 21:45:45 +00:00
av%netscape.com
619b7035bf Fixing 72052 -- GDI resource leak in the default plugin, r=peterl, sr=waterson 2001-07-24 21:37:59 +00:00
waterson%netscape.com
17b1956b74 Bug 90972. Add missing |scriptable| attributes. 2001-07-24 21:09:09 +00:00
av%netscape.com
2b834c033b Fixing 91140 -- postponing NPP_DestroyStream call till the plugin instance is destroyed, sr=jst, r=peterl 2001-07-24 20:48:36 +00:00
pinkerton%netscape.com
ea39e68ccc clean up error cases with assertions, fix a buffer leak. use the appropriate clipboard api under carbon so we don't cause a conversion from text->unicode when simply checking if a flavor is present. r=pchen/sr=hyatt. bug#84143. 2001-07-24 20:47:11 +00:00