Граф коммитов

85875 Коммитов

Автор SHA1 Сообщение Дата
justdave%syndicomm.com 8ab662d553 re-fix bug 76154: permissions weren't being set correctly on the .htaccess files when checksetup.pl was run again. Also adding .htaccess to .cvsignore so it won't show up as ? in cvs diffs and updates.
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
2001-07-25 07:26:42 +00:00
cls%seawood.org 8d1819fa40 Use %var% instead of @var@ as placeholders for the static build dynamic module lists. This prevents acoutput-fast.pl from complaining about unknown variables. 2001-07-25 07:01:05 +00:00
timeless%mac.com 5b2daf0e78 Bugzilla Bug 46596 Address Book should not be in tasks menu/component bar if not installed
patch by neil@parkwaycc.co.uk r=hwaara r=bhuvan sr=blake
2001-07-25 07:00:22 +00:00
blakeross%telocity.com fd0802a95e Classic smiley menu dropdown icon is disgusting (90849). r=asa sr=hewitt 2001-07-25 06:57:28 +00:00
blakeross%telocity.com b152f080d7 Trunk/M092 topcrash @ nsMenuFrame::ActivateMenu, and a slew of dnd fixes (90151). r=dean sr=ben 2001-07-25 06:51:49 +00:00
timeless%mac.com f3501aac06 Bugzilla Bug 15096 UI: 3-Pane, Visual, General Menu Problems
r=kerz sr=hewitt
changes needed because of Bugzilla Bug 41572 Prefer matched case for Access keys
2001-07-25 06:36:58 +00:00
sspitzer%netscape.com 32020e6bd4 fix for #92194. don't open the message in the stand alone message window
if the user double clicks on the thread twisty.  r/sr=bienvenu
2001-07-25 06:34:59 +00:00
hyatt%netscape.com 84f1ff48ed Fix for 90081, r=dbaron, sr=attinasi 2001-07-25 06:33:06 +00:00
blakeross%telocity.com a873ee6507 rv should be rv2 (91056). r/sr=dougt 2001-07-25 06:28:31 +00:00
blakeross%telocity.com e00176a778 The menu for the turbo systray icon doesn't work on win9x/me (90524). r=ftang sr=ben 2001-07-25 06:22:53 +00:00
cls%seawood.org cfc838824b Rename smime stub library to smimestb to remove conflict with NSS smime3 lib in static builds.
Bug #86254
2001-07-25 06:18:49 +00:00
blakeross%telocity.com 90345ad705 History date/time of new pages is the date/time of the first url added in the session (91717). This will likely also help page loading time and hierarchical history folder opening (as well as item deletion). Would you believe we've been firing a timer every three seconds that flushes and recommits all of the user's global history (when all we meant to do was set a boolean to PR_TRUE) because of a copy and paste error Alec made in march? :-) r=jag sr=ben 2001-07-25 06:18:06 +00:00
blakeross%telocity.com 27763b6faf Radio focus handling not quite correct (91880). Patch by Neil <neil@parkwaycc.co.uk>. r=hwaara sr=blake 2001-07-25 06:14:25 +00:00
blakeross%telocity.com 4c4468f452 Rename profile creates new name but doesn't display it (73031). r=jesse sr=ben 2001-07-25 06:06:40 +00:00
jst%netscape.com ec7cf9b88e Fixing bugzilla bug 91368 and doing some additional code cleanup. r=ftang@netscape.com, sr=blizzard@netscape.com 2001-07-25 05:26:37 +00:00
dbaron%fas.harvard.edu ff52e9e58d Use nsAutoVoidArray for stack-based nsLineLayout to reduce allocations. r=jag sr=waterson b=90727 2001-07-25 05:20:09 +00:00
dbaron%fas.harvard.edu b4ea38686f Remove |#ifdef|s around |#include|s since they're a recipe for build bustage (see the portability guidelines). b=91237 r=jag sr=waterson 2001-07-25 05:16:32 +00:00
dbaron%fas.harvard.edu e80523e577 Fix imagemap COORDS parsing function to handle whitespace correctly, which coincidentally fixes a crash that I don't understand. b=91432 r=jag sr=waterson 2001-07-25 05:14:18 +00:00
sspitzer%netscape.com a1b2b6a787 fix for #89052. certain imap searches were failing (and popup up alerts)
because we were forming bad search queries.  r=naving, sr=bienvenu
2001-07-25 05:09:51 +00:00
stephend%netscape.com 719f9fd116 91755. Search Messages' window title had an extra period. r=jglick@netscape.com/mpt@mozilla.org.uk, sr=hewitt@netscape.com 2001-07-25 05:00:39 +00:00
axel%pike.org c09d0f2ff5 bug 90053, fix for default namespace handling in NameTest. checkin for sicking@bigfoot.com, r=me,peterv, sr=jst 2001-07-25 04:48:10 +00:00
mkaply%us.ibm.com bef87ebf22 OS/2 only - sync with windows 2001-07-25 04:47:33 +00:00
dbaron%fas.harvard.edu 5948e0ab2d Split nsIContentViewer::destroy into close and destroy so we can trigger teardown both at the beginning and at the end of paint suppression. Move the PresShell's teardown from its destructor into EndObservingDocument so it happens at the end of paint suppression. b=80203,89626 r=hyatt sr=waterson 2001-07-25 04:30:59 +00:00
mkaply%us.ibm.com 16338f7355 No bug
OS/2 only - we are using en-win.jar - remove files that overlap - leave directory in case we do an en-os2.jar someday
2001-07-25 04:26:49 +00:00
naving%netscape.com 472546ee63 41720 r=bivenvenu sr=sspitzer. Make the filters work on rename and warn and
disable the filter on delete of a folder. Also added msgWindow to some
pop mail retrieval and filter routines.
2001-07-25 04:21:01 +00:00
dmose%netscape.com 31d4fa1710 Change LDAP autocomplete default minStringLength to only autocomplete against strings >= 2 chars long to avoid a possible hang on NT as well as unindexed searches (bug 84566; r=leif@netscape.com, sr=darin@netscape.com) and default searchFilterTemplate to catch people whose cn contains their middle name or initial (bug 90535; r=leif@netscape.com, rs=darin@netscape.com). This second patch also fixes a bug where filter templates sometimes ignored the last token of the entered string 2001-07-25 04:15:30 +00:00
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