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

81 Коммитов

Автор SHA1 Сообщение Дата
disttsc%bart.nl a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
dougt%netscape.com 128f95aa9b Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
dprice%netscape.com 997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
disttsc%bart.nl 3d2d80d536 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
dougt%netscape.com 1b9ca82439 Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
dougt%netscape.com 5235e3266f backing my ass out. These changes were meant for my branch, not the trunk. sr-leaf 2001-01-25 22:07:38 +00:00
dougt%netscape.com d82f5acc6e updating to new necko interfaces 2001-01-25 21:44:59 +00:00
chuang%netscape.com e4de95ccf4 Bug42038 UI: AB - "Card for" dialog wording. "Prefers to receive rich text (HTML) mail", r=sspitzer, sr=mscott 2001-01-25 20:19:38 +00:00
mkaply%us.ibm.com 0cddd31ff7 #65732
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
bryner%uiuc.edu f579bca00b Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build. 2001-01-05 23:51:45 +00:00
bryner%uiuc.edu cc136ead8f Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
sspitzer%netscape.com 4fa551beb6 fix for #61845. remove all NS_DEFINE_IID and replaces the consts with NS_GET_IID macros.
thanks to rods@netscape.com for the patch.  also, some other NS_DEFINE_IID/CID cleanup.
sr=bienvenu.
2000-12-05 04:30:55 +00:00
cls%seawood.org 434edd6f33 Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454 2000-11-21 00:18:46 +00:00
cls%seawood.org 66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
warren%netscape.com cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
warren%netscape.com 181bb2dcb2 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
rhp%netscape.com 9cb4e39d6a Fix for Bug: 51104 - compiler warnings - r: rhp - mozilla contribution 2000-09-05 23:32:59 +00:00
vidur%netscape.com e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
rhp%netscape.com 6d16d989ee Fix for sync crash bug #: 2132 r: putterman 2000-08-30 18:51:56 +00:00
rhp%netscape.com 462e5b388a Fix for client ID for sync - Bug #: 1586 - r: bienvenu 2000-08-30 02:41:22 +00:00
warren%netscape.com e05eef45e9 Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
ccarlen%netscape.com 19a9843607 Converted from using nsIFileLocator to using nsIDirectoryService r=alecf 2000-08-21 23:59:25 +00:00
scc%mozilla.org ad963283c3 fixing code that relied on implicit string construction 2000-08-20 06:59:07 +00:00
scc%mozilla.org 1f9ffa7dc9 fixing code that relied on implicit string construction 2000-08-20 06:17:15 +00:00
rhp%netscape.com d12fd633d0 Fix for adding display name automatically on ABSync operation - Bug #: 1942 - r: xxxxx 2000-08-14 00:45:51 +00:00
rhp%netscape.com f56a568609 Fixes for progress in absync - Bug #: 1787 - r: bienvenu 2000-08-03 23:40:51 +00:00
rhp%netscape.com 25e23f82f1 Fix for possible duplicate entry issues on sync failure - Bug # 1407 - r: bienvenu 2000-08-01 01:25:40 +00:00
rhp%netscape.com c3d80b4970 Fix for duplicating ABSync entries on sync operations - Bug #: 1680 - r: mozilla@bucksch.org 2000-07-29 05:04:43 +00:00
rhp%netscape.com 1466ebf34a Fix for conversion problems with my favorite fields - phone numbers - Bug #: 1193 - r: pmock 2000-07-28 01:56:14 +00:00
rhp%netscape.com ef6ecd7b5c Fix for parenting of prompts - Bug #: 44152 - r: bienvenu 2000-07-27 03:32:06 +00:00
rhp%netscape.com fc2caae9f6 Fix for data loss in AB Sync operation - Bug #: 1495 - r: bienvenu 2000-07-25 22:15:45 +00:00
rhp%netscape.com 43e41d5f6e Fix for data loss in AB Sync operation - Bug #: 1495 - r: bienvenu 2000-07-25 21:19:01 +00:00
rhp%netscape.com cd83e07c17 Fix for data loss in AB Sync operation - Bug #: 1495 - r: bienvenu 2000-07-25 20:57:40 +00:00
rhp%netscape.com 9dee7ea0b8 Fix to prevent too much information being displayed to hackers - Bug 1566 - r: ducarroz 2000-07-21 01:19:23 +00:00
rhp%netscape.com 553c952763 Fix to make absync more tolerant on migration - Bug #: 1425 - r: chuang 2000-07-18 22:23:18 +00:00
rhp%netscape.com 3baeb01b1b Fix for Bug 1193 - I18N problem with phone numbers - r: brade 2000-07-17 19:58:52 +00:00
rhp%netscape.com 997e631b7f Properties change for prompt language change - Bug #: 1429 - r: sol 2000-07-12 14:04:42 +00:00
rhp%netscape.com 3588f61c5b Fixing problem with dropping Nickname and display name in sync - Bug #: 1371 - r: jefft 2000-07-08 20:51:31 +00:00
ducarroz%netscape.com 6027404a66 Fix build bustage for rhp. Add msgUtils library to the Mac project (both target) 2000-06-27 00:12:48 +00:00
rhp%netscape.com cc38577efa Fix to use the server and port from AB Sync server - Bug # 43782 - r: jefft 2000-06-26 23:04:37 +00:00
rhp%netscape.com a5a3827ae9 Adding COOL Auth to ABSync - Bug #: 43022 - r: jefft 2000-06-22 04:21:43 +00:00
mkaply%us.ibm.com 863ee5ef19 # 37239
r = mscott, a = brendan
OS/2 bring-up - These files were never ported to use NSPR datatypes - add const to match prototype
2000-06-08 22:55:09 +00:00
mkaply%us.ibm.com 96135252a4 # 40177
r = leaf, a = brendan
OS/2 bringup - Adding proper SHORTNAME support and LIB_SUFFIX
2000-06-01 14:54:20 +00:00
rhp%netscape.com ad545fe55f Fix for failing silently if prefs arent set - Bug 39872 - r: sspitzer 2000-05-20 02:06:15 +00:00
sspitzer%netscape.com d682bbb07b whoops. sorry about that, chief. 2000-05-19 21:38:24 +00:00
sspitzer%netscape.com a1157fc1e9 ignore generated makefiles. 2000-05-19 21:12:38 +00:00
cls%seawood.org a8000b8bb5 Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency. 2000-05-17 06:45:45 +00:00
rhp%netscape.com ddc27ae041 Fix for better sync feedback - Bug: 33110 2000-05-17 05:18:38 +00:00