Geoff Lankow
|
5cefea8480
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Mook
|
3895fd07b1
|
Bug 485255 - Add path prefix handler to nsIHttpServer; r=biesi
|
2009-03-25 15:08:18 -07:00 |
Michael Wu
|
fbcd07dca0
|
Bug 676465 - Replace PRBool with boolean in IDL files, r=bsmedberg
|
2011-08-06 22:03:32 -07:00 |
Dan Witte
|
893eb18989
|
Remove propbag from nsIHttpServer. no bug, test-only, r=jduell
|
2010-08-25 18:12:11 -07:00 |
Jeff Walden
|
23daa1061e
|
Bug 513854 - httpd.js should write its response data asynchronously. r=sayrer
|
2009-09-29 19:54:34 -07:00 |
Jeff Walden
|
850d28f0dc
|
Bug 526686 - Add QueryInterface methods to all exposed types of objects in httpd.js. Also change nsIHttpRequestMetadata to nsIHttpRequest for a little conciseness. r=waylon, not worth someone's time to review trivial code changes and renamings
|
2009-11-06 16:24:32 -08:00 |
Jeff Walden
|
636a732a1a
|
Forgot to bump UUID in bug 484027, doing so now, r=sparky
|
2009-05-30 21:26:17 -07:00 |
Jeff Walden
|
761496e526
|
Bug 484027 - Add a method providing minimally controlled arbitrary write access to the connection within a response, allowing arbitrary information (even data which is not a syntactically valid HTTP response) to be sent in responses. r=sayrer
--HG--
extra : rebase_source : 2d61cccef9b076b2e5dbe1074af99f572d60b700
|
2009-05-28 14:54:42 -07:00 |
Jeff Walden
|
74b32c3636
|
Bug 396226 - Provide an API to asynchronously generate HTTP responses in httpd.js, and implement a state-storage system which can store object references to provide greater contextual information in handlers. NB: this push enables httpd.js debug output just in case something goes wrong, to be disabled as soon as it's clear nothing has -- expect the first Windows builds to finish next century sometime. r=sayrer
|
2009-04-15 13:19:35 -07:00 |
Honza Bambas
|
e10a8c89c7
|
Bug 476302 - Allow httpd.js return multiple headers with same name, r=jwalden
|
2009-02-27 15:09:06 +01:00 |
Jeff Walden
|
51a843710f
|
Bug 471158 - Add getSharedState/setSharedState functionality to SJS, convert existing state to per-path state. r=honzab
--HG--
rename : netwerk/test/httpserver/test/data/sjs/state.sjs => netwerk/test/httpserver/test/data/sjs/state2.sjs
|
2009-02-04 11:08:03 -08:00 |
Jeff Walden
|
2208596029
|
Bug 463327 - Enable stateful SJS handlers somehow other than through universal insta-XSS. r=honzab
|
2008-12-03 22:24:59 -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 |
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 |
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 |
jwalden@mit.edu
|
fb2be9e261
|
Bug 401649 - JS CGI support in httpd.js -- create responses conditioned on header values and HTTP method types! r=sayrer
|
2008-02-05 17:12:32 -08:00 |
jwalden@mit.edu
|
83ffd0f377
|
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 15:07:40 -07:00 |
jwalden@mit.edu
|
2b27fe648e
|
Bug 367214 - mod_cern_meta support in the HTTP server, enabling modification of the HTTP status and headers sent in the response for a file. r=biesi
|
2007-05-20 18:35:06 -07: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 |