Mark Capella
|
daef2756b5
|
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Final, r=ted
Remove last three references, final cleanup
|
2012-08-23 08:16:44 -04:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Patrick McManus
|
5b9ce7432a
|
bug 770331 - always try and negotiate HTTP Keep-Alive r=biesi
--HG--
extra : rebase_source : d348e3ec56faa48fbed5c4f0f697dee6658e21b2
|
2012-07-20 08:40:13 -04:00 |
|
Gregory Szorc
|
e921c68d8f
|
Bug 755196 - Allow httpd.js to be loaded as a testing module; r=mcmanus
|
2012-06-29 13:28:04 -07:00 |
|
Boris Zbarsky
|
579ddd678c
|
Bug 558220 part 2. Fix a bug in the test HTTP header that caused it to misread headers when a packet boundary fell between the CR and LF at the end of a header value. r=waldo
|
2012-06-28 00:26:13 -04:00 |
|
Boris Zbarsky
|
4c85cae6d2
|
Bug 558220 part 1. Add more debugging spew to the test HTTP server. r=waldo
|
2012-06-28 00:26:12 -04:00 |
|
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 |
|
Jeff Walden
|
edd7a29c5e
|
Bug 568663 - Always append bytes to arrays using increments guaranteed to be substantially below the maximum function argument count. r=honzab
--HG--
extra : rebase_source : 7e47afc5e98219089029d771eaaec9514abcef3d
|
2011-07-25 15:25:38 -07:00 |
|
Jeff Walden
|
96719c555f
|
Diagnostic additions for debugging bug 568663. r=itsatest
--HG--
extra : rebase_source : f1706458ff0a32253e5592d48a34364592083a8b
|
2011-07-23 00:14:14 -07:00 |
|
Jonas Sicking
|
48f55a5733
|
Bug 659053 Part 1: Merge nsIDOM3Node into nsIDOMNode. Also removes Node.getFeature. r=peterv
|
2011-06-14 00:56:48 -07:00 |
|
Chris Pearce
|
66e77bdef2
|
Bug 508128 - add gc() in httpd.js, reduces memory by 1GB in xpcshell.exe during mochitest run. r=jwalden
|
2009-08-04 16:55:00 -04:00 |
|
Joel Maher
|
193c66083d
|
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
|
2011-05-20 11:54:01 -04:00 |
|
Neil Rashbrook
|
32c305081f
|
Bug 616809 Remove CRs from netwerk r=biesi a=jst DONTBUILD
|
2011-02-06 00:04:14 +00:00 |
|
Josh Matthews
|
379fa30872
|
Backout changeset 367117828795 (Make httpd.js call gc()). a=orange
--HG--
extra : rebase_source : 6cc6a0fc6d973f631629915c99a294db5ad14f16
|
2010-10-22 15:59:18 -04:00 |
|
Josh Matthews
|
0c4cb550e8
|
Bug 508128 - Ensure input stream lifetime is not cut short by a GC. r=waldo a=test-only
--HG--
extra : rebase_source : 063ab6d672ebc597297eda18076b0164927bc605
|
2010-10-05 19:23:38 -04:00 |
|
Robert O'Callahan
|
9837d8160a
|
Bug 508128 - Additional diagnostics to report more data about test exceptions. r=waldo a=test-only
--HG--
extra : rebase_source : ececb0215cac3139336a67f429320ea4106e391f
|
2009-11-05 15:06:00 -05:00 |
|
Chris Pearce
|
c58133e542
|
Bug 508125 - add gc() in httpd.js, reduces memory by 1GB in xpcshell.exe during mochitest run. r=waldo a=test-only
--HG--
extra : rebase_source : 98f6723f052afd838df34564559502a062e7427e
|
2010-09-30 16:15:47 -04:00 |
|
Edward Lee
|
8ef5add911
|
Bug 589016 - Allow registering path handlers from mochitests [r=waldo a=npotb]
Export the registerPathHandler for use from .sjs.
--HG--
extra : rebase_source : 1396ae7c64968ab9884389f8a0146456be794d38
|
2010-08-31 23:49:43 -07:00 |
|
Dan Witte
|
5306a8f553
|
Merge e10s -> m-c. a=patches
|
2010-08-27 08:04:00 -07:00 |
|
Dan Witte
|
893eb18989
|
Remove propbag from nsIHttpServer. no bug, test-only, r=jduell
|
2010-08-25 18:12:11 -07:00 |
|
Joel Maher
|
adaba45072
|
Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB
|
2010-08-26 14:47:28 -07:00 |
|
Dan Witte
|
6f2a31c22a
|
Bug 586692 - xpcshell: do_timeout does not guarantee desired timeout interval. r=jduell
|
2010-08-13 13:28:14 -07:00 |
|
Clint Talbert
|
4fa6358e1b
|
Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
--HG--
extra : rebase_source : 01307f705ab07b7784401d69a53921b200544978
|
2010-08-25 14:03:44 -07:00 |
|
Joel Maher
|
fecae963b6
|
Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field
|
2010-08-25 11:47:39 -07:00 |
|
Jonas Sicking
|
32a03526e0
|
Backout bugs 586754, 574189, 584611 due to orange. a=backout
|
2010-08-20 11:08:43 -07:00 |
|
Joel Maher
|
a6d440687b
|
Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB
|
2010-08-20 09:32:58 -07:00 |
|
Robert Sayre
|
e166ede952
|
Add some debugging data to a failing test.
|
2010-07-27 15:45:11 -07:00 |
|
Benjamin Smedberg
|
e474c09ee8
|
Fix packaging of test-only XPT files for crashreporter and httpserver.
--HG--
extra : rebase_source : 27abb29f16e071a7c08220d46f9cbef4ded08fc4
|
2010-06-30 12:42:24 -04:00 |
|
Benjamin Smedberg
|
a27563c8b7
|
Rename the "xpt" manifest directive to "interfaces", per bug 568691 comment 66.
|
2010-06-27 21:50:51 -04:00 |
|
Benjamin Smedberg
|
b2380781d9
|
Fix the reftest component to package itself and the httpserver correctly with a single chrome.manifest.
|
2010-06-25 13:56:51 -04:00 |
|
Benjamin Smedberg
|
4f8e7bcf17
|
Fix review comments from bug 568691 comment 45.
|
2010-06-24 11:56:28 -04:00 |
|
Benjamin Smedberg
|
ea00533489
|
Fix test packaging and execution from bug 568691.
|
2010-06-22 20:44:44 -04:00 |
|
Benjamin Smedberg
|
bb5d6f2a0a
|
Fix syntax error in httpd.js
|
2010-06-22 16:22:33 -04:00 |
|
Benjamin Smedberg
|
31432df1fb
|
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
|
2010-06-22 12:59:15 -04:00 |
|
Jeff Walden
|
70e07cf056
|
Make some test tweaks to aid in diagnosing bug 558497. r=foopy
--HG--
extra : rebase_source : 93059d61adcecbc3bc719c782bf37091b284ba2b
|
2010-06-15 09:58:17 -07:00 |
|
Michael Kohler
|
8550fb091a
|
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
|
2010-05-23 12:26:15 -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 |
|
Neil Rashbrook
|
bb888ef855
|
Bug 415761 Adding Windows-only test r=waldo
|
2010-03-20 23:57:57 +00:00 |
|
Joel Maher
|
6b6e9978a3
|
Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE
|
2010-03-12 13:53:36 -08:00 |
|
Brad Lassey
|
96319c4535
|
backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests
|
2010-03-09 22:33:11 -05:00 |
|
Joel Maher
|
1c8d232df2
|
Bug 544097 changing mochitests to use mochi.test instead of localhost for windows mobile refactoring p=jmaher, r=ted,dwitte, sayrer, waldo, ctalbert
|
2010-03-09 08:55:39 -08:00 |
|
Kyle Huey
|
a7c3948d0a
|
Backed out changeset 8ce70abd7777
|
2010-03-09 01:14:21 -05:00 |
|
Joel Maher
|
694ec71da0
|
Bug 544097 Change mochitests to use mochi.test instead of localhost for mobile refactoring p=jmaher r=ted,dwitte,sayrer
|
2010-03-08 19:21:33 -08:00 |
|
Clint Talbert
|
5b4513c7e9
|
Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box
|
2010-03-07 17:34:23 -08:00 |
|
Joel Maher
|
3cd691129e
|
Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte
|
2010-03-07 16:08:05 -08:00 |
|
Zack Weinberg
|
6f802fa89d
|
Bug 540633: Label httpd.js debug logs, optionally timestamp them, and add support for enabling or disabling them in the middle of a run (currently only for mochitests). r=jwalden
|
2010-02-09 14:07:33 -08:00 |
|
Zack Weinberg
|
a904692889
|
Bug 536603 followup: Look up network.http.max-connections-per-server in httpd.js, rather than hardwiring a constant that needs to be bigger than that pref. r=jwalden
|
2010-01-29 18:17:33 -08:00 |
|