cbiesinger%web.de
616fb82b62
bug 261425
...
Make nsStandardURL::SetSpec and SetHost consistent with respect to handling
spaces in hostnames (i.e. make both return an error)
r+sr=darin
2006-12-19 15:07:14 +00:00
cbiesinger%web.de
645c662f42
bug 357958 Ignore unsupported content encodings instead of making them a fatal
...
error
r+sr=darin
2006-12-19 15:03:17 +00:00
cbiesinger%web.de
e17dde10e8
bug 362673
...
Document that nsISocketTransport::securityInfo is only set once the socket is
connected, and document how to trigger connection setup.
r+sr=darin
2006-12-18 21:52:24 +00:00
gavin%gavinsharp.com
6a28c23b23
Bug 269254: fix bug in utf16ToUcs4()'s returned length, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r+sr=biesi
2006-12-16 14:36:12 +00:00
jwalden%mit.edu
029dff3025
Bug 342877 - Substantially revamp/rewrite the testing-only HTTP server used in necko unit tests, making it suitable for use in Mozilla tests which require files be stored on an HTTP server (e.g. because the test depends on certain HTTP headers being set or not set, the functionality uses HTTP, etc.) but which don't require that the server have a specified hostname. Docs, implementation, and tests (!) are in netwerk/test/httpserver/; if you have questions about using the server in unit tests or have some use case which the server could support better or doesn't support at all, CC me on the bug and I'll see how I can help. Huge (huge) thanks to biesi for the review of the huge patch. r=davel on test-harness changes, r=biesi on the server and test changes
2006-12-15 02:13:54 +00:00
bzbarsky%mit.edu
92468882ca
Make sure to not use the same disk cache data block for different URIs. Bug
...
347852, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=darin, sr=bzbarsky
2006-12-01 04:41:30 +00:00
dougt%meer.net
c3911e8b8d
HTML injection in gopher dir listing. b=358128, r=dveditz
2006-11-28 20:32:27 +00:00
cls%seawood.org
c6b07ba168
Mingw builds require _WIN32_WINNT >= 0x0501 (XP) to use the IP_ADAPTER features of nsNotifyAddrListener.
...
Also fix header include case for cross-compile builds.
Bug #358023 r=bsmedberg
2006-11-28 03:43:05 +00:00
jwalden%mit.edu
d7d592d2f1
Bug 359824 - necko unit test failure: test_authentication.js. Previous commit to revert bug 223846 forgot to remove an extra header that the original commit added; this commit removes that unnecessary include. r=vlad on the original backout patch
2006-11-23 13:19:53 +00:00
sspitzer%mozilla.org
b42867bcdf
backing out the fix for bug #223846 (AuthName with escaped quote in it sets wrong realm) because it causes two regressions:
...
bug #361544 : unable to log into https://intranet.mozilla.org
bug #359824 : necko unit test failure: test_authentication.js
thanks to jeff walden for the patch.
r=vlad, g# agrees with the backout, too.
2006-11-23 01:09:20 +00:00
sspitzer%mozilla.org
6f99b22986
tree is closed, backing out my last backout
2006-11-22 22:13:14 +00:00
sspitzer%mozilla.org
4d6f18be2d
backing out the fix for bug #223846 (AuthName with escaped quote in it sets wrong realm) because it causes two regressions:
...
bug #361544 : unable to log into https://intranet.mozilla.org
bug #359824 : necko unit test failure: test_authentication.js
thanks to jeff walden for the patch.
r=vlad, g# agrees with the backout, too.
2006-11-22 22:03:58 +00:00
gavin%gavinsharp.com
4c49d9826f
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
jwalden%mit.edu
3bdf5c5991
Bug 360930 - test_file_protocol.js can fail based on execution environment (where TmpD contains a particularly large number of files). r+sr=biesi
2006-11-16 21:44:46 +00:00
joshmoz%gmail.com
7b7d790403
remove XP_MAC from network. b=281889 r=darin
2006-11-15 21:38:48 +00:00
bzbarsky%mit.edu
142a417a31
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
d5e855469f
Bug 223846: AuthName with escaped quote in it sets wrong realm, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r=biesi, sr=darin
2006-11-06 14:48:57 +00:00
gavin%gavinsharp.com
3bccd76250
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
timeless%mozdev.org
24a61f105a
Bug 106386 Correct misspellings in source code
...
r=glennrp@gmail.com , bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
dougt%meer.net
3515fbf2ea
Backing out removal of baseURI which caused a regression. bug 358128.
2006-10-31 17:53:58 +00:00
bzbarsky%mit.edu
d2a00db8b4
Fix bug 358367, patch by Son Le <son.le0@gmail.com>, r+sr=bzbarsky
2006-10-28 05:15:33 +00:00
dougt%meer.net
ec4a0f93f0
Removing base uri from indexed html parser as we believe it isn't used. b=358128, r=dveditz
2006-10-26 21:24:10 +00:00
benjamin%smedbergs.us
b85923ea7a
Unit testcase for bug 337744, r=darin
2006-10-25 19:35:13 +00:00
cbiesinger%web.de
726fbd8dd2
Bug 357877 nsFileChannel::OpenContentStream leaks when
...
nsFileUploadContentStream::IsInitialized fails
patch by Ryan Jones <sciguyryan+bugzilla@gmail.com> r+sr=biesi
2006-10-25 16:00:02 +00:00
bzbarsky%mit.edu
b0b0fcc6e4
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
vladimir%pobox.com
ba3c1f2953
b=354984, patches to build with vista RC1 SDK, r=darin
2006-10-24 20:38:29 +00:00
darin%meer.net
9012709947
fixes bug 352848 "treat invalie Expires header as expires immediately" r=biesi
2006-10-04 02:54:15 +00:00
cbiesinger%web.de
239a8146c2
bug 353983 add --enable-application=netwerk option
...
r=bsmedberg sr=darin
2006-09-28 21:22:27 +00:00
cbiesinger%web.de
e94d018626
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
35d81718ff
Improve docs. Bug 354049
2006-09-24 20:16:24 +00:00
cbiesinger%web.de
79680d64f2
Bug 265780 make FTP use nsIAuthPrompt2
...
r=darin
2006-09-22 21:14:36 +00:00
cbiesinger%web.de
3bbe4edc19
Bug 265780 make FTP use nsIAuthPrompt2
...
r=darin
2006-09-22 21:06:57 +00:00
cbiesinger%web.de
8dac335267
Bug 353595 fix nsIAuthInformation comments
...
r=darin
2006-09-22 21:01:59 +00:00
cbiesinger%web.de
4f6b562c77
removing unnecessary util dependency
2006-09-21 02:43:15 +00:00
cbiesinger%web.de
e4d8569147
fixing bustage from Bug 351876
2006-09-15 22:33:04 +00:00
cbiesinger%web.de
99391a2dc2
Bug 351874 Move nsAboutRedirector out of necko
...
r=darin
2006-09-15 22:17:26 +00:00
cbiesinger%web.de
c7c2f947bb
Bug 351876 Move nsICryptoHash into necko
...
r=darin
2006-09-15 22:06:31 +00:00
dougt%meer.net
8d2a0db08f
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
03fe8bba2f
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
cbiesinger%web.de
02da59b98e
removing unused include
2006-09-13 23:42:33 +00:00
cbiesinger%web.de
80c60b8714
bug 351255 stop processing commands once we hit an error, to avoid using
...
cleared member variables
r=darin
2006-09-13 00:11:45 +00:00
cbiesinger%web.de
af3ecbfc75
Bug 352236 remove timer code from mozTXTToHTMLConv.cpp
...
r=darin
2006-09-12 23:42:27 +00:00
cbiesinger%web.de
2e60e97c2d
netwerk/test doesn't need to link to libmozjs, r=darin
2006-09-12 20:03:37 +00:00
benjamin%smedbergs.us
c0f7565627
Bug 337744 - Additional protocol parsing tightening, r=darin
2006-09-11 15:51:01 +00:00
cbiesinger%web.de
adac690728
remove unused include
2006-09-08 21:59:27 +00:00
sayrer%gmail.com
c249dc7837
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
2006-09-08 04:35:17 +00:00
cbiesinger%web.de
a269f94f16
Bug 265780 make the level argument to nsIAuthPrompt2 useful by introducing a
...
new flag for nsIHttpAuthenticators indicating whether the PW will be encrypted
r=darin
2006-09-05 23:47:30 +00:00
cbiesinger%web.de
f68181b13d
Bug 350790 Don't send the request to the server if an on-modify-request
...
observer or a loadgroup observer cancelled the channel
r=darin
2006-08-31 17:51:52 +00:00
timeless%mozdev.org
1846fd9c62
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
cbiesinger%web.de
71105206f8
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