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

76412 Коммитов

Автор SHA1 Сообщение Дата
dbaron%fas.harvard.edu 14d8ef4382 Re-enable the autoconf test that fixes the nsCOMPtr operator== ambiguities on Linux and HP now that we know it works correctly on HP. b=65664 r=scc@mozilla.org sr=brendan@mozilla.org 2001-02-07 03:56:31 +00:00
racham%netscape.com 581be6b171 Fixing bug 67327. For any given server, login at startup only if the user chooses to do so via log onto this account at startup pref. r=gayatrib, sr=sspitzer 2001-02-07 03:55:46 +00:00
disttsc%bart.nl f55c261441 Hide menuseparator on Mac. bug=10893, r=blake, sr=sspitzer 2001-02-07 03:55:04 +00:00
mkaply%us.ibm.com 14bcc983a5 r=mkaply, a=blizzard
Code from jkobal to optimize tiling
2001-02-07 03:44:21 +00:00
mkaply%us.ibm.com 8effc2e924 Printing regression 2001-02-07 03:40:34 +00:00
blakeross%telocity.com 728dc99869 Directory listings have wrong context menu (for bbaetz, 67013). r=blake a=ben 2001-02-07 03:38:01 +00:00
dmose%mozilla.org bfbcc8c3a0 backing out inadvertant checkin; not in default build 2001-02-07 03:32:44 +00:00
dmose%mozilla.org c88e2cab67 backing out inadvertant checkin; not in default build 2001-02-07 03:24:13 +00:00
dmose%mozilla.org 8c4a4fa262 fix bug 67357. link-time bustage in ldap module caused by earlier nsIURI::SchemeIs change. not in default build. r=gagan@netscape.com, sr=scc@mozilla.org 2001-02-07 03:20:33 +00:00
danm%netscape.com 2175251a5b now building embedding components 2001-02-07 03:09:15 +00:00
dbaron%fas.harvard.edu 5fd573e592 Fix build bustage by removing extra right paren. 2001-02-07 03:04:46 +00:00
blakeross%telocity.com 14f1502c42 JS strict warnings in wizardHandlerSet.js (65937). r=blake a=ben 2001-02-07 02:53:49 +00:00
anthonyd%netscape.com e177704f0e landing jfrancis fix for 67109 - Drag and drop to and from textfields is broken
sr=kin
r=anthonyd
2001-02-07 02:50:05 +00:00
blizzard%redhat.com b66f7a9e59 Fix bug #64027. Tooltips should work on the mozilla embedding widget. r=pavlov, sr=shaver 2001-02-07 02:47:34 +00:00
mscott%netscape.com 2019b92f07 Bug #67598 --> we no longer need to invoke the ucth dialog here.
sr=sspitzer
2001-02-07 02:44:09 +00:00
mscott%netscape.com 4db17fe50b Bug #67598 --> remove CanHandleContent and DoContent
as this code has been reconsolidated in the base class for
all to use. For everyone, if the mime type is unknown or octet,
then try to guess a content type by file extension in doContent.
Also, if we can't find a mime type, create a new one for all platforms
so we don't need to bring up the ucth dialog.

sr=sspitzer
2001-02-07 02:43:18 +00:00
hewitt%netscape.com b5c3cb5a8a reverting accidentally clobbered changes, r=blake, sr=ben 2001-02-07 02:33:58 +00:00
scc%mozilla.org c2d01efadc bug #57087: r=dmose, sr=waterson. Allow for multi-line literals. 2001-02-07 02:32:49 +00:00
hewitt%netscape.com a766820819 67633 - sidebar tab color correctness, r=blake, sr=ben 2001-02-07 02:32:01 +00:00
ssu%netscape.com d10bc433e8 fixing bug 64727 - Uninstaller for mozilla file associations need to be restored.
sr=mscott, r=dveditz
affects only windows platforms.
2001-02-07 02:21:13 +00:00
dprice%netscape.com 3a862ed28d 65845: sr=leaf r=waterson.
don't do coverage analysis for the xpidl stuff.  Slows building horribly
2001-02-07 02:21:03 +00:00
dprice%netscape.com ecfc89cf82 65845: sr=leaf r=waterson
adding code coverage into the make system.  generates order files to rearrange
the functions in the dll.  reduces the resident set size of the app while running.
2001-02-07 02:19:29 +00:00
gagan%netscape.com 8eba084e89 Adding ldap optimization cuz dmose wants it real bad. r=dmose 2001-02-07 02:14:52 +00:00
nelsonb%netscape.com 720374d8c3 When half-duplex applications (e.g. one thread per socket, doing alternate
reading and writing) call PR_Send and PR_Recv with a non-infinite timeout
value, use that value for both underlying read and write operations.
Fixes bug 67402.  Reviewed by Wan-Teh.
2001-02-07 02:06:05 +00:00
mscott%netscape.com 368ec71975 bug #63193 --> add nsExternalProtocolHandler to the unix build 2001-02-07 02:03:55 +00:00
mscott%netscape.com 8037bcf476 Bug #63193 --> add classid for external protocol handler
sr=rpotts
2001-02-07 02:00:09 +00:00
mscott%netscape.com f0f94c5b25 add new extprotocolhandler file to the windows build 2001-02-07 01:58:58 +00:00
nelsonb%netscape.com e9439fc5c2 Big changes to get better SSL performance out of selfserv.
Launch all connection handler threads at program startup, and reuse those
threads for new connections, rather than creating new threads for each
connection and having them terminate at the end of each connection.
The main thread is now the acceptor thread.  It creates a queue of
accepted but unprocessed connections.  NSPR Condition variables are used
to schedule the connection handler threads.
Only one GET /stop message is now required to terminate selfserv.
Note, the -2 (full duplex) option is temporarily disabled until I get it
to work with this new thread model.
Add new -D command line option to suppress TCP Nagle delays.
Used to verify the fix to bug 67898.
2001-02-07 01:56:30 +00:00
nelsonb%netscape.com c216172478 Add new -D command line option to suppress TCP Nagle delays.
This is used to verify the fix for bug 67898.
2001-02-07 01:50:46 +00:00
ccarlen%netscape.com 92f2718435 Bug 46869 - Embedding apps need text finding functionaity. Adding new files - will add to build next. r=kin,sr=vidur, sr=alecf 2001-02-07 01:48:24 +00:00
danm%netscape.com 2ea78653a5 adding chromeless browser dialog definition r=scc,valeski 2001-02-07 01:46:13 +00:00
shaver%mozilla.org 3ba4fe9def fix plugger crash by coping with trailing MIME-list separator (#60844, r=av, sr=blizzard) 2001-02-07 01:38:52 +00:00
danm%netscape.com 8ed018fdb8 oops. correcting contract id. 2001-02-07 01:35:06 +00:00
nhotta%netscape.com c6534c8d49 Check in for yokoyama, fix for 65685; /r=valeski, /sr=ftang. 2001-02-07 01:26:57 +00:00
yokoyama%netscape.com 9111062ed5 checkin for bstell: backout previous change until we can resolve the name-case issue 2001-02-07 01:26:05 +00:00
ftang%netscape.com fdb629cf8b fix os2 and beos bustage. bug 67840 2001-02-07 01:25:53 +00:00
thayes%netscape.com 9538b977ec Create PKI module for implementation of callback
functions for user interaction.
2001-02-07 01:25:16 +00:00
mscott%netscape.com 7acbc39ac7 Bug #63193 --> add these two new files for a default protocol handler which will kick urls out to the OS
sr=rpotts
2001-02-07 01:21:58 +00:00
yokoyama%netscape.com 835fe9ea71 Fix for 65685; /r=valeski, /sr=ftang 2001-02-07 01:21:55 +00:00
mcafee%netscape.com 3f816e1a6c Removing unused entities that now live in taskbar.rdf. r=pavlov, sr=ben 2001-02-07 01:17:51 +00:00
timeless%mac.com fe6432f68e fix bug 67746 Change casing of "Settings" to "settings" in msgAccountCentral.dtd
patch by stephend@netscape.com r=racham, sr=mscott
2001-02-07 01:15:10 +00:00
gagan%netscape.com 2b824333fe A left over change for the optimization in bug 66577. r=mstoltz, sr=shaver, brendan. 2001-02-07 01:14:37 +00:00
peterlubczynski%netscape.com df534c7680 Allow for a common directory among installs for scanning for plugins bugscape 3863 a=av sr=attinasi 2001-02-07 01:13:01 +00:00
gagan%netscape.com 97bcbf3a99 More of the scheme compare changes. This fixes the javascript: urls that I so shamelessly broke. The bug numbers are 66577 and 67347. r=mstoltz sr=brendan,shaver. 2001-02-07 01:12:19 +00:00
yokoyama%netscape.com b37e556c5e check-in for bstell : add converter for X display of big5 fonts (which have no ascii glyphs)
bug 60826, r=ftang, sr=erik
2001-02-07 01:11:44 +00:00
timeless%mac.com 97174b18df fix bug 60662 javascript strict warnings in overrideHandler.js
patch by maolson@earthlink.net r=jag sr=alecf
2001-02-07 01:10:47 +00:00
morse%netscape.com d64aab192c bug 67644, cookies added in wrong order, r=freax@pandora.be, sr=alecf@netscape.com 2001-02-07 01:10:41 +00:00
blakeross%telocity.com 51536b1dd1 Messages are downloaded and deleted if user doesn't have write permissions for inbox (by Keyser Sosez, 62480). r=doron sr=mscott 2001-02-07 01:05:51 +00:00
nhotta%netscape.com 1c5e4dc377 Check in for bstell, added a file nsunicodetogbknoascii.cpp to project, bug 60826, r=ftang, sr=erik. 2001-02-07 01:05:34 +00:00
yokoyama%netscape.com de46d5a2d4 check-in for bstell : add CID GBK no ascii converter
Bug no: 60826
2001-02-07 01:03:43 +00:00