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

1838 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com 2cd62f503b Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +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 6932f72e3f fix bustage 2001-02-21 08:04:20 +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 b9a490ef78 new file, not yet part of build 2001-02-21 05:14:11 +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
oeschger%netscape.com f7ffc2226e just renaming the HTML files checked in last night (sr=alecf, r=leaf, b=67376), extra r=bz on renaming files in cvs 2001-02-20 15:01:31 +00:00
markh%activestate.com 6f8ed4f530 Final tweak for Windows - now that jband's xpcom changes are in it builds fine. 2001-02-20 11:42:53 +00:00
hewitt%netscape.com 562df912f8 Enables deletion of nodes in tree, inspecting of <browser> and <iframe> documents. (Not Part of Build) (No small animals were injured in the making of this checkin) 2001-02-20 06:34:18 +00:00
oeschger%netscape.com 8542e6f627 checking in inert help files for eventual building in mozilla, r=leaf, sr=alecf 2001-02-20 02:03:24 +00:00
markh%activestate.com 8bb0a67d91 License info is now in each file (in the standard format) 2001-02-19 10:20:22 +00:00
markh%activestate.com 901b0cad22 Update the way the license is expressed and minor makefile mods.
Still not building pending a decision on bug 66610.
2001-02-19 08:31:46 +00:00
markh%activestate.com b61519dad9 First checkin of the Python XPCOM bindings. 2001-02-19 05:24:45 +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
rginda%netscape.com 45a1f60650 -- NOT PART OF THE BUILD --
clean out some bitrot in cview, add an install.js file.
xpi will be located at www.hacksrus.com/~ginda/cview shortly.
2001-02-17 05:55:01 +00:00
aaronl%chorus.net b35c1aeed1 Extension to add builtin accessibility. In the future it will support text-to-speech and braille displays for visually impaired users. See README, bug=65158, r=jst, sr=vidur. 2001-02-16 04:11:39 +00:00
aaronl%chorus.net 591f42ab3e Extension to add builtin accessibility. In the future it will support text-to-speech and braille displays for visually impaired users. See README, bug=65158, r=jst, sr=vidur. 2001-02-16 04:03:58 +00:00
hewitt%netscape.com 4cad25cc57 famous last words -> "NOT PART OF BUILD" 2001-02-15 21:38:57 +00:00
axel%pike.org b02ead1400 not part of build; fixing Makefile rules to have TABS, r=hewitt 2001-02-15 21:34:12 +00:00
axel%pike.org 3a88315909 and windows, too. Thought it grabbed it first time. fixing rep.; a=leaf 2001-02-15 21:13:04 +00:00
axel%pike.org abdc4e2edb yet another try to fix the rep.; not part of build, a=leaf 2001-02-15 21:12:08 +00:00
axel%pike.org 96bad5d2ba not part of build, improve XSLT performance, code by keith, r=me (peterv) 2001-02-15 09:21:03 +00:00
hewitt%netscape.com 73dcf74b5b (NOT PART OF BUILD) Document Inspector 2001-02-15 09:14:18 +00:00
hewitt%netscape.com 66cebb39d1 (NOT PART OF BUILD) Document Inspector 2001-02-15 09:07:37 +00:00
Peter.VanderBeken%pandora.be 66af5799da Not part of default build. Keep Transformiix compiling on Mac. 2001-02-14 15:59:53 +00:00
axel%pike.org b76ea48019 NOT PART OF BUILD, mozilla module should take stylesheet URL as base, too; r=peterv 2001-02-14 15:14:20 +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
dbaron%fas.harvard.edu 28bc6579ce Updating to new necko interfaces to fix build bustage. 2001-02-10 03:02:13 +00:00
bryner%uiuc.edu 690154cadd Removing #ifdef DEBUG_bryner code which I don't care about any more and which breaks with dougt's changes. a=jag. 2001-02-10 02:47:00 +00:00
dougt%netscape.com c6692de055 updating to new necko interfaces. r=rginda@netscape.com a=dougt 2001-02-10 00:46:19 +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
morse%netscape.com 9859ec1b1f bug 67644, cookies added in wrong order, r=freax@pandora.be, sr=alecf@netscape.com 2001-02-07 01:10:41 +00:00
javi%netscape.com d2fa83ea44 Fix for Bug 66939. r=javi, sr=mscott Checking code in for ccarlen. This is to get profile switching working with PSM 1.x 2001-02-06 23:34:32 +00:00
javi%netscape.com 8392d6a920 Fix for psm-glue crashes when (Bug 67502)asking for passwords when not
associated with an SSL connection.

r=thayes, sr=mscott
2001-02-06 23:29:25 +00:00
bryner%uiuc.edu fa1a2642a1 bug 67527 -- cleaning up psm module registration (both psm 1.x and PIP). r=javi, sr=brendan. 2001-02-06 23:10:16 +00:00
kvisco%ziplink.net ee96228a54 Not part of regular build. Updated to allow standalone linux version to build. 2001-02-03 06:35:05 +00:00
valeski%netscape.com 15c256a7ae r=ccarlen, sr=rpotts. 65925/63552. making psmUI progress listener support weak ref. 2001-01-31 21:02:21 +00:00
Peter.VanderBeken%pandora.be a7892156df Fix for bug 67024. Not part of the build. r=Pike. 2001-01-31 11:48:55 +00:00
gagan%netscape.com cded3e2f30 Optimization for scheme comparison of URIs. See bug 66577 for details. r=darin, sr=brendan@mozilla.org 2001-01-31 01:33:03 +00:00
bryner%uiuc.edu b10b7c1d34 Bug 66886 - parent PSM dialogs correctly. This fixes all of the cases in PSM2 and several cases in PSM1. r=javi,danm. sr=mscott. 2001-01-30 02:12:53 +00:00
darin%netscape.com 7d4b9fa6d1 Fixes bug 61406. Finger protocol uses wrong context in listener callbacks.
patch=bbaetz@student.usyd.edu.au, r=darin@netscape.com, sr=mscott@netscape.com
2001-01-30 02:02:20 +00:00
dbaron%fas.harvard.edu d25c3d0092 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:31:15 +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
axel%pike.org bf3afda73f not part of build, fixing 65987, current() function. Code by kvisco@ziplink.net, r=peterv,me. 2001-01-27 15:05:41 +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