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

31 Коммитов

Автор SHA1 Сообщение Дата
jaggernaut%netscape.com 3098b78e27 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +00:00
timeless%mac.com d85f0a7154 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
jst%netscape.com 621060c4fd Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
darin%netscape.com 41efbc6217 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
leaf%mozilla.org f37bae8ddd backing out inadvertent checkin 2001-04-05 20:30:01 +00:00
blakeross%telocity.com 6573419a09 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
blakeross%telocity.com eaa6754a0a Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net cf7a9d0f56 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +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
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
mj%digicool.com f9db5caf11 Fixing XML-RPC client bustage, r=jag, a=waterson
- Fix RayW's changes to actually work
- Fix bug #48564
2000-09-15 09:15:31 +00:00
rayw%netscape.com d39d9e6d59 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00
rayw%netscape.com 6cc70ebd6c 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
rayw%netscape.com d8d52c08c6 Changed case of nsIFactory.idl methods to start with lower case to be like other
interfaces.  Since the C++ generated code upper-cases the method names, this
affects no C++ code, but only a few javascript methods.

Bug 46771.

r=waterson.

I am in today and tomorrow.
2000-08-10 20:12:08 +00:00
mj%digicool.com 082c63933a mozilla.xml-rpc.fault.1 now implements QueryInterface, r=mang 2000-07-27 14:52:47 +00:00
mj%digicool.com 134b7702a8 Adjust for nsIHTTPChannel API change, and fix small bug in entity handling; &gt;
means '>' =/
2000-07-17 11:36:12 +00:00
mj%digicool.com cbfbd753fe Remove quotes around inline function code that was once a local Function object. Oops. Thanks to McCabe for finding this. a=brendan 2000-05-25 20:10:47 +00:00
mj%digicool.com 084925db5b Fix missing var's and fix bug in internal state management. 2000-05-09 11:33:41 +00:00
mj%digicool.com a50e6da4c1 Fix for strange bug where status.toString() is '0', but status != Components.results.NS_OK. 2000-05-08 15:21:25 +00:00
mj%digicool.com c9ad56ebfb Duh. Pay attention MJ. Fault is already thrown. 2000-05-08 14:17:02 +00:00
mj%digicool.com fd4c2c4485 Fix potential bug in nsXmlRpcClient::call, if an exception takes
place in parsing the response.
2000-05-08 14:00:12 +00:00
mj%digicool.com 1878eb2a45 Small bugfix and optimalisations courtsey of Brendan Eich. 2000-05-08 10:38:26 +00:00
erik%netscape.com 48ff03d231 local .cvsignore file 2000-05-07 17:19:20 +00:00
mj%digicool.com 302aaf1101 Fixed a typo in the instructions. 2000-05-06 04:40:57 +00:00
sfraser%netscape.com 565474e886 File Removed. 2000-05-05 21:18:14 +00:00
sfraser%netscape.com f54b152cbc First Checked In. 2000-05-05 21:18:13 +00:00
mj%digicool.com 7e9726f72e Manual testfile for XML-RPC, not part of build. See README for usage. 2000-05-05 20:49:07 +00:00
mj%digicool.com 5a18660baa Bother. Camelot didn't eat it. I need a Mac buddy! =( 2000-05-05 14:53:41 +00:00
mj%digicool.com 8e37754570 Template .mcp file. Camelot, here I come! (Oh, _NOT PART OF THE BUILD NOR OF ANY MAC BUILD PATH_) 2000-05-05 14:50:35 +00:00
mj%digicool.com 6739b1e075 New XML-RPC Client component.
_NOT PART OF THE BUILD_
2000-05-05 06:06:34 +00:00