gavin%gavinsharp.com
94cf4df49c
Bug 243207: net_RFindCharInSet is unused, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r+sr=biesi
2006-11-22 17:24:32 +00:00
joshmoz%gmail.com
eafe54770a
remove XP_MAC from network. b=281889 r=darin
2006-11-15 21:38:48 +00:00
bzbarsky%mit.edu
0a3a624149
Make it possible for protocol handlers to configure how CheckLoadURI should
...
treat them via their protocol flags. Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
gavin%gavinsharp.com
9cb05ac07d
Bug 194357: Dragging and dropping a Windows file shortcut (.lnk) in the browser window doesn't work, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r=biesi, sr=darin
2006-11-06 14:44:28 +00:00
bzbarsky%mit.edu
107962c584
Fix bug 358367, patch by Son Le <son.le0@gmail.com>, r+sr=bzbarsky
2006-10-28 05:15:33 +00:00
bzbarsky%mit.edu
0ce72c77cd
Make nsIStreamLoader and nsIUnicharStreamLoader be stream listeners. Bug
...
281153, patch by Son Le <son.le0@gmail.com>, r=biesi, sr=darin
2006-10-24 21:47:40 +00:00
cbiesinger%web.de
9a381e7875
bug 354410 move auth prompt strings out of necko. also, use the correct
...
strings for prompting without a realm and for prompting only for a password.
r=darin
2006-09-28 20:11:33 +00:00
bzbarsky%mit.edu
d8f81688a6
Improve docs. Bug 354049
2006-09-24 20:16:24 +00:00
cbiesinger%web.de
f41ba424e7
Bug 265780 make FTP use nsIAuthPrompt2
...
r=darin
2006-09-22 21:14:36 +00:00
cbiesinger%web.de
79738ef491
Bug 265780 make FTP use nsIAuthPrompt2
...
r=darin
2006-09-22 21:06:57 +00:00
cbiesinger%web.de
f95ae2630e
Bug 353595 fix nsIAuthInformation comments
...
r=darin
2006-09-22 21:01:59 +00:00
cbiesinger%web.de
74a2a1d30c
Bug 351876 Move nsICryptoHash into necko
...
r=darin
2006-09-15 22:06:31 +00:00
dougt%meer.net
932ef5ffc4
Bug 302284. add xpi hash support to InstallTrigger.install(). r=dveditz, sr=shaver, a=asa
2006-09-15 09:52:07 +00:00
dougt%meer.net
487d7ccfd1
Add a scriptable hash function API. basically what this does is moves the hashing function out of the nsISignatureVerifier.idl and creates a new interface nsICryptoHash which is scriptable. Because of this change, we needed to fix up all of the call sites. r=darin, sr=dveditz, a=shaver
2006-09-15 09:51:53 +00:00
timeless%mozdev.org
97d86b0df2
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
cbiesinger%web.de
8c59aae763
Bug 265780 part I: Implement nsIAuthPrompt2 and related interfaces per the design at
...
http://wiki.mozilla.org/Necko:nsIAuthPrompt2
r=darin
2006-08-26 21:42:54 +00:00
cbiesinger%web.de
7a1e713a1d
bug 349951 fix log statement to only log the message when the condition is true, not always. r+sr=darin a=beltzner
2006-08-24 18:46:59 +00:00
cbiesinger%web.de
01f83dcbc8
Improve socket logging for bug 327050
...
r+sr=darin
2006-08-15 18:22:24 +00:00
cbiesinger%web.de
73d63ecdde
bug 346939 allow QI to nsIRunnable too, not just inherit from it
...
r+sr=darin
2006-08-02 01:56:20 +00:00
cbiesinger%web.de
68efed5537
bug 346151 Add nsIProxiedChannel to allow querying the proxy info a channel
...
was created with
r=darin sr=bz
2006-08-01 21:28:31 +00:00
timeless%mozdev.org
c188b489f0
Bug 346576 Fix code comment above blacklisted ports list in netwerk/
...
patch by bugzilla@mcsmurf.de r=biesi rs=brendan
2006-07-31 14:52:49 +00:00
cbiesinger%web.de
79493647ad
Bug 343599 don't forcefully unsuspend the pump in Cancel; instead, only call
...
OnStopRequest once the pump is no longer suspended.
r=darin sr=bz
2006-07-26 00:17:03 +00:00
cbiesinger%web.de
ecec49b5cf
Bug 343599 only call Resume if Suspend succeeded
...
r+sr=darin
2006-07-26 00:15:42 +00:00
cbiesinger%web.de
2864c81290
Bug 345398 make the socket input stream call asyncWait's callback even if it
...
is already closed r=darin sr=bz
2006-07-26 00:12:39 +00:00
cbiesinger%web.de
cd72cddf61
Bug 274218 better document the behaviour of onDataAvailable. r+sr+a=darin
2006-07-20 22:29:34 +00:00
darin%meer.net
c9004b71dd
fixes bug 318006, r=biesi, sr=dveditz
2006-07-20 00:57:38 +00:00
bzbarsky%mit.edu
64f82c69be
Make nsJSChannel follow the nsIChannel interface contract better. Bug 343850,
...
r=darin, sr=jst
2006-07-19 00:53:11 +00:00
dveditz%cruzio.com
79ec1d3e6f
Bug 301762: add missing ssl versions of mail ports, r=dougt, sr=darin, a=darin
2006-07-06 19:40:38 +00:00
cbiesinger%web.de
9d372893f5
bug 226943 Don't map NS_ERROR_UNKNOWN_HOST to NS_ERROR_UNKNOWN_PROXY_HOST when
...
a SOCKS proxy is used, because in that case, this code resolves the real host
rather than the proxy host
patch by Sylvain Pasche <sylvain.pasche@gmail.com> r=biesi sr=darin
2006-07-06 10:19:36 +00:00
martijn.martijn%gmail.com
93cbe207f8
Bug 343281 - nsIFileInputStream/nsIFileOutputStream::Init - document the special -1 value for ioFlags and perm params, patch by Nickolay Ponomarev. r=cbiesinger, sr=darin
2006-06-30 23:06:20 +00:00
darin%meer.net
d3461fe44c
removing dead files (bug 123202)
2006-06-27 20:12:47 +00:00
mrbkap%gmail.com
90e515c6ab
Add some additional documentation about this function's behavior. bug 342191, r+sr=darin
2006-06-27 17:57:26 +00:00
darin%meer.net
c5a852d94f
fixes bug 312811 "Port blocking code gets confused by proxy server" r=biesi sr=bzbarsky
2006-06-24 01:25:17 +00:00
dveditz%cruzio.com
506140bd0c
Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
...
simplify OOM checks when growing an nsAString. r/sr=darin
2006-06-22 19:07:30 +00:00
jwalden%mit.edu
9c1bc7d3ad
Bug 342321 - nsIncrementalDownload doesn't create 0-sized file when downloading a 0-sized file. r+sr=darin
2006-06-22 00:22:53 +00:00
bzbarsky%mit.edu
9509962b32
Move the safe vs unsafe about: distinction out of the security manager and into
...
nsIAboutModule implementations. Bug 337746, r=dveditz, sr=darin
2006-06-19 21:02:12 +00:00
darin%meer.net
951c3f5544
removing bogus printf
2006-06-13 01:14:46 +00:00
darin%meer.net
03fdfa5587
fixes bug 243277 "Offline: PAC: fails to load at startup when offline, then never tries again" r=biesi sr=bzbarsky
2006-06-13 01:14:20 +00:00
mrbkap%gmail.com
26f873f113
Add some additional evalInSandbox functionality for PAC and use it there. bug 337389, r=shaver sr=darin
2006-06-07 20:21:40 +00:00
mrbkap%gmail.com
783e510c94
Remove some functions that scripts don't need. bug 337389, r=darin sr=dveditz
2006-06-07 01:58:51 +00:00
mark%moxienet.com
a6b04ae8c0
340032 nsIThreadObserver needs a method called after processing an event to support Cocoa autorelease pools. r=darin sr=bryner
2006-06-07 00:06:11 +00:00
timeless%mozdev.org
a768026fc9
Bug 337917 Make consumers stop using cids from other modules
...
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
bzbarsky%mit.edu
5c970102ff
Make the documentURI of a document and the currentURI of a docshell immutable objects.
...
Bug 336699, r=darin, sr=jst
2006-05-31 17:57:14 +00:00
darin%meer.net
eeb69f249f
fix documentation to mention proper http:// URLs.
2006-05-18 19:03:59 +00:00
kaie%kuix.de
99c1cc7b57
bug 235773, Patch v13
...
This check in will make PSM aware of ECC cipher suites. Nightly builds will not yet contain ECC, because NSS is still
being compiled with ECC disabled.
r=rrelyea/darin
2006-05-16 00:33:44 +00:00
darin%meer.net
e53eb29e72
fixing upload to a file channel and the win32 vc6 build bustage (out with NS_NewRunnableMethod and in with NS_NEW_RUNNABLE_METHOD)
2006-05-10 22:49:04 +00:00
darin%meer.net
60abfd74e7
fixing vc6 build bustage
2006-05-10 21:08:55 +00:00
darin%meer.net
670687c184
fixing AIX bustage
2006-05-10 20:31:18 +00:00
darin%meer.net
6b272f1c86
make use of nsRunnableMethod<T> to fix AIX bustage
2006-05-10 19:28:04 +00:00
darin%meer.net
0318b8c707
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00