asqueella%gmail.com
|
88e519f7ef
|
Bug 223846 - AuthName with escaped " in it sets wrong realm
p=Ryan Jones <sciguyryan@gmail.com>
r+sr=biesi
|
2007-02-11 00:33:29 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
benjamin%smedbergs.us
|
bfcb485faf
|
Unit testcase for bug 337744, r=darin
|
2006-10-25 19:35:13 +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 |
|
cbiesinger%web.de
|
79738ef491
|
Bug 265780 make FTP use nsIAuthPrompt2
r=darin
|
2006-09-22 21:06:57 +00:00 |
|
cbiesinger%web.de
|
9823d58566
|
removing unnecessary util dependency
|
2006-09-21 02:43:15 +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 |
|
cbiesinger%web.de
|
7cb0ae5c43
|
remove unused include
|
2006-09-08 21:59:27 +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 |
|
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
|
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
|
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
|
447660b4bb
|
bug 346016 add a unit test for authentication prompts
r=darin
|
2006-07-26 23:10:48 +00:00 |
|
neil%parkwaycc.co.uk
|
457b3880e8
|
Bug 310403 merge formatting.css from communicator into global p=surkov.alexander@gmail.com r=me sr=jag
|
2006-07-12 15:43:17 +00:00 |
|
mnyromyr%tprac.de
|
a561f2dcd2
|
Bug 115924: removal of communicatorOverlay.xul; p=Giacomo Magnini <giacomo.magnini@portalis.it>, r=neil, sr=mscott
|
2006-07-09 12:49:47 +00:00 |
|
darin%meer.net
|
85e5760bb5
|
removing unused files (bug 306896)
|
2006-06-27 18:10:46 +00:00 |
|
darin%meer.net
|
b1554032ae
|
fixes bug 331825 "Unable to do conditional gets via XMLHttpRequest with 1.5.0.1, works in 1.0.7" r=biesi sr=bzbarsky
|
2006-06-23 00:49:40 +00:00 |
|
darin%meer.net
|
e9232626de
|
adding unit test for bug 336501.
|
2006-06-23 00:06:22 +00:00 |
|
darin%meer.net
|
ac465186ba
|
fixes bug 338332 "netwerk/test/TestCookie logic error?" patch by davel, r=darin
|
2006-06-22 22:22:44 +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 |
|
kairo%kairo.at
|
6aea674984
|
bug 328317 - merge platform .jar files into en-US.jar, r=mento for the mozilla/config changes r=jag sr=Neil
|
2006-04-08 11:49:47 +00:00 |
|
kairo%kairo.at
|
91acb7039c
|
bug 325473 - Undo separation of language and region/content packs, part 4: move pref panel into communictor pefs in suite/, correct installer manifests and fix rough edges of parts 1-3, r=bsmedberg for build system changes (removal of content-packs extension) r=ajschult for installer manifests r=jag sr=Neil
|
2006-04-08 11:17:06 +00:00 |
|
darin%meer.net
|
1b73e64f90
|
fixes bug 287646 "Eliminate nsPIProtocolProxyService and introduce reloadPAC method" r=biesi,neil,beng,mscott sr=bzbarsky
|
2006-03-30 17:31:15 +00:00 |
|
cbiesinger%web.de
|
055af5662f
|
bug 324985 Allow components to register in a category to get told about all page
loads and allow sniffing the content type. Only works for docshell-initiated
loads.
r=darin sr=bz
|
2006-03-03 21:06:53 +00:00 |
|
cbiesinger%web.de
|
9ca6a7aab1
|
Bug 315598 Allow more than one global redirect observer, using the
"net-channel-event-sinks" category.
r=darin sr=bz
|
2006-02-22 14:07:21 +00:00 |
|
benjamin%smedbergs.us
|
d58e68beb2
|
Bug 327168 - test holds COMPtrs past XPCOM shutdown, r=darin
|
2006-02-14 19:39:52 +00:00 |
|
cbiesinger%web.de
|
7d20ed1ad6
|
bug 326693 filechannel ignores content-type hints
r+sr=darin
|
2006-02-14 18:46:12 +00:00 |
|
cbiesinger%web.de
|
5cdaeda098
|
bug 327065 misc necko cleanup, see bug for details
r+sr=darin
|
2006-02-14 15:37:10 +00:00 |
|
cbiesinger%web.de
|
25c82aa71f
|
bug 325815 add an HTTP server for necko tests
r=darin
|
2006-02-04 17:23:30 +00:00 |
|
davel%mozilla.com
|
da85bb10e1
|
Unify necko and content test harnesses. Create common versions of test harness
files in tools/test-harness/xpcshell-simple, and modify the existing
instances to use the common files. Bug 322894, r=darin,bzbarsky,
sr=benjamin
|
2006-01-27 20:56:16 +00:00 |
|
timeless%mozdev.org
|
c034e6fe1c
|
Bug 319003 remove unused variable gSession from TestCacheService
r=darin sr=darin
|
2005-12-11 02:38:15 +00:00 |
|
darin%meer.net
|
697c78f1ea
|
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
|
2005-11-12 18:17:19 +00:00 |
|
bsmedberg%covad.net
|
78f6d0683d
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
|
darin%meer.net
|
446ecfcbd1
|
fix error in last checkin: a.Left(b, 10) != a = Substring(b, 10)
r=biesi
|
2005-11-08 23:39:42 +00:00 |
|
bsmedberg%covad.net
|
3d9340e0ae
|
Bug 315087 - convert necko tests to use the glue, r=darin
|
2005-11-08 19:23:00 +00:00 |
|
darin%meer.net
|
57399917a2
|
fixes bug 314325 "necko_unit_tests/test_localstreams.js fails" r=biesi
|
2005-10-29 17:26:12 +00:00 |
|