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

588 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%gmail.com 40e15cdf56 Bug 429128 correctly adjust mRef when changing the query part of a URL
r+sr=bz a=beltzner; unit test by bz r+sr=biesi
2008-04-17 08:27:44 +00:00
smontagu%smontagu.org 9175bd4606 Pass domain names to stringprep label by label. Bug 427959, r+sr=biesi, a1.9+b1.9=beltzner 2008-04-14 08:26:55 +00:00
reed%reedloden.com 9441ef1ee3 Bug 407845 - "nsCookieService::FindCookie() shouldn't return expired cookies" [p=dwitte@stanford.edu (Dan Witte [dwitte]) r+sr=biesi a1.9=damons] 2008-04-08 19:24:58 +00:00
smontagu%smontagu.org 7945173f14 Fallback to null-padding in nsMimeHeaderParam::GetParameter if all other conversions fail. Bug 419157, r+sr=biesi, b=beltzner 2008-04-08 18:45:55 +00:00
timeless%mozdev.org 71f819b50c Bug 394114 Interfaces missing from various QI implementations.
r=jag sr=jag a=dsicore
2008-04-06 12:28:42 +00:00
timeless%mozdev.org 4dd59e4169 reverting, wrong patch, missing AMBIGUOUS 2008-03-19 21:55:28 +00:00
timeless%mozdev.org 8f189a966c Bug 394114 Interfaces missing from various QI implementations.
r=jag sr=jag a=dsicore
2008-03-19 21:19:42 +00:00
jwalden%mit.edu 2325e6844e Add a bunch of forgotten |false| parameters to setHeader calls in httpd.js server handlers; no functionality change because absence defaulted to false. No bug, test-only set of trivial changes so self-reviewing... 2008-03-18 17:42:39 +00:00
dwitte%stanford.edu dabe103242 Bug 421494 - reimplement third party cookie blocking. r=mconnor, sr=bz, blocking1.9+ 2008-03-12 07:53:58 +00:00
bzbarsky%mit.edu 7566776699 Add the charset right after the type, before all other params, if there is no
existing charset in the type.  Bug 413974, r=biesi, sr=sicking, a=beltzner
2008-02-29 04:24:33 +00:00
jwalden%mit.edu c7d042ef68 Bug 417218 - nsStandardURL::SetPath does the wrong thing when the path is '/' and is being set to ''. r+sr=biesi, a=beltzner 2008-02-26 22:48:42 +00:00
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