Boris Zbarsky
|
940b1656f1
|
Fixing test to test the right thing
|
2008-11-25 22:32:12 -05:00 |
|
Jeff Walden
|
6ed4048793
|
Bug 463254 - httpd.js fails on mac when running test_CrossSiteXHR.html. The problem was that exceptions were causing files not to be closed on OS X, and we were hitting the open-file limit; add some try-finally magic to close in a failsafe manner. r=honzab
|
2008-11-06 12:44:27 -08:00 |
|
Jeff Walden
|
5fcf8aa9f1
|
Bug 462864 - Expose request body as a stream, state-machine refactoring in httpd.js. r=honzab
|
2008-11-05 15:31:30 -08:00 |
|
Gavin Sharp
|
7b41cb93e4
|
Backed out changeset f014c59ad81d
|
2008-11-04 23:35:39 -05:00 |
|
Jeff Muizelaar
|
e6551e382c
|
Bug 235853: Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution, original patch by shaver@mozilla.org, r+sr=biesi
|
2008-11-04 23:11:31 -05:00 |
|
Ehsan Akhgari
|
c078acab37
|
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [unit test API changes]; r,sr=mconnor
|
2008-11-04 02:52:22 +03:30 |
|
Jeff Walden
|
6b5811b656
|
Consistently rebrand to httpd.js, since that's basically how everyone knows about it and because the older name was ugly. No bug, basically comment-only changes, r+sr+ui-r+a=mconnor per the inestimable firebot
|
2008-11-02 22:46:54 -08:00 |
|
Ehsan Akhgari
|
755a14f883
|
Bug 411952 - Cookie's creationTime needs to be exposed via nsICookie2; r=mconnor, sr=bzbarsky (unit test)
|
2008-10-31 17:21:31 +03:30 |
|
Ehsan Akhgari
|
2e670c72eb
|
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [cache part]; r=cbiesinger,dcamp sr=cbiesinger
|
2008-10-25 13:56:20 +03:30 |
|
Boris Zbarsky
|
fc70586314
|
Fixing test to actually pass on Mac
|
2008-10-22 13:45:07 -04:00 |
|
Boris Zbarsky
|
160e4afb66
|
Fixing indent
|
2008-10-22 11:44:51 -04:00 |
|
Boris Zbarsky
|
44e9fa1c3e
|
Bug 455311. Better handling of Cancel and IsPending() on nsBaseChannel redirects, plus unit tests. r+sr=biesi
|
2008-10-22 11:42:32 -04:00 |
|
Ehsan Akhgari
|
1b7a5323d9
|
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [cookie part]; r=dwitte,mconnor sr=bzbarsky
|
2008-10-20 00:42:53 +03:30 |
|
Chris Double
|
8f39fe8e21
|
Bug 398185 - Add byte range request support to JS httpd - r=jwalden+bmo
|
2008-10-17 12:38:14 +13:00 |
|
Michal Novotny
|
c6c4687357
|
Bug 429347 - "URL parser gets confused by ref with no path" [r=bzbarsky sr=cbiesinger]
|
2008-10-01 00:34:29 -05:00 |
|
Michal Novotny
|
294525a204
|
Bug 412945 - "Malformed POST requests generated when using elance.com" [r=biesi sr=bzbarsky]
|
2008-10-01 00:31:24 -05:00 |
|
Michal Novotny
|
12c9fd28e9
|
Bug 365133 - "The FTP folder won't open!" [r=bzbarsky sr=dougt]
|
2008-10-01 00:28:39 -05:00 |
|
Daniel Veditz
|
3faa484c5e
|
Bug 380994 - "Fix for bug 367428 lets through escaped slashes on Linux (windows too on trunk)" [r=biesi]
|
2008-10-01 00:15:58 -05:00 |
|
Jonas Sicking
|
69b9ff0371
|
Update Access-Control implementation to match changes in spec. b=389508 r/sr=jst
|
2008-09-30 17:50:42 -07:00 |
|
Chris Double
|
2d8c92b2bd
|
Backed out changeset c2e02e6250db
|
2008-09-25 19:34:29 +12:00 |
|
Chris Double
|
52563985bc
|
Bug 398185 - Add byte range request support to JS httpd - r+=sayrer
|
2008-09-25 15:30:35 +12:00 |
|
Ehsan Akhgari
|
8950c06710
|
Bug 455598 - nsICookieManager2.cookieExists incorrectly assumes a nsCookie param; test; r=dwitte sr=bzbarsky
|
2008-09-20 16:28:09 +02:00 |
|
Magnus Melin
|
84837afd35
|
Bug 431890: nsStandardURL::SetSpec does not fail when host contains leading space " ". r+sr=cbiesinger
|
2008-09-14 21:15:06 +03:00 |
|
Boris Zbarsky
|
c90ed4f01a
|
Bug 454411. Fix caching of redirects to actually work. r+sr=biesi
|
2008-09-09 21:39:38 -04:00 |
|
Olli Pettay
|
cdbdb36ee4
|
Bug 454217, httpd.js doesn't handle large body properly, r=sayrer, +change XHR POST test to use request.body
|
2008-09-09 12:32:35 +03:00 |
|
Honza Bambas
|
3bcd02a445
|
Bug 443610 - Add body and PUT handling to httpd.js; "DELETE" part; r=sayrer
|
2008-09-07 17:19:08 +02:00 |
|
Honza Bambas
|
7f0abab8dd
|
Bug 443610 - Add body and PUT handling to httpd.js; "PUT" part; r=sayrer
|
2008-09-07 17:18:06 +02:00 |
|
Jan Odvarko
|
e416794587
|
Bug 430155. New nsHttpChannel interface to allow examination of HTTP data before it is passed to the channel's creator. r=biesi, sr=bzbarsky
|
2008-08-25 13:21:28 -04:00 |
|
Michal Novotny
|
b39e5ea89d
|
Bug 379034 - Relative URLs with capitalized schemes are treated as absolute, r=biesi sr=bzbarsky
|
2008-08-19 10:48:10 -04:00 |
|
Serge Gautherie
|
402e6d4bc3
|
Bug 450177 - "TestBlockingSocket.cpp(158) : warning C4390: ';' : empty controlled statement found; is this the intent?", r+sr=biesi
|
2008-08-14 08:44:42 +02:00 |
|
Boris Zbarsky
|
17ae4f93ca
|
Bug 426273. Make sure to clear out bogus Content-Disposition values before checking whether we can handle the 206 response. r+sr=biesi
|
2008-07-31 17:55:14 -07:00 |
|
Dave Camp
|
b2b97fa407
|
Bug 448712. Make sure to remove the storage for an empty entry in a cache block file. r+sr=biesi
|
2008-07-31 17:53:12 -07:00 |
|
Benjamin Smedberg
|
1e21d4afe9
|
Bug 445853 - Add namespaces to various tests: these tests share a class name with other tests, which makes XPCOMGC rewriting very confused. r=biesi
|
2008-07-27 21:09:10 -04:00 |
|
Gervase Markham
|
d11f050ce7
|
Bug 438585 - "Updates to Public Suffix List" [p=dwitte]
|
2008-07-12 06:56:15 -05:00 |
|
Gervase Markham
|
cef0e142c0
|
Back out Public Suffix List changes at myk's request
|
2008-07-10 23:04:06 +01:00 |
|
Gervase Markham
|
2e183dde55
|
Bug 438585 - Updates to Public Suffix List. Patch by gerv; r=dwitte.
|
2008-07-10 18:26:25 +01:00 |
|
Mats Palmgren
|
22cad4220c
|
URI.path one character short after redirect involving fragment. b=438288 r+sr=cbiesinger
|
2008-06-19 23:39:46 +02:00 |
|
Gavin Sharp
|
80d3ee2d0b
|
Bug 407538: newURI(http://foo.com:80).port is 80, should be -1 (can set a URI's port to its default value by setting .spec), r+sr=biesi
|
2008-06-15 21:16:57 -04:00 |
|
Jeff Walden
|
b4cb02752a
|
Bug 428009 - Update the HTTP server to require a *correct* host be specified with it, not just *a* host via an absolute URI as Request-URI or a specified Host header. This also gives request handlers proper details about the location to which the request was targeted. r=biesi on the raw socket usage in the test code, r=ted on the build changes, r=sayrer on the server changes
|
2008-06-07 02:43:15 -04:00 |
|
jorendorff@mozilla.com
|
4a7d100e87
|
Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/jsobj.c => js/src/jsobj.cpp
|
2008-05-07 17:37:49 -07:00 |
|
gavin@gavinsharp.com
|
98df352028
|
Bug 431774: make this test actually test what it was supposed to, instead of always passing, r=biesi
|
2008-05-05 14:00:59 -07:00 |
|
Benjamin Smedberg
|
3f820e496f
|
Merge cvs-trunk-mirror to mozilla-central. Automated merge, no manual conflict resolution necessary.
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jslong.c => js/src/jslong.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
|
2008-04-29 10:20:07 -04:00 |
|
cbiesinger@gmail.com
|
6d17efda5c
|
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 01:27:44 -07:00 |
|
Benjamin Smedberg
|
b31d75638a
|
Merge cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
|
2008-04-15 13:59:01 -04:00 |
|
smontagu@smontagu.org
|
fdaf80a1da
|
Pass domain names to stringprep label by label. Bug 427959, r+sr=biesi, a1.9+b1.9=beltzner
|
2008-04-14 01:26:55 -07:00 |
|
Benjamin Smedberg
|
a3951b7319
|
Bug 427831 - CHECK FAILED: file.txt == CVS/ -- no more CVS! r=waldo
|
2008-04-09 00:07:04 -04:00 |
|
reed@reedloden.com
|
5f32285909
|
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 12:24:58 -07:00 |
|
smontagu@smontagu.org
|
0879147ce9
|
Fallback to null-padding in nsMimeHeaderParam::GetParameter if all other conversions fail. Bug 419157, r+sr=biesi, b=beltzner
|
2008-04-08 11:45:55 -07:00 |
|
timeless@mozdev.org
|
b0e4df4591
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-04-06 05:28:34 -07:00 |
|
timeless@mozdev.org
|
7f880e43ef
|
reverting, wrong patch, missing AMBIGUOUS
|
2008-03-19 14:55:22 -07:00 |
|