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

5353 Коммитов

Автор SHA1 Сообщение Дата
jshin%mailaps.org 88da57650a bug 359808 : drop support for Win9x/ME (get rid of 'A' API code) : r=darin, sr=dougt, sr=darin 2007-02-08 17:48:22 +00:00
martijn.martijn%gmail.com 703aa75d3b Bug 346125 � Broken link to Netscape Cookie Specification page in cookies.txt file, patch by Robert Millan, r=bzbarsky 2007-02-08 16:46:28 +00:00
mrbkap%gmail.com dbf1be57b8 Use a more roundabout way to convert variables to strings and call FindProxyForURL. bug 355214, r=crowder/darin sr=dveditz 2007-02-05 18:19:48 +00:00
bzbarsky%mit.edu 30e2748426 Let the consumer have a look at the channel we opened if they want (e.g. if
they want its owner).  Bug 369242, r+sr=biesi
2007-02-04 18:03:13 +00:00
jwalden%mit.edu 93e94c1015 Bug 369169 - Turn off server debug output, uncluttering test logs -- if you need to debug the server or want to see where something's going awry, tweak the new DEBUG constant manually. r=sayrer 2007-02-03 06:15:26 +00:00
jwalden%mit.edu 45bb59aa84 Bug 368942 - Add a do_get_file(path) function to xpcshell-simple, remove do_get_topsrcdir() as unnecessary. Also fix bug 368944 (invalid use of nsILocalFile API in test-harness) at the same time. r=sayrer 2007-02-03 01:46:09 +00:00
crowder%fiverocks.com 0aa15eabb2 Bug 355214: backing out mrbkap's patch for more testing 2007-02-03 00:15:19 +00:00
mrbkap%gmail.com d22f75038d Use a more roundabout way to convert variables to strings and call FindProxyForURL. bug 355214, r=crowder/darin sr=dveditz 2007-02-02 22:40:28 +00:00
jwalden%mit.edu 383959ca01 Unbreak test -- the previous commit should work fine. Bug 351968 is completely committed! 2007-01-31 07:49:10 +00:00
jwalden%mit.edu c0fc6a93d5 Final try at bug 351968 -- make relative topsrcdirs work, fixing the last build errors. Because xpcshell tests are fragile, this commit intentionally breaks a test so that I can verify correctness; I'll remove the break when I verify the fix works correctly (via broken test error messages). 2007-01-31 07:22:12 +00:00
jwalden%mit.edu 28501d84a3 Testing something to determine the problem that's breaking the MozillaTest tinderboxen running automated tests 2007-01-31 03:58:25 +00:00
jwalden%mit.edu 7eeed473b4 Bug 351968 - Don't copy xpcshell tests and other data to $(DIST) -- a step toward being able to --enable-tests on Mozilla tinderboxen. r=bsmedberg 2007-01-31 03:25:46 +00:00
dveditz%cruzio.com 8f100cd4dc bug 342314: check-in initial effective-tld file. r=bsmedberg.
Effective TLD file itself thanks to Jo Hermans.
2007-01-27 00:12:57 +00:00
jwalden%mit.edu 6b07e41dd6 Bug 368211 - Pretty generated directory listings for directories not containing index.html in the JS HTTP server. r=sayrer 2007-01-26 23:48:34 +00:00
dbaron%dbaron.org 230136a676 Fix valgrind warning about writing uninitialized memory to disk cache by not allocating extra size for disk cache entries and then writing the extra word. b=368119 r+sr=darin 2007-01-25 23:09:01 +00:00
sayrer%gmail.com 48038f6dc5 bug 367537. enhancements to httpd.js. add an index handler and respose.write. r=jwalden 2007-01-24 16:57:03 +00:00
gavin%gavinsharp.com d3de3edfef Bug 365529: Take advantage of new yes/no constant in nsIPrompt, patch by Ryan Jones <bugs@ryan-jones.com>, r+sr=biesi for /netwerk, r+sr=neil for mailnews, r=me for the rest 2007-01-04 18:48:53 +00:00
gavin%gavinsharp.com 572e4fb58e Followup patch for bug 269254: make sure not to include the null terminator in the string's length, patch by Ryan Jones <bugs@ryan-jones.com>, r+sr=biesi 2007-01-04 18:37:00 +00:00
cst%yecc.com dc4185c26f Bug 351881 nsIPrompt needs nsIPromptService::STD_YES_NO_BUTTONS
r=biesi sr=darin
2006-12-31 19:23:50 +00:00
sspitzer%mozilla.org 7b267a184a supplimental for bug #364412
Crash when updating in nsIncrementalDownload::OnStartRequest, attempting to allocate a huge amount of memory.

clean up code, per biesi

r=biesi
2006-12-29 01:19:32 +00:00
sspitzer%mozilla.org 8ccdab0e68 fix for bug #364412.
Crash when updating in nsIncrementalDownload::OnStartRequest, attempting to allocate a huge amount of memory.

thanks to biesi for the initial patch.

r=darin
2006-12-27 20:17:44 +00:00
cbiesinger%web.de 7499f5da48 Bug 364847 Give nsISocketTransport classinfo and a THREADSAFE flag
r+sr=darin
2006-12-26 22:14:29 +00:00
timeless%mozdev.org 05804e5bfe Bug 363390 IS_LOW_SURROGATE conflicts with winnls.h
r=darin
2006-12-21 07:03:23 +00:00
cbiesinger%web.de 3665e908b7 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 d8745613ca 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 1ebd2d6644 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 28b1e5e364 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 0e8e968c7b 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 a09f17bab9 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 f3b03d2925 HTML injection in gopher dir listing. b=358128, r=dveditz 2006-11-28 20:32:27 +00:00
cls%seawood.org 5830c027a5 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 be3ed1d792 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 e479dd1e95 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 f6598b7ba0 tree is closed, backing out my last backout 2006-11-22 22:13:14 +00:00
sspitzer%mozilla.org 8ea56c0bc6 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 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
jwalden%mit.edu 6dcb43a12a 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 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 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