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

801 Коммитов

Автор SHA1 Сообщение Дата
dprice%netscape.com 5184a7104b # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
morse%netscape.com fccc242547 bug 69667, wallet and cookie ui missing, r=tao@netscape.com, sr=scc@netscape.com 2001-02-23 05:33:33 +00:00
disttsc%bart.nl 744785129a 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
morse%netscape.com a81dd83f53 bug 69667, repackage wallet/cookie overlays, r=dougt@netacape.com, sr=waterson@netscape.com 2001-02-22 07:40:56 +00:00
dougt%netscape.com eab041f43f 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
morse%netscape.com d00e12ef0e bug 31967, wallet overlays, r=alecf@netscape.com, sr=ben@netscape.com 2001-02-21 05:28:18 +00:00
morse%netscape.com f6734a0cb0 new file, not yet part of build 2001-02-21 05:04:31 +00:00
morse%netscape.com cfce0ed752 *** empty log message *** 2001-02-21 01:40:07 +00:00
dbaron%fas.harvard.edu b4ed0cbf53 Fix leaks in single signon and clean up some build warnings, etc. r=morse@netscape.com sr=brendan@mozilla.org b=67119 2001-02-18 16:40:04 +00:00
dprice%netscape.com fc5a7ddbf1 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
disttsc%bart.nl 76fbedadc5 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
dougt%netscape.com 69415757ab 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
dbaron%fas.harvard.edu 7a97a55d82 Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
dbaron%fas.harvard.edu 20b685bf78 Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023 2001-01-27 16:58:15 +00:00
morse%netscape.com 67f05b57e3 bug 64588, remove javascript warning, r=gemal@gemal.dk, sr=brendan@mozilla.org 2001-01-27 00:09:41 +00:00
jgmyers%netscape.com a3069c60dd fix ref to FALSE: bug 35559 r=bryner sr deputized by brendan 2001-01-26 01:56:33 +00:00
morse%netscape.com 552c1ec950 bug 65636, removing users is checkbox is unchecked, submitter=mozilla@maxuk.net, r=morse@netscape.com, sr=brendan@mozilla.org 2001-01-25 19:46:19 +00:00
ccarlen%netscape.com 15d1e2d1fb Part of bug 35559 - dynamic profile switching. r=morse, sr=alecf 2001-01-24 15:51:00 +00:00
mkaply%us.ibm.com b354238762 #65732
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
morse%netscape.com b52ce73733 bug 40122, save-these-values should be prechecked..., r=pnunn@netscape.com, sr=brendan@mozilla.org 2001-01-16 22:05:36 +00:00
morse%netscape.com 3550c32bd1 bug 63493, VCARD_NAME attribute doesn't work, r=matt@netscape.com, sr=hyatt@netscape.com 2001-01-16 22:02:58 +00:00
dbaron%fas.harvard.edu 4a2c951744 Add file for morse with correct case: bug 52523, sorting for cookie-manager and password-manager, r=saari@netscape.com, sr=brendan@netscape.com 2001-01-13 18:49:35 +00:00
morse%netscape.com 6054084565 bug 52523, sorting for cookie-manager and password-manager, r=saari@netscape.com, sr=brendan@netscape.com 2001-01-13 17:39:40 +00:00
mkaply%us.ibm.com a27edcdce5 #65078
r=morse, sr/a=brendan
Don't hardcode fonts in HTML files - bad for L10N
2001-01-12 00:58:50 +00:00
morse%netscape.com f7b5333d66 bug 64553, javascript error, submitted by gemal@gemal.dk, r=morse@netscape.com, sr=brendan@mozilla.org 2001-01-11 20:14:59 +00:00
blakeross%telocity.com 780f516d61 Fix 64587: JS strict warnings in signonviewer.js. patch by morse. r=pchen sr=brendan 2001-01-08 21:17:36 +00:00
blakeross%telocity.com c55e39e6e6 Fix 64588: JS strict warnings in CookieViewer.js. patch by gemal. r=morse sr=brendan 2001-01-07 22:43:34 +00:00
bryner%uiuc.edu 433f20e3da 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
morse%netscape.com cea4dcbcab patch 64211 con't: Form-manager fillin does not work for files on local disk, r=evaughan@netscape.com, sr=brendan@mozilla.org 2001-01-05 07:34:40 +00:00
morse%netscape.com 9c82bc3da7 bug 64221, Form-manager fillin does not work for files on local diskk, r=evaughan@netscape.com, sr=ben@netscape.com 2001-01-05 03:48:57 +00:00
morse%netscape.com e3aa45b7c8 bug 63390, form manager title bar not localizable, submitter=walk84@usa.net, r=hidday@geocities.com/morse@netscape.com, sr=alecf@netscape.com 2000-12-20 21:49:53 +00:00
blakeross%telocity.com 46c17a3bb3 Fix 30878: right clicking on buttons should not trigger button action, and pressing spacebar needs to trigger all buttons. more to come. r=morse sr=alecf 2000-12-20 01:58:56 +00:00
morse%netscape.com 8f02cbeffa bug 48923 prefill form data should be disabled if nothing to prefill, r=law@netscape.com sr=alecf@netscape.com 2000-12-19 15:59:48 +00:00
morse%netscape.com 90747a44a3 bug 62808, form manager dialog does not resize properly, r=blakeross@telocity.com sr=alecf@netscape.com 2000-12-18 22:57:38 +00:00
morse%netscape.com 6fe2c8072f bug 62057, cookie viewer breaks if too many entries, r=pnunn, sr=alecf 2000-12-14 19:27:16 +00:00
morse%netscape.com 24abae959b bug 62057, cookie viewer breaks if too many entries, r=pnunn, sr=alecf 2000-12-14 19:25:54 +00:00
morse%netscape.com a84b077385 bug 51144, make cookie viewer/password viewers resizable, r=blakeross@telocity.com, sr=alecf 2000-12-14 19:16:31 +00:00
morse%netscape.com 054dd0f94b bug 60896, garbage title on bookmark dialog, r=neeti@netscape.com, sr=brendan@mozilla.org 2000-12-14 19:09:25 +00:00
morse%netscape.com 610fdbba38 bug 51102, r=sgehani@netscape.com a=hangas@netscape.com 2000-12-13 02:17:01 +00:00
morse%netscape.com ade00a2102 bug 62419 -- wallet previewer busted, r=dbragg@netscape.com, a=hangas@netscape.com 2000-12-13 01:59:54 +00:00
nhotta%netscape.com 664c89e95c Replaced isalpha() and isdigit() by nsCRT equivalents which take unicode instead of char, bug 62407, r=morse, sr=alecf. 2000-12-12 22:20:50 +00:00
morse%netscape.com ca920b60e1 bug 62427: improve wallet's rules for detecting certain schema, r=dveditz@netscape.com, sr=brendan@mozilla.org 2000-12-12 15:07:23 +00:00
morse%netscape.com e896e26b68 bug 58875, capture info in <select> tags, r=ssu, sr=alecf 2000-12-12 02:18:41 +00:00
morse%netscape.com 78551189fb new file, not part of build 2000-12-11 22:23:09 +00:00
blakeross%telocity.com 318b2d321b Fix 62509: missing tab in the password manager. (patch by morse, I broke it in an earlier checkin). r=me sr=alecf 2000-12-11 21:49:37 +00:00
morse%netscape.com 81cd5686ce new file, not part of build 2000-12-10 17:02:11 +00:00
morse%netscape.com a4f6feb0db bug 61390, no dialog asking if you want to save form data, r=dveditz, sr=alecf 2000-12-05 22:07:11 +00:00
morse%netscape.com b7ea908387 bug 60210, two tabs selected simultaneously, r=dbragg@netscape.com, sr=ben@netscape.com 2000-11-29 21:43:09 +00:00
morse%netscape.com 7757390faa bug 56644, wallet cleanup, r=dveditz@netscape.com, sr=alecf@netscape.com 2000-11-29 21:05:33 +00:00
morse%netscape.com cc67522a7a bug 61275, email address interpreted as street address, r=dveditz@netscape.com, sr=brendan@mozilla.org 2000-11-29 05:47:38 +00:00