jwalden%mit.edu
757dfd68a0
Bug 414122 - Preprocess effective TLD data into C++ code (eliminate file I/O to read, move parsing out of C++, remove an arena, etc.). r=dwitte, sr=bsmedberg, a=blocker
2008-02-14 22:57:21 +00:00
jwalden%mit.edu
f975099f55
Bug 401649 - JS CGI support in httpd.js -- create responses conditioned on header values and HTTP method types! r=sayrer
2008-02-06 01:12:33 +00:00
reed%reedloden.com
bcf067e270
Bug 414901 - "Back out scriptable IO" [p=neil@mozilla.com (Neil Deakin) r+sr=bsmedberg a1.9b3=beltzner]
2008-02-02 02:07:51 +00:00
reed%reedloden.com
1adc075781
Back out the back out from bug 414901 until bug 415218 is fixed, or else we'll have very broken nightlies. :(
2008-02-01 09:00:59 +00:00
reed%reedloden.com
93e093620e
Back out the back out from bug 414901 until bug 415218 is fixed, or else we'll have very broken nightlies. :(
2008-02-01 08:51:32 +00:00
enndeakin%sympatico.ca
a354d29dce
Bug 414901, back out scriptable IO api, r+sr=bsmedberg,a=beltzner
2008-01-31 19:18:09 +00:00
dwitte%stanford.edu
38b80c653c
Bug 409614 - IDN with non-ASCII TLD is displayed in Punycode. r+sr=biesi, a=damons
2008-01-29 06:06:01 +00:00
reed%reedloden.com
0a39674b7c
Disable sporatically failing test that bz enabled earlier due to oranges.
2008-01-29 05:33:21 +00:00
bzbarsky%mit.edu
6d73489b1f
Reenable the test on non-Windows.
2008-01-28 23:23:55 +00:00
mats.palmgren%bredband.net
ba4a646d74
Make NS_ReadLine() not lie about having more data when the stream ends in \r\n. b=397850 r+sr=cbiesinger a=blocking1.9
2008-01-15 10:23:00 +00:00
reed%reedloden.com
1508f201ad
Fix necko's test_dns_service.js test to treat ::1 the same as 127.0.0.1 for DNS resolution of localhost in order to fix Mac unit test failure now that IPv6 is enabled (as per bug 408881).
2008-01-05 08:10:56 +00:00
dwitte%stanford.edu
396ee977cf
add unit test for permission manager.
2007-12-05 07:23:14 +00:00
dwitte%stanford.edu
6e8cc561b5
add tests for bug 385299.
2007-12-05 02:45:40 +00:00
dwitte%stanford.edu
b2cec95de5
add unit test for bug 402013.
2007-12-05 02:28:37 +00:00
dwitte%stanford.edu
9e53f21875
add unit test for bug 402013.
2007-12-05 01:03:08 +00:00
dwitte%stanford.edu
c81b6f5525
relanding bug 385299 and updating tests.
2007-12-05 00:03:22 +00:00
bzbarsky%mit.edu
c793b4b751
Disabling again for now
2007-12-04 00:23:44 +00:00
bzbarsky%mit.edu
85c550c864
Assert that the channel succeeded, so if it fails we'll know
2007-12-03 23:44:07 +00:00
bzbarsky%mit.edu
0b70a06c0f
Reenable test now that we have a higher timeout for Tunit
2007-12-03 21:47:54 +00:00
bzbarsky%mit.edu
07d749dee8
Add a way to extract the charset and the position of the charset parameter from
...
a content-type header. Use this in XMLHttpRequest to not clobber the
non-charset parameters and not clobber the charset if it's already what we'll
set, up to case. Apparently some broken servers are case-sensitive when
looking at charsets! Bug 393968 (wherein the patch lies) and bug 397234,
r+sr=biesi
2007-12-03 21:34:45 +00:00
bzbarsky%mit.edu
11d51d0f10
Disable test for now. tbox sucks
2007-12-03 20:04:03 +00:00
bzbarsky%mit.edu
10cc33c4d4
Sniff "text/plain; charset=UTF8" for possibly being binary. Bug 394647, r+sr=biesi
2007-12-03 18:37:54 +00:00
dwitte%stanford.edu
9c7fee1ade
backing out the kitchen sink.
2007-11-19 10:15:55 +00:00
dwitte%stanford.edu
c8d36aa9e3
temporarily disabling tests.
2007-11-19 07:08:46 +00:00
dwitte%stanford.edu
f50624ca07
relanding modified patch for bug 403372.
2007-11-18 08:08:34 +00:00
reed%reedloden.com
85fc03ec8f
Back out dwitte's cookie monster patch (bug 403372) due to Tp regression.
2007-11-17 09:49:18 +00:00
dwitte%stanford.edu
69c196767b
fix test.
2007-11-17 07:07:24 +00:00
dwitte%stanford.edu
15e51ab5b5
relanding bug 403372.
2007-11-17 06:08:10 +00:00
reed%reedloden.com
b741ea5756
Bug 400392 - "necko unit test test_reopen.js fails randomly on qm-centos5-01" [p=sylvain.pasche@gmail.com (Sylvain Pasche) r=biesi]
2007-11-08 08:23:51 +00:00
dwitte%stanford.edu
bb071c6b69
commenting out failing test for now
2007-10-25 10:20:39 +00:00
dwitte%stanford.edu
f423638bc4
rework effective tld service interface, fix normalization bugs and improve error propagation. b=368989, r=biesi, sr=dveditz
2007-10-25 08:14:27 +00:00
edward.lee%engineering.uiuc.edu
536d26de9c
Bug 398069 - Don't cancel resume-from-0 transfers for HTTP 200 responses. r=biesi, sr= biesi, a=sayrer
2007-10-13 19:09:57 +00:00
bzbarsky%mit.edu
8cf3009bce
Fixing typos
2007-10-07 18:45:50 +00:00
bzbarsky%mit.edu
9bc135b65d
Adding test.
2007-10-07 18:18:22 +00:00
jwalden%mit.edu
36b6711530
Update an obsolete comment in a NPOTB file.
2007-09-12 00:27:01 +00:00
jwalden%mit.edu
54c3f23759
Bug 395559 - Fix two typos in httpd.js which prevented the registerFile API from working correctly, and add a dumpn so that errors in handlers can be detected more easily by reading console dumps. r=sayrer, NPOTB, test-only, etc.
2007-09-12 00:24:26 +00:00
cbiesinger%gmx.at
1d34ee8b76
add simple unit test for the dns service
2007-08-31 22:31:20 +00:00
cbiesinger%gmx.at
83f3f89470
add unit test for bug 372050 and the unescape parts of bug 350932; also, clarify comments for the ESCAPE_URL_ONLY_NONASCII flag.
...
r+sr+a=bz
2007-08-31 20:19:38 +00:00
cbiesinger%gmx.at
77bbc1bce9
more tests for nsIResumableChannel
2007-08-30 23:00:38 +00:00
cbiesinger%gmx.at
34e29c661e
393624 check for unexpected status codes when resuming downloads
...
r+sr+a=bz
2007-08-25 00:47:56 +00:00
cbiesinger%gmx.at
a30c8e3c2b
263127 close the tempfile output stream before calling the observer
...
patch by Wladimir Palant <trev.moz@adblockplus.org> r=biesi sr=darin
2007-08-25 00:26:18 +00:00
cbiesinger%gmx.at
ca21b9dc2d
move Listener and read_stream to its own head file so that it can be reused by other tests
2007-08-24 18:08:37 +00:00
jwalden%mit.edu
0b4518e9b7
Bug 370245 - Make the HTTP server asynchronously process requests, and pave the way for future improvements to processing. r=biesi, a=bsmedberg on a testing-only change
2007-08-23 22:07:40 +00:00
rflint%ryanflint.com
32c64f12bf
Bug 339964 - move tabbrowser.xml out of mozilla/toolkit and into mozilla/browser. Patch by Stefan <stefanh@bluebottle.com> and myself, r=mconnor
2007-08-22 21:02:05 +00:00
cbiesinger%gmx.at
26fa55d2af
Bug 391951 don't strip escaped spaces for non-base64 data URIs
...
r+sr=bz
2007-08-21 17:28:22 +00:00
cbiesinger%gmx.at
a5251add0a
390126 unescape the URL before compressing whitespace
...
r+sr=bz
2007-08-10 19:52:51 +00:00
ginn.chen%sun.com
fd8e29fa39
Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest
...
r=benjamin a=dsicore
2007-08-06 03:22:43 +00:00
enndeakin%sympatico.ca
94b0f5ba28
Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg
2007-07-25 16:53:39 +00:00
jwalden%mit.edu
c0339291db
Bug 376489 - Serve reftests from a web server so as not to depend on external resources, if the reftest is marked as needing HTTP; also picks up support for HTTP header and status modification in reftest files. r=dbaron
2007-07-18 21:32:51 +00:00
bzbarsky%mit.edu
f19a11a428
Make SetPort actually update the internal offsets correctly. Bug 388281, r+sr=biesi
2007-07-17 04:48:48 +00:00