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

5314 Коммитов

Автор SHA1 Сообщение Дата
gavin%gavinsharp.com b924284098 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 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
timeless%mozdev.org 46d2b15871 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 88f9df7a07 Backing out removal of baseURI which caused a regression. bug 358128. 2006-10-31 17:53:58 +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
dougt%meer.net d2991ee682 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 bfcb485faf Unit testcase for bug 337744, r=darin 2006-10-25 19:35:13 +00:00
cbiesinger%web.de 3b097dda12 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 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
vladimir%pobox.com 115b56787c b=354984, patches to build with vista RC1 SDK, r=darin 2006-10-24 20:38:29 +00:00
darin%meer.net 0a3e84eb0b fixes bug 352848 "treat invalie Expires header as expires immediately" r=biesi 2006-10-04 02:54:15 +00:00
cbiesinger%web.de 5b36f89cdb bug 353983 add --enable-application=netwerk option
r=bsmedberg sr=darin
2006-09-28 21:22:27 +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 9823d58566 removing unnecessary util dependency 2006-09-21 02:43:15 +00:00
cbiesinger%web.de ceb5af864c fixing bustage from Bug 351876 2006-09-15 22:33:04 +00:00
cbiesinger%web.de e3d051eb8b Bug 351874 Move nsAboutRedirector out of necko
r=darin
2006-09-15 22:17:26 +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
cbiesinger%web.de 6a579c885f removing unused include 2006-09-13 23:42:33 +00:00
cbiesinger%web.de 7df0eb47fe 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 c4ede84550 Bug 352236 remove timer code from mozTXTToHTMLConv.cpp
r=darin
2006-09-12 23:42:27 +00:00
cbiesinger%web.de 058a0734eb netwerk/test doesn't need to link to libmozjs, r=darin 2006-09-12 20:03:37 +00:00
benjamin%smedbergs.us d53a42fd13 Bug 337744 - Additional protocol parsing tightening, r=darin 2006-09-11 15:51:01 +00:00
cbiesinger%web.de 7cb0ae5c43 remove unused include 2006-09-08 21:59:27 +00:00
sayrer%gmail.com 9395f31ee3 bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron 2006-09-08 04:35:17 +00:00
cbiesinger%web.de d3117cbea4 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 53e3d8497d 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 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
mnyromyr%tprac.de c224db0a59 Bug 347530: fix typos; p=<tonnes.mb@gmail.com>, r/sr=darin 2006-08-07 21:35:24 +00:00
darin%meer.net 9747f015f1 fixes bug 335909 "google search 'wiki cheese' and click first hit, results in blank page" r=biesi 2006-08-07 18:04:29 +00:00
cbiesinger%web.de f9a96047a4 actually call test_wrongpw1, and shut down the HTTP server before the scope
goes away
2006-08-02 02:02:37 +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 b5f6ef01ec add more authprompt tests 2006-08-01 21:47:04 +00:00
cbiesinger%web.de 2326f69720 Bug 346323 add a unit test for the IDN service
r=darin
2006-08-01 21:30:10 +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
darin%meer.net 08b95ea6ad fixes bug 342581 "Crash on installing extension [@nsXPInstallManager::OnDataAvailable]" r=biesi sr=bzbarsky 2006-08-01 17:17:32 +00:00
bzbarsky%mit.edu 0ba13612a8 Close the correct file descriptor. Bug 346250, patch by Alfred Kayser
<alfredkayser@nl.ibm.com>, r=darin, sr=bzbarsky
2006-08-01 15:18:00 +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 9f2e5d2908 remove misleading comment, no bug. r+sr=bz 2006-07-28 02:45:14 +00:00
cbiesinger%web.de 447660b4bb bug 346016 add a unit test for authentication prompts
r=darin
2006-07-26 23:10:48 +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