Daniel Holbert
13ccc35216
Bug 727970: Check formerly-unused rv in TestProtocols.cpp, to fix build warning. r=jduell
2012-02-16 15:16:14 -08:00
Geoff Lankow
ffee27c39f
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part E, remove uses of nsIPrefBranch2 in netwerk/ ; r=bsmedberg
2012-01-17 14:48:29 +13:00
Julian Reschke
3e44c9c61a
Bug 598304 - XHR rewrites non-POST methods upon 301/302 redirects. r=bz
2012-02-10 14:12:51 +01:00
Patrick McManus
d6ed2294cf
bug 704227 muddle through on some minor problems with content-length r=jduell
2012-02-09 14:47:30 -05:00
Patrick McManus
56de1183e9
bug 717524 - process a list of content-encoding response headers r=bz
...
--HG--
extra : rebase_source : 06599a663ecb6374196ca25be0ac74e68bbe78d9
2012-02-07 22:46:43 -05:00
Jeff Muizelaar
434b3df862
Bug 235853 - Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution. r=biesi,sworkman
2008-11-04 16:50:00 -05:00
Makoto Kato
d3414772c0
Bug 717121 - crash nsMIMEHeaderParamImpl::DoParameterInternal. r=bz
2012-02-03 15:09:40 +09:00
Josh Matthews
50d6f70243
Bug 649564 - Stupid typo in test_socks.js. rs=ted
2012-01-23 16:38:00 -05:00
Josh Matthews
fc39f2dd0a
Bug 649564 - Make kill never take down the test, and add a missing callback. rs=ted
2012-01-23 13:28:55 -05:00
Jason Duell
3c2e185988
Bug 716801: Location parsing. r=bz
2012-01-20 09:33:01 -08:00
Marco Bonardo
5c4bd88710
Bug 712767: Send profile shutdown topics to cpp tests requesting a profile.
...
r=waldo
2012-01-20 14:47:51 +01:00
Josh Matthews
000acebd52
Bug 649564 - Try to ensure that the socks client subprocess is never killed after the process completes. r=ted-irc
2012-01-18 14:13:33 -05:00
Masatoshi Kimura
b71556db7e
Bug 716570 - Rename blob URI scheme from "moz-filedata" to "blob" per spec. r=sicking
...
--HG--
rename : content/base/src/nsFileDataProtocolHandler.cpp => content/base/src/nsBlobProtocolHandler.cpp
rename : content/base/src/nsFileDataProtocolHandler.h => content/base/src/nsBlobProtocolHandler.h
2012-01-12 11:36:03 +01:00
bjarne@runitsoft.com
8a0dd2a595
Bugs 715418 and 685804 - Test case for bug 650995 has wrong name / Intermittent failure in test_bug650955.js r=michal.novotny
...
--HG--
rename : netwerk/test/unit/test_bug650955.js => netwerk/test/unit/test_bug650995.js
2012-01-09 11:02:39 -05:00
Geoff Brown
4490e77b41
Bug 648429: HTTP cache: compress all compressible files - new test for appending to compressed stream; r=michal.novotny
2011-12-17 11:32:02 +01:00
Mark Banner
34bd0c10c3
Bug 557047 - Replace mailnews specific ifdef (MOZ_MAIL_NEWS) in cookie code with tests for a protocol flag. r=sdwilsh,sr=bzbarsky
2011-12-05 12:35:23 +00:00
Julian Reschke
b91fee8432
Bug 562915 - Escape characters in content-type charset param not parsed properly. r=jduell
2011-12-03 15:59:55 +01:00
Randell Jesup
9c8c937ae9
Bug 706249 r=bz
2011-12-02 23:48:16 -05:00
julian.reschke@gmx.de
8bbf8765f8
Bug 700589 - Fix Content-Type parser to treat single quote as regular character instead of a delimiter. r=jduell r=bz
2011-11-29 14:06:32 -08:00
julian.reschke@gmx.de
14ebb50971
Bug 704989: add workaround for broken Outlook Web APP (OWA) attachment handling (and specifically for it sending broken headers only to Firefox). r=bzbarsky
2011-11-28 07:40:08 -05:00
Makoto Kato
e999cc59bc
Bug 655658 - NetUtil.readInputStreamToString should have aCharset argument as optional. r=sdwilsh, sr=bz
2011-11-25 11:23:41 +09:00
julian.reschke@gmx.de
7eb2828513
Bug 703015 - Revert change for bug 651185 - allow double-quotes for RFC 2231/5987 encoding again; r=bz
2011-11-20 11:13:40 +00:00
Honza Bambas
53964e3f33
Bug 669001 - Vary: User-Agent + new UA string (i.e. after update) + HTTP 304 = broken cache, r=bz
2011-11-09 18:19:00 +01:00
Panu Horsmalahti
01fa622df7
Bug 678978 - Defined and implemented AutoFree class and replaced ERR_OUT macros with return calls, r=honzab (test by honzab, r=bz)
...
--HG--
rename : netwerk/test/unit/test_multipart_streamconv.js => netwerk/test/unit/test_multipart_streamconv_missing_lead_boundary.js
2011-11-09 18:19:00 +01:00
Ed Morley
7ea8e12caa
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Rail Aliiev
ac65d0d88e
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
julian.reschke@gmx.de
681bbba639
Bug 696849 - Add test cases observing cross-domain XHR in chrome code; r=bz
2011-10-28 15:05:06 +01:00
Boris Zbarsky
14a6858a3a
Bug 684806. Make sure that zero-size files wrapped in buffered streams are correctly reopened by a seek after EOF. r=honza, sr=bsmedberg
2011-10-18 16:17:10 -04:00
Ehsan Akhgari
92064e6d3f
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
...
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Julian Reschke
2b59e05d5d
Bug 685192 - In RFC2231/5987 encoding, a missing charset field should be treated as error; r=bz
2011-10-15 21:07:09 +01:00
Julian Reschke
e5d7b34244
Bug 676059 - Make redirect prompting depend on HTTP-safeness of method, not presence of request body. r=bz
...
--HG--
extra : rebase_source : 758d5f6a873e072dee96da181cbb0b1c8419fcd3
2011-10-14 17:46:33 +02:00
Julian Reschke
07d0d35b47
Bug 692574 - RFC2231/5987 decoding should not tolerate missing single quotes. r=bz
2011-10-14 11:29:13 +02:00
Julian Reschke
81fe2deccc
Bug 686429: test cases for MIME headers need refactoring; r=bz
2011-10-12 20:30:22 +02:00
Jeff Walden
d0532c3e95
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
2011-10-12 12:21:53 -07:00
Julian Reschke
7ad88e2459
Bug 686429: test cases for MIME headers need refactoring; r=bz
2011-10-12 20:30:22 +02:00
julian.reschke@gmx.de
57488d2e17
Bug 610054 - Clean up MIME header parsing (allow different behavior for HTTP and EMail); r=bz
2011-10-10 15:27:05 +01:00
Brian Smith
87191327ed
Bug 682329: Fix test for default SSL error UI, r=honzab.moz
2011-10-06 17:42:11 -07:00
Kyle Huey
bb038e3359
Bug 687332: Fix up update tests.
2011-09-29 12:06:36 -04:00
Michael Wu
d2b70213ac
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
...
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Kyle Huey
a4b1332fbc
Backout Bug 477578 because it causes us to refcount atoms off the main thread.
2011-09-22 10:43:11 -04:00
Patrick McManus
d575e7e449
bug 255119 do not display http response body of 3xx with javascript: location header r=honzab
2011-09-22 08:59:12 -04:00
Steve Workman
309c5c36ae
Bug 72444: Option to bypass proxy server for local addresses. r=honzab
2011-09-21 15:13:45 -04:00
Michal Novotny
795b4e1cc8
Bug 647391 - Increase maximum size for objects stored in disk cache.
2011-09-13 21:24:01 +02:00
julian.reschke@greenbytes.de
65b4b6ed3c
Bug 272541: Empty disposition type treated as 'attachment'. r=jduell
2011-09-12 20:14:16 -07:00
Michal Novotny
0086f64ec1
Bug 477578 - uppercase selected HTTP methods (CONNECT, DELETE, GET, HEAD, OPTIONS, POST, PUT, TRACE and TRACK) and make other methods case sensitive
2011-09-12 18:00:15 +02:00
Nick Hurley
924d548d31
bug 589292 - add contentDisposition{Filename} props to nsIChannel. r=honzab sr=bzbarsky
2011-09-09 15:41:04 -07:00
Geoff Brown
bc602a67f0
Bug 677427: netwerk/test/unit/test_bug650955.js fails on Android; r=bjarne
2011-09-06 16:52:00 -07:00
Matheus Kerschbaum
8695c3c1f0
Bug 680793 - Remove support for Irix. r=ted
2011-09-02 15:41:45 +01:00
Julian Reschke
af0dfc9e86
Bug 665706 - Remove historic special handling for semicolons in URIs. r=rjesup
2011-08-22 16:51:52 +02:00
Geoff Brown
fcf5c93a68
Bug 668349 - Changes to xpcshell.ini; r=jmaher
2011-08-22 09:00:50 +01:00
Benjamin Smedberg
43c6b83772
Bug 675221 part C - Remove XPCOM proxy usage from necko, r=jduell
...
--HG--
extra : rebase_source : 7bf53b5ac6f52df0224f4fdad78e172762fa7c64
2011-08-19 11:47:43 -04:00
Randell Jesup
e8b73e990b
Bug 677260: Add specIgnoringRef and hasRef for URIs. r=bz, sr=biesi
2011-08-15 17:18:15 -04:00
Michael Wu
fbcd07dca0
Bug 676465 - Replace PRBool with boolean in IDL files, r=bsmedberg
2011-08-06 22:03:32 -07:00
Randell Jesup
d361bb4064
Bug 675710: Add tests for protocol-relative URIs (href=//site/foo) r=bz
2011-08-02 09:40:58 -04: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
Boris Zbarsky
897fccac82
Bug 667818. When computing cookie expiration times, watch out for division by unsigned PR_USEC_PER_SEC screwing things up. r=dwitte
2011-07-26 16:34:11 -04:00
arno renevier
8b113fa3f1
Bug 561042 - remove http headers size limit. r=bz
2011-07-24 13:46:33 +02: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
Marco Bonardo
dd95675537
Backout changesets 79a36ed03e14, d17ac9b0254e due to suspect xpcshell permaorange on OSX opt
2011-07-22 14:35:41 +02:00
Geoff Brown
4dea7e2ccc
Bug 648429: HTTP cache: compress all compressible files - new test for appending to compressed stream; r=michal.novotny
2011-07-21 14:10:48 -04:00
Paul A. Adeyenuwo
8750208034
Bug 660158 - Remove all references to head_ipc.js; r=jduell
2011-07-17 12:07:42 +02:00
Ms2ger
8c78d3f478
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
2011-07-15 12:31:34 +02:00
Randell Jesup
eb8a060ff4
Bug 656853: Fix file://#foo to not lose the #foo. r=bz
2011-07-12 14:07:28 -04:00
Randell Jesup
005fce6837
Bug 622981: Fix relative query/ref/param-only URLs where the base URL has encoded chars. Also greatly expand test_URI.js coverage from RFC 3986. r=bz
2011-07-12 14:07:24 -04:00
Julian Reschke
2860dbbfea
Bug 670333. Make sure that when parsing MIME header params we check for the actual presence of a '=' between the name and the value. r=bzbarsky
2011-07-11 15:27:26 -04:00
Boris Zbarsky
91dfb50099
Bug 667907. For HTTP 0.9 on non-default ports, be more conservative. r=jduell
2011-07-07 14:17:13 -04:00
Julian Reschke
553ac96cf1
Bug 651185. Only process RFC 2231 and RFC 5987 syntax when the value comes from a token (as opposed to a quoted-string). r=bzbarsky
2011-07-05 17:33:04 -04:00
Patrick McManus
71ea7f9c8f
bug 655389 - CRLF Injection and the parsing of HTTP headers. r=bz
2011-07-04 23:12:30 -07:00
bjarne@runitsoft.com
8cbce8439c
Bug 650995 - Support max_entry_size prefs for disk & memory cache, r=michal.novotny
2011-06-27 14:21:15 +02:00
Ed Morley
3f49fdcb2a
Bug 661584 - Code cleanup, substitute more PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc,ted
2011-06-25 16:06:02 +02:00
Michal Novotny
60e90c98b0
Bug 504014 - Enforce RFC 3986 syntax for IPv6 literals
2011-06-23 17:04:23 +02:00
bjarne@runitsoft.com
f214931bd5
Bug 654926 - Hang in nsDiskCacheStreamIO::CloseOutputStream while downloading WebM video from YouTube r=michal.novotny, bjarne
2011-06-22 10:49:35 +02:00
Philipp von Weitershausen
45c351ac2c
Back out bug 664163 (changeset cfb40abb9655) due to failure in test_traceable_channel_wrap.js
2011-06-15 11:00:04 +02:00
Jason Duell
216145aab8
Bug 664163. Fix implementation of Implement Get(Local|Remote)(Address|Port) in HttpChannelChild. r=jdm
2011-06-14 09:12:03 -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
Jason Duell
aeeb58e404
Bug 660774 - e10s necko: refactor channelEventQueue to allow async resume/flush. r=jdm
2011-06-11 18:37:09 -07:00
bjarne@runitsoft.com
d706b41eb1
Bug 618835 - Cannot login to phpmyadmin if I made a typo during my first login attempt r=bz
2011-06-11 16:57:10 +02:00
Josh Matthews
45f7030e56
Bug 661998 - Fix risky use of nsITimer in xpcshell test. r=gavin
2011-06-07 04:45:36 -04:00
Patrick McManus
3199602600
bug 597706 - test for double content length in response header r=jduell
...
--HG--
extra : rebase_source : 66ce23e335720742724250d248c9947dfd4eb33c
2011-06-02 20:48:05 -04: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
Daniel Holbert
f7a686456c
Bug 660066 patch 2: Prevent nsFileDataURI from QI'ing to nsSimpleURI. r=bz
2011-05-27 21:55:20 -07:00
Daniel Holbert
10cede3f4c
Bug 660066 patch 1: Null-check mPrincipal in nsFileDataURI::EqualsInternal. r=bz
2011-05-27 16:53:06 -07:00
Daniel Holbert
c47ae25a87
Bug 660066 patch 0: Add some more test URIs to test_URIs.js xpcshell test. r=bz
2011-05-27 16:53:03 -07:00
Daniel Holbert
3019f5c45f
Bug 659698: Fix nsJSURL to handle the recent .ref additions to nsSimpleURI. r=bz
2011-05-26 01:20:06 -07:00
Bjarne
65fdcea436
Fixing part of bug 659569. Fix issue with Firefox getting stuck in a redirect loop when connecting to Ubiquiti radio equipment. r=bzbarsky@mit.edu
2011-05-25 15:23:05 -07:00
Matt Brubeck
8349139224
Merge cedar to mozilla-central
2011-05-24 14:55:37 -07:00
Daniel Holbert
0e1884e484
Bug 658949 patch 2: Refest & xpcshell-test-addition for this bug. r=bz
2011-05-24 17:40:35 +02:00
Mounir Lamouri
c82951ef5c
Back out bug 658949 because of perma orange on Windows Reftests.
2011-05-24 15:36:32 +02:00
Daniel Holbert
a094756416
Bug 658949 patch 2: Refest & xpcshell-test-addition for this bug. r=bz a=sheriff
2011-05-24 03:39:31 -07:00
Jason Duell
52817aa73e
Remove broken GetLocal calls in test_traceable_channel.js, r=jduell, a=queue
2011-05-24 02:29:02 -07:00
Michal Novotny
c6be565fcc
Bug 651100 - Browser becomes unresponsive while watching embedded Youtube <video>. r=bjarne a=sheriff
2011-05-20 19:27:11 +02:00
Matheus Kerschbaum
6eb93f7dd3
Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew
2011-05-23 18:54:47 +02:00
bjarne@runitsoft.com
39045fbf7d
Bug 633743 - reverting closed tab with pushState changes sends request with HTTP_X_REQUESTED_WITH:XMLHttpRequest r=bzbarsky
...
With this change, we check for ResponseWouldVary() to make sure that we're talking about the same entity as the caller before we worry about whether the caller passed LOAD_FROM_CACHE and such. If what we have cached is just fundamentally different from what the caller wants, we don't want to return it.
2011-05-23 16:47:02 -04:00
Daniel Holbert
270f56506c
Bug 308590 patch 4: Add impl for .ref on nsSimpleURI. r=bz
2011-05-21 18:12:45 -07:00
Daniel Holbert
2ee75e0a93
Bug 308590 patch 3.5: Add nsIURI::CloneIgnoringRef interface & impls. r=bz sr=biesi
2011-05-21 18:12:45 -07:00
Daniel Holbert
f4110d2e96
Bug 308590 patch 3: Add nsIURI::EqualsExceptRef interface & impls. r=bz sr=biesi
2011-05-21 18:12:45 -07:00
Daniel Holbert
cbdf2a3c2f
Bug 308590 patch 1: Revamp test_URIs.js, including some tests for .ref (which will be supported on URIs after the rest of this bug's patches). r=bz
2011-05-21 18:12:45 -07:00
Christian Biesinger
132b0e1ea8
Bug 576006 - Implement timing interface for channels
...
r=jduell sr=bz
2011-05-21 03:03:36 -07:00
Joel Maher
193c66083d
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
2011-05-20 11:54:01 -04:00
Mounir Lamouri
627dcdb633
Backout bug 654926 because of perma orange on Win Opt xpcshell.
2011-05-19 18:54:26 +02:00
Bjarne
083ab03e55
Tests for bug 654926. r=michal
2011-05-19 12:54:02 +02:00
Zack Weinberg
c526a0f788
Bug 541496 part 4: rewrite ns(I)UnicharStreamLoader to produce a string rather than a stream; use string-taking parser API for async style loads. r=bzbarsky
2011-05-18 21:22:59 -04:00
Siddharth Agarwal
fbd92c4b61
Bug 656099 - bustage fix: add a null param to scheduleUpdate calls. CLOSED TREE
...
Bug 536295 changed the API, but these calls were missed.
2011-05-11 01:28:33 +05:30
Patrick McManus
d4829d7fc0
bug 652761 ABORT: half open complete but no item: 'index != -1' with embedded src port 80000 r=honzab
2011-04-28 17:43:24 -04:00
Christian Biesinger
f0c56c0c72
Unbreak android from cset acb6850ca38c / Bug 650429 - it doesn't have getpass.
2011-04-28 13:15:46 -07:00
Christian Biesinger
fc9ad38a0f
Bug 650429 - Enable TestProtocols with libxul
...
r=bz
2011-04-28 11:30:30 -07:00
Philipp von Weitershausen
1d43d57f19
Bug 648367 - Add run_next_test to head.js. r=ted
2011-04-18 13:31:20 -07:00
Ehsan Akhgari
455d5a5d71
Merge cedar into mozilla-central
2011-04-15 09:35:11 -04:00
Julian Reschke
bf61a37b99
Bug 588389 - content-disposition: escaped characters in quoted-string give funny results; r=bzbarsky
2011-04-14 12:08:10 -07:00
Adam Barth
a5e439e693
Bug 610218 - Quotes in "path" for Set-Cookie are taken literally; r=dwitte
2011-04-14 15:58:42 -04:00
Honza Bambas
27908b070b
Bug 526207: Make IP address and port information available to HTTP activity observers. r=biesi
2011-04-10 10:33:08 -07:00
Boris Zbarsky
1e9351c279
Backed out changeset 4cadb299e5ef (bug 588389) to fix orange.
...
--HG--
extra : rebase_source : 02d07a9b1e784a3c8538ccae54c43e8eb17468d6
2011-04-08 14:07:07 -07:00
Julian Reschke
7f0465be6b
Bug 588389 - content-disposition: escaped characters in quoted-string give funny results; r=bzbarsky
...
--HG--
extra : rebase_source : fd30b81dc39dd0000270cc0dcce03302a8f7267e
2011-04-05 09:36:00 -07:00
Matheus Kerschbaum
4eb6429f47
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
2011-04-02 19:14:00 -07:00
Ehsan Akhgari
2cc302e02c
Bug 646071 - Part 3: Remove nsInt64.h, and convert all uses of nsInt64 and nsUint64 in the tree to PRInt64 and PRUint64, respectively; r=bsmedberg
2011-03-31 20:15:27 -04:00
Ehsan Akhgari
cccdef8b2f
Backout the latest cedar merge wholesale until I test the correctness of the merge locally. This commit takes the tree state back to changeset 8d3f6093c425 (the last known good changeset before the merge)
2011-04-01 12:23:48 -04:00
Ehsan Akhgari
bd51cb9b94
Bug 646071 - Part 3: Remove nsInt64.h, and convert all uses of nsInt64 and nsUint64 in the tree to PRInt64 and PRUint64, respectively; r=bsmedberg
2011-03-31 20:15:27 -04:00
Ehsan Akhgari
36a6723fd4
Merge cedar into mozilla-central
2011-03-31 14:11:37 -04:00
Shawn Wilsher
7d081ee3fa
Bug 632227 - NetUtil should have a helper method to read an input stream asynchronously
...
r=bz
sr=biesi
2011-03-31 10:24:42 -07:00
Kyle Huey
959ea8bc3e
Backed out changeset a5dbece71e4a due to test failures
2011-03-31 09:11:21 -04:00
Matheus Kerschbaum
b06dc06820
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now. r=bsmedberg
2011-03-31 07:22:55 -04:00
chrisd.mang@gmail.com
bbf80344bb
Bug 280661 - Test case; r=ted
2011-03-23 23:42:04 -04:00
L. David Baron
db6289bc0a
Use nsAutoLock::NewLock, nsAutoLock::DestroyLock, nsAutoMonitor::NewMonitor, and nsAutoMonitor::DestroyMonitor as required by the API. (Bug 594666) r=cjones
2011-03-29 08:43:26 -07:00
Karl Tomlinson
2c6bb15624
backout bug 280661 due to test_socks.js test failure
2011-03-24 21:37:53 +13:00
chrisd.mang@gmail.com
8f46379f10
Bug 280661 - Test case; r=ted
2011-03-23 23:42:04 -04:00
bjarne@runitsoft.com
884a180af5
Bug 561276 - Cookie dependency on cache determination for image redirects r=bz
2011-03-23 23:36:53 -04:00
Jason Duell
9d4ad5cc63
Bug 588781 - Content-Disposition: suboptimal fallback behavior when both "filename" and "filename*" params are present; r=biesi
2011-03-23 23:35:30 -04:00
timeless@mozdev.org
26b8fd7e81
Bug 617693 testURL/writeout use delete[] on nsMemory::Alloc o_Result and strdup(temp) when they don't leak
...
r=biesi
2011-03-23 23:30:31 -04:00
Kyle Huey
8b2b2d95a7
Merge m-c to bs.
2011-03-04 23:54:03 -05:00
Alon Zakai
b651929fb3
Bug 634666 - DEFER_OPEN option for file streams. r=bz,sdwilsh sr=bz a=blocking-fennec
2011-03-04 16:36:56 -08:00
Neil Rashbrook
32c305081f
Bug 616809 Remove CRs from netwerk r=biesi a=jst DONTBUILD
2011-02-06 00:04:14 +00:00
Mike Hommey
3bcebafe9c
Bug 584474 part 6 - Remove duplicate libxpcomglue_s in link flags. r=ted
2011-02-25 15:02:04 +01:00
bjarne@runitsoft.com
7453b6a04c
Bug 612135: Content Encoding Error (partial content request) on galaxys.samsungmobile.com r=bzbarsky a=blocking2.0
2011-02-04 14:49:05 -05:00
Ehsan Akhgari
2312c4c0f3
Backout all of the bugs in the 7e12e3e16e6c pushlog because of the orange.
...
It is not clear which one of these bugs is at fault.
2011-02-04 16:34:02 -05:00
bjarne@runitsoft.com
490808e6df
Bug 612135: Content Encoding Error (partial content request) on galaxys.samsungmobile.com r=bzbarsky a=blocking2.0
...
--HG--
extra : rebase_source : 32ff74259046fd2f3a673df39620acb10accf2cb
2011-02-04 14:49:05 -05:00
Boris Zbarsky
bdf44f5f2e
Bug 629291. Don't use native leaf names in safe output streams; they lose information. r=bsmedberg, a=jst
2011-02-03 09:36:46 -08:00
Michal Novotny
875cbda8f1
bug 543805 - FTP list parse error when list returns twice space between date and file name. r=honzab.moz@firemni.cz, a=blocker
2011-01-17 20:50:08 +02:00
Dan Witte
b255501115
Fix bug 616264. r=ehsan,sdwilsh, a=beta9+
2010-12-22 13:50:56 -08:00
bjarne@runitsoft.com
b62b8522af
Bug 610654 - TEST-UNEXPECTED-FAIL (randomorange) r=bz a=test-only
2010-12-09 00:38:42 +01:00
Ehsan Akhgari
4ffc0ab80d
Set offline=false, if network manager init failed. Fixes xulrunner, and seamonkey+thunderbird test. Bug 616520, r=bz, a=bz
...
--HG--
extra : rebase_source : cb14db93d0b983bbec4e87127124bd4119e583fd
2010-12-08 18:08:09 +01:00
Henri Sivonen
c34fe93a70
Back out changeset 465ac4717f88 due to orange. a=orange.
2010-12-08 16:17:18 +02:00
bjarne@runitsoft.com
2f7e196ec1
Bug 610654 - TEST-UNEXPECTED-FAIL (randomorange) r=bz a=test-only
2010-12-08 13:07:16 +01:00
Ehsan Akhgari
6651ae9849
Bug 614286 - Don't initialize the socket transport service unless we know that we're online; r=bzbarsky a=blocking-beta8+
2010-11-25 00:20:11 -05:00
Ehsan Akhgari
7daaa00ea9
Backed out changeset 630b08a7fe63 because of xpcshell test failures
2010-11-30 13:57:24 -05:00
Ehsan Akhgari
dfed869c9f
Bug 614286 - Don't initialize the socket transport service unless we know that we're online; r=bzbarsky a=blocking-beta8+
2010-11-25 00:20:11 -05:00
Paul O’Shannessy
26de26b45a
Fix xpcshell failure from bug 468246 revealed by bug 613516 [a=bustage] landed on a CLOSED TREE
2010-11-29 20:57:30 -05:00
Christian Biesinger
4c2c51437a
Bug 614717 retry: Make test_bug369787.js not hang when the test fails by
...
ensuring that do_test_finished is called even when an exception is thrown.
Also make the test work in the presence of PAC, where the channel changes
between asyncOpen and onStartRequest.
r=bz a=test-only
2010-11-29 15:41:21 -08:00
Christian Biesinger
88ff626760
Backed out changeset dd249f45dc3d
...
Clearly I don't know hg well enough, didn't mean to commit all this. a=I-messed-up
2010-11-29 15:34:30 -08:00
Christian Biesinger
6f6cd3b97a
Bug 614717 Make test_bug369787.js not hang when the test fails by ensuring
...
that do_test_finished is called even when an exception is thrown.
Also make the test work in the presence of PAC, where the channel changes
between asyncOpen and onStartRequest.
r=bz a=test-only
2010-11-29 15:28:40 -08:00
bjarne@runitsoft.com
5f604506d6
Bug 468426 - improved support for "Vary: Cookie"-headers , r=biesi a=bsmedberg
2010-11-26 12:13:37 -05:00
Dan Witte
f14720c3ee
Back out 3aa8e0293d5f for causing perma-orange on xpcshell debug. a=bustage
2010-11-12 10:13:34 -08:00
bjarne@runitsoft.com
c8089ba244
Bug 610654 - TEST-UNEXPECTED-FAIL (randomorange) r=bz a=bzbarsky
2010-11-12 16:48:03 +01:00
Olli Pettay
9f84ca2d49
Backout bug 610654, a=backout
2010-11-10 14:19:38 +02:00
bjarne@runitsoft.com
3b3854a72b
Bug 610654 - test failure xpcshell/tests/netwerk/test/unit/test_bug596443.js | Response1 == Response0, r=bz, a=bz
2010-11-10 13:21:48 +02:00
bjarne@runitsoft.com
01af56f4d0
Bug 596443 - [Unit test] SVG embedded by reference is not loading r=bz
2010-11-09 10:24:42 +01:00
Bjarne Herland
727e552b95
Bug 586908 - Infinite requests when proxy from system settings is redirected r=biesi, a=blocker
2010-10-25 15:47:40 -07: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
Dan Witte
468790a66e
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 5: Replace expired cookies eagerly, and make expired cookies visible in API results. r=sdwilsh, a=betaN+
2010-10-19 17:24:53 -07:00
Dan Witte
a67d6f7873
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 2: add triple index. r=sdwilsh, a=betaN+
2010-10-19 17:24:52 -07:00
Jae-Seong Lee-Russo
b33b8c353d
Bug 564553 - e10s HTTP: Serialize nsInputStreams to support large file uploads. Part 1: serialize them. r=dwitte, a=blocking-fennec2.0b2+
2010-10-19 17:24:52 -07:00
Boris Zbarsky
7e51113e58
Bug 602780. Fix handling of hosts in NS_SecurityCompareURIs. r=jst, a=blocker,jst
2010-10-15 17:55:53 -04:00
Justin Lebar
aa38ca6673
Backing out changesets bb01920c2708 and a4a69aef3cba due to orange.
2010-10-15 16:24:08 -07:00
Boris Zbarsky
b6eb66e197
Bug 602780. Fix handling of hosts in NS_SecurityCompareURIs. r=jst, a=blocker,jst
2010-10-15 17:55:53 -04:00
Jonas Sicking
69f20b4502
Followup for bug 575946. Enable all the tests on windows by using a different way of testing that the full file was written. a=NPOTB
2010-10-13 21:13:16 -07:00
Jonas Sicking
1dee38609c
Bug 575946: Implement File.slice. r=khuey sr=biesi a=beltzner
2010-10-13 16:25:33 -07:00
Honza Bambas
33efabe286
Bug 537381 - -1 as port number cause default port to be used, should fail to load, r=bz, a=blocking:final
2010-10-11 21:39:09 +02:00
Honza Bambas
db55e1232a
Bug 586766 - e10s http: fix redirect/cancel race. r=jduell, a=blocking-fennec-b2
2010-10-08 22:07:58 -07:00
Ehsan Akhgari
5165d65a2c
Bug 430910 - nsStandardURL gets confused when the query string or the anchor name contains slash characters; r=bzbarsky a=roc
2010-09-24 14:21:17 -04:00
Dan Witte
5cf671a843
Back out all cookie changes due to bug 602746. a=omgeverythingisbroken
2010-10-07 19:02:30 -07:00
Dan Witte
aef2818ff7
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 2: add triple index. r=sdwilsh, a=beta8+
2010-10-07 14:00:17 -07:00
Honza Bambas
8c7124ebac
Bug 587146 - e10s http: fix auth test in test_resumable_channel.js, r=dwitte, a=testonly
2010-10-07 16:43:17 +02:00
Doug Turner
cf46fb33c9
Bug 558624 - e10s Cookies: Optimize implementation. Part 2. Tests. r=dwitte. a=blocking-fennec
...
--HG--
extra : rebase_source : d199cb380ff0a69353c6f35d6d959fb95b226bf6
2010-10-01 15:18:55 -07:00
Edmund Wong
7d30976428
Bug 535048: Remove nsILeakDetector leftovers from the tree. r=khuey a=test-only
2010-09-17 21:27:12 -04:00
Dan Witte
039ed0f7fa
Remove unnecessary sleep(). No bug, test-only.
2010-09-16 13:21:12 -07:00
Serge Gautherie
ab7c48e4f8
Bug 589609 - [SeaMonkey 2.1, mochitest-browser-chrome] browser_NetUtil.js:6 - ReferenceError: Cu is not defined; (Av1) s/Cu/Components.utils/.
...
r=(Callek + sdwilsh) a=(test only).
2010-09-08 20:26:07 +02:00
Dan Witte
eb0eeec501
Merge e10s -> m-c.
2010-09-07 15:34:44 -07:00
Dan Witte
518384daba
Manually set per-host limit in TestCookie.
2010-09-01 23:52:55 -07:00
Dan Witte
cf69667c0d
Back out Bug 536324 part 3.
2010-08-30 13:20:39 -07:00
Shawn Wilsher
f7e6769fdc
Bug 590654 - Let JavaScript read embedded nulls from input streams
...
Adds a new method to NetUtil (readInputStreamToString) that will read a string
with or without embedded NULLs from an input stream. Also adds the needed API
on nsIScriptableInputStream to make this happen.
r=bz
sr=biesi
a=blocking2.0
2010-08-27 12:42:51 -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
Ginn Chen
cdf3e1d4f5
Bug 590429 Fix __VA_ARGS__ in macros of TestSTSParser.cpp to make it compile with Sun Studio r=sstamm a=test-fix
2010-08-27 19:08:24 +08: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
9d758b2bce
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 3: contentLength consumers. r=jduell, a=beta5+
2010-08-21 00:31:35 -07:00
Dan Witte
b2630233ec
imported patch fix-tests
2010-08-13 21:18:05 -07:00
Dan Witte
8c1575ae89
Fix test_0010_timermanager.js test and disable e10s redirect/resume tests in test_resumable_channel.js.
2010-08-13 14:35:13 -07:00
Dan Witte
fdc186d526
Reenable tests for bugs 586205 and 586238.
2010-08-13 13:28:14 -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
Jason Duell
e5436ee5e0
Merge from m-c.
2010-08-13 00:51:25 -07:00
Dan Witte
a7b4cd420a
Bug 586802 - e10s http: fix test_httpcancel.js. r=jduell, a=wewanttoshipafennecalpha
2010-08-12 16:09:16 -07:00
Dan Witte
6d5a1d5e63
Bug 536317 - e10s HTTP: implement Cancel. r=jduell, a=blocker
2010-08-12 02:05:16 -07:00
Josh Matthews
00afa443f6
Bug 536321 - e10s HTTP: suspend/resume. r=dwitte
2010-08-10 23:07:09 -04:00
Honza Bambas
df0ee9e34a
Bug 536294 - e10s HTTP: redirects. r=jduell
...
--HG--
rename : netwerk/protocol/http/HttpChannelParent.cpp => netwerk/protocol/http/HttpChannelParentListener.cpp
rename : netwerk/protocol/http/HttpChannelParent.h => netwerk/protocol/http/HttpChannelParentListener.h
2010-08-10 20:11:57 -07:00
Josh Matthews
7ec8ac2aba
Bug 584604 - e10s HTTP: Clean up IPDL buffering. r=jduell,cjones
...
jduell: Made a bunch of structural/naming changes.
Merged in test patches.
2010-08-06 00:59:37 -04:00
Johnny Stenback
3a85986c74
Disabling failing tests from bug 536321, followup bug 586238 filed to track this.
2010-08-11 04:13:25 -07:00
Jason Duell
d6f58bdf36
Disable perma-orange xpcshell test for redirects (Bug 586205).
2010-08-11 01:33:42 -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
Shawn Wilsher
810d3dc915
Fix pymake bustage from changeset 5dc3c2d2dd4f (bug 495115).
...
r=khuey
a=broken pymake
--HG--
extra : rebase_source : a4b1a19bf6b13f0cd91f8e050b1c1d0bde71a839
2010-08-25 09:01:56 -07:00
Bjarne
ed732b9f7f
Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst
2010-08-04 22:15:55 -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
Sid Stamm
a781965b6d
Bug 495115 - Implement Strict-Transport-Security to allow sites to specify HTTPS-only connections, r=kaie+honzab+bjarne, a=betaN+
2010-06-03 14:03:17 -07:00
Philipp von Weitershausen
7ec32fd94a
Bug 580508 - nsURLHelper.cpp net_ParseFileURL is asserting on resource:// URLs that are aliased to other resource:// URLs [r=jduell]
2010-08-02 16:37:55 -07:00
Gavin Sharp
bc60abba81
Bug 581175: Make NetUtil's asyncFetch suppress SSL error messages by default, and pass relevant nsIRequest object to its callback, r+a=sdwilsh
...
--HG--
rename : testing/mochitest/tests/browser/Makefile.in => netwerk/test/browser/Makefile.in
2010-07-23 17:59:07 -04:00
Justin Dolske
d819c762c2
backout bug 580508 / a2246039f70d due to test failure
2010-08-02 19:03:45 -07:00
Philipp von Weitershausen
fd07fb90db
Bug 580508 - nsURLHelper.cpp net_ParseFileURL is asserting on resource:// URLs that are aliased to other resource:// URLs [r=jduell]
2010-08-02 16:37:55 -07:00
Robert Sayre
802a358676
Merge mozilla-central to tracemonkey.
2010-07-30 21:57:41 -07:00
Robert Sayre
e166ede952
Add some debugging data to a failing test.
2010-07-27 15:45:11 -07:00
Honza Bambas
a5855be7e1
Bug 513086 - Make redirect API async, r=bz, sr=biesi
...
--HG--
rename : netwerk/test/unit/test_redirect_caching.js => netwerk/test/unit/test_redirect-caching_passing.js
2010-07-28 20:33:06 +02:00
Josh Matthews
b181744bdc
Bug 572980 - e10s: HttpChannelChild incorrectly refcounted. r=cjones, jduell.
...
This version adds checks to make sure child doesn't try to send any IPDL msgs to
parent after IPDL has been shut down.
--HG--
extra : rebase_source : 47ac7a7f8b5bc0ce3eee10cdc170ae27e9fc94aa
2010-06-27 12:44:15 -04:00
timeless@mozdev.org
52ead6ee67
Bug 575633 streamParse leaks ToNewCString(globalStream)
...
r=biesi
--HG--
extra : rebase_source : 60422d4d1120d16044a8d292f7fafc7cb8cdcbfb
2010-07-01 02:39:35 +03:00
Benjamin Smedberg
a677e5bf91
Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691.
2010-07-01 11:55:57 -04: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
e15eaaca54
Fix a bunch of test failures caused by typos or other issues from bug 568691.
2010-06-27 14:03:05 -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
Benjamin Smedberg
0df0345c66
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
...
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
2010-06-21 11:41:42 -04:00
Benjamin Smedberg
a7e67d32ad
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
2010-06-10 14:11:40 -04:00
Chris Jones
4284e16fc8
Bug 575918: Temporarily disable OOP xpcshell on OS X because it's completely broken. r=bsmedberg
2010-06-30 17:53:51 -05:00
Jason Duell
a642a0f8aa
Disable test_bug528292.js in content for now since it's broken from prefs and redirects. Bug 575094 will fix.
...
--HG--
rename : netwerk/test/unit_ipc/test_bug528292_wrap.js => netwerk/test/unit_ipc/disabled_test_bug528292_wrap.js
2010-06-29 17:17:45 -07:00
Jason Duell
386a098a89
Merge from m-c.
...
Fair amount of merge conflicts.
Biggest item was changes to nsHttpChannel from web sockets changes.
Other likely suspects if things are borken:
nsFrameLoader.cpp:
- nsFrameLoader::EnsureMessageManager: pass "this" (orig e10s code) or
nsnull (m-c) to local process call to new nsFrameMessageManager(),
callback arg? Smaug said null.
- only calling SetCallBackData for local case. also +r smaug.
nsPrefBranch.cpp had fairly extensive merge conflicts.
nsChromeRegistry had lots of changes.
Dougt did most of the non-necko changes (thanks).
--HG--
rename : netwerk/protocol/http/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
rename : netwerk/protocol/http/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannelAuthProvider.h
2010-06-22 17:33:57 -07:00
Doug Turner
b2c88178e3
Merging with M-C.
...
Hand merged the following files:
U chrome/src/nsChromeRegistry.cpp
U chrome/src/nsChromeRegistry.h
U content/base/src/nsFrameLoader.cpp
U content/base/src/nsFrameLoader.h
U dom/src/geolocation/nsGeolocation.cpp
U dom/src/geolocation/nsGeolocation.h
U netwerk/build/Makefile.in
U netwerk/cookie/nsCookieService.cpp
U netwerk/cookie/nsCookieService.h
--HG--
rename : extensions/cookie/test/unit/test_cookies.js => extensions/cookie/test/unit/test_cookies_thirdparty.js
rename : netwerk/cookie/src/nsCookieService.cpp => netwerk/cookie/nsCookieService.cpp
rename : netwerk/cookie/src/nsCookieService.h => netwerk/cookie/nsCookieService.h
rename : netwerk/dns/src/nsIDNKitInterface.h => netwerk/dns/nsIDNKitInterface.h
rename : netwerk/protocol/http/src/nsHttp.h => netwerk/protocol/http/nsHttp.h
rename : netwerk/protocol/http/src/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannel.cpp
rename : netwerk/protocol/http/src/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannel.h
rename : netwerk/protocol/http/src/nsHttpChunkedDecoder.h => netwerk/protocol/http/nsHttpChunkedDecoder.h
rename : netwerk/protocol/http/src/nsHttpHandler.cpp => netwerk/protocol/http/nsHttpHandler.cpp
rename : netwerk/protocol/http/src/nsHttpHeaderArray.h => netwerk/protocol/http/nsHttpHeaderArray.h
rename : netwerk/protocol/http/src/nsHttpRequestHead.h => netwerk/protocol/http/nsHttpRequestHead.h
rename : netwerk/protocol/http/src/nsHttpResponseHead.h => netwerk/protocol/http/nsHttpResponseHead.h
rename : netwerk/protocol/http/src/nsHttpTransaction.cpp => netwerk/protocol/http/nsHttpTransaction.cpp
rename : netwerk/protocol/res/src/nsResProtocolHandler.cpp => netwerk/protocol/res/nsResProtocolHandler.cpp
rename : netwerk/protocol/res/src/nsResProtocolHandler.h => netwerk/protocol/res/nsResProtocolHandler.h
2010-06-07 13:38:02 -07:00
Oleg Romashin
2538039097
Merge with latest mozilla central r 42802:ffbc3baf03ae
2010-05-25 15:19:33 -04:00
Olli Pettay
93984b6736
m-c to e10 merge
2010-05-24 17:45:59 +03:00
Jason Duell
9071f96257
Bug 567428: Turn e10s/necko on by default. r=dwitte
2010-05-21 16:18:19 -07:00
Henri Sivonen
4dac627a91
Bug 565432 - Newline at the start of an ftp URL makes URL object creation fail. r=bzbarsky.
...
--HG--
extra : rebase_source : df5023aeaa0d9e7f32e6ba89b2ff297d8ac3ab0a
2010-05-20 12:03:11 +03:00
Chris Jones
243218439d
Temporarily work around bug 546351 by disabling this test. irc-r=jduell
2010-05-14 17:08:29 -05:00
Chris Jones
2ed40cd772
Merged m-c
2010-05-13 18:04:53 -05:00
Jae-Seong Russel-Lee
9a47608f25
Bug 561692 - e10s HTTP: Implement nsIProgressEventSink: part1 r=jduell
2010-05-13 10:28:51 -07:00
Henri Sivonen
34bc425b36
Bug 563536, bug 204111 - Put data from uconv property files into code to avoid thread-unsafe property file loading. r=smontagu.
2010-05-10 17:09:13 +03:00
Mitchell Field
fe6db3002c
Bug 542222 - Reduce recursion in netwerk makefiles.
...
--HG--
rename : netwerk/cache/src/nsCache.cpp => netwerk/cache/nsCache.cpp
rename : netwerk/cache/src/nsCache.h => netwerk/cache/nsCache.h
rename : netwerk/cache/src/nsCacheDevice.h => netwerk/cache/nsCacheDevice.h
rename : netwerk/cache/src/nsCacheEntry.cpp => netwerk/cache/nsCacheEntry.cpp
rename : netwerk/cache/src/nsCacheEntry.h => netwerk/cache/nsCacheEntry.h
rename : netwerk/cache/src/nsCacheEntryDescriptor.cpp => netwerk/cache/nsCacheEntryDescriptor.cpp
rename : netwerk/cache/src/nsCacheEntryDescriptor.h => netwerk/cache/nsCacheEntryDescriptor.h
rename : netwerk/cache/src/nsCacheMetaData.cpp => netwerk/cache/nsCacheMetaData.cpp
rename : netwerk/cache/src/nsCacheMetaData.h => netwerk/cache/nsCacheMetaData.h
rename : netwerk/cache/src/nsCacheRequest.h => netwerk/cache/nsCacheRequest.h
rename : netwerk/cache/src/nsCacheService.cpp => netwerk/cache/nsCacheService.cpp
rename : netwerk/cache/src/nsCacheService.h => netwerk/cache/nsCacheService.h
rename : netwerk/cache/src/nsCacheSession.cpp => netwerk/cache/nsCacheSession.cpp
rename : netwerk/cache/src/nsCacheSession.h => netwerk/cache/nsCacheSession.h
rename : netwerk/cache/src/nsDeleteDir.cpp => netwerk/cache/nsDeleteDir.cpp
rename : netwerk/cache/src/nsDeleteDir.h => netwerk/cache/nsDeleteDir.h
rename : netwerk/cache/src/nsDiskCache.h => netwerk/cache/nsDiskCache.h
rename : netwerk/cache/src/nsDiskCacheBinding.cpp => netwerk/cache/nsDiskCacheBinding.cpp
rename : netwerk/cache/src/nsDiskCacheBinding.h => netwerk/cache/nsDiskCacheBinding.h
rename : netwerk/cache/src/nsDiskCacheBlockFile.cpp => netwerk/cache/nsDiskCacheBlockFile.cpp
rename : netwerk/cache/src/nsDiskCacheBlockFile.h => netwerk/cache/nsDiskCacheBlockFile.h
rename : netwerk/cache/src/nsDiskCacheDevice.cpp => netwerk/cache/nsDiskCacheDevice.cpp
rename : netwerk/cache/src/nsDiskCacheDevice.h => netwerk/cache/nsDiskCacheDevice.h
rename : netwerk/cache/src/nsDiskCacheDeviceSQL.cpp => netwerk/cache/nsDiskCacheDeviceSQL.cpp
rename : netwerk/cache/src/nsDiskCacheDeviceSQL.h => netwerk/cache/nsDiskCacheDeviceSQL.h
rename : netwerk/cache/src/nsDiskCacheEntry.cpp => netwerk/cache/nsDiskCacheEntry.cpp
rename : netwerk/cache/src/nsDiskCacheEntry.h => netwerk/cache/nsDiskCacheEntry.h
rename : netwerk/cache/src/nsDiskCacheMap.cpp => netwerk/cache/nsDiskCacheMap.cpp
rename : netwerk/cache/src/nsDiskCacheMap.h => netwerk/cache/nsDiskCacheMap.h
rename : netwerk/cache/src/nsDiskCacheStreams.cpp => netwerk/cache/nsDiskCacheStreams.cpp
rename : netwerk/cache/src/nsDiskCacheStreams.h => netwerk/cache/nsDiskCacheStreams.h
rename : netwerk/cache/public/nsICache.idl => netwerk/cache/nsICache.idl
rename : netwerk/cache/public/nsICacheEntryDescriptor.idl => netwerk/cache/nsICacheEntryDescriptor.idl
rename : netwerk/cache/public/nsICacheListener.idl => netwerk/cache/nsICacheListener.idl
rename : netwerk/cache/public/nsICacheService.idl => netwerk/cache/nsICacheService.idl
rename : netwerk/cache/public/nsICacheSession.idl => netwerk/cache/nsICacheSession.idl
rename : netwerk/cache/public/nsICacheVisitor.idl => netwerk/cache/nsICacheVisitor.idl
rename : netwerk/cache/src/nsMemoryCacheDevice.cpp => netwerk/cache/nsMemoryCacheDevice.cpp
rename : netwerk/cache/src/nsMemoryCacheDevice.h => netwerk/cache/nsMemoryCacheDevice.h
rename : netwerk/cookie/src/nsCookie.cpp => netwerk/cookie/nsCookie.cpp
rename : netwerk/cookie/src/nsCookie.h => netwerk/cookie/nsCookie.h
rename : netwerk/cookie/src/nsCookieService.cpp => netwerk/cookie/nsCookieService.cpp
rename : netwerk/cookie/src/nsCookieService.h => netwerk/cookie/nsCookieService.h
rename : netwerk/cookie/public/nsICookie.idl => netwerk/cookie/nsICookie.idl
rename : netwerk/cookie/public/nsICookie2.idl => netwerk/cookie/nsICookie2.idl
rename : netwerk/cookie/public/nsICookieManager.idl => netwerk/cookie/nsICookieManager.idl
rename : netwerk/cookie/public/nsICookieManager2.idl => netwerk/cookie/nsICookieManager2.idl
rename : netwerk/cookie/public/nsICookiePermission.idl => netwerk/cookie/nsICookiePermission.idl
rename : netwerk/cookie/public/nsICookieService.idl => netwerk/cookie/nsICookieService.idl
rename : netwerk/dns/src/effective_tld_names.dat => netwerk/dns/effective_tld_names.dat
rename : netwerk/dns/src/nameprep.c => netwerk/dns/nameprep.c
rename : netwerk/dns/src/nameprep_template.c => netwerk/dns/nameprep_template.c
rename : netwerk/dns/src/nameprepdata.c => netwerk/dns/nameprepdata.c
rename : netwerk/dns/src/nsDNSService2.cpp => netwerk/dns/nsDNSService2.cpp
rename : netwerk/dns/src/nsDNSService2.h => netwerk/dns/nsDNSService2.h
rename : netwerk/dns/src/nsEffectiveTLDService.cpp => netwerk/dns/nsEffectiveTLDService.cpp
rename : netwerk/dns/src/nsEffectiveTLDService.h => netwerk/dns/nsEffectiveTLDService.h
rename : netwerk/dns/src/nsHostResolver.cpp => netwerk/dns/nsHostResolver.cpp
rename : netwerk/dns/src/nsHostResolver.h => netwerk/dns/nsHostResolver.h
rename : netwerk/dns/src/nsIDNKitInterface.h => netwerk/dns/nsIDNKitInterface.h
rename : netwerk/dns/public/nsIDNSListener.idl => netwerk/dns/nsIDNSListener.idl
rename : netwerk/dns/public/nsIDNSRecord.idl => netwerk/dns/nsIDNSRecord.idl
rename : netwerk/dns/public/nsIDNSRequest.idl => netwerk/dns/nsIDNSRequest.idl
rename : netwerk/dns/public/nsIDNSService.idl => netwerk/dns/nsIDNSService.idl
rename : netwerk/dns/src/nsIDNService.cpp => netwerk/dns/nsIDNService.cpp
rename : netwerk/dns/src/nsIDNService.h => netwerk/dns/nsIDNService.h
rename : netwerk/dns/public/nsIEffectiveTLDService.idl => netwerk/dns/nsIEffectiveTLDService.idl
rename : netwerk/dns/public/nsIIDNService.idl => netwerk/dns/nsIIDNService.idl
rename : netwerk/dns/public/nsPIDNSService.idl => netwerk/dns/nsPIDNSService.idl
rename : netwerk/dns/src/prepare_tlds.py => netwerk/dns/prepare_tlds.py
rename : netwerk/dns/src/punycode.c => netwerk/dns/punycode.c
rename : netwerk/dns/src/punycode.h => netwerk/dns/punycode.h
rename : netwerk/dns/src/race.c => netwerk/dns/race.c
rename : netwerk/mime/public/nsIMIMEHeaderParam.idl => netwerk/mime/nsIMIMEHeaderParam.idl
rename : netwerk/mime/public/nsIMIMEInfo.idl => netwerk/mime/nsIMIMEInfo.idl
rename : netwerk/mime/public/nsIMIMEService.idl => netwerk/mime/nsIMIMEService.idl
rename : netwerk/mime/src/nsMIMEHeaderParamImpl.cpp => netwerk/mime/nsMIMEHeaderParamImpl.cpp
rename : netwerk/mime/src/nsMIMEHeaderParamImpl.h => netwerk/mime/nsMIMEHeaderParamImpl.h
rename : netwerk/mime/public/nsMimeTypes.h => netwerk/mime/nsMimeTypes.h
rename : netwerk/protocol/about/src/nsAboutBlank.cpp => netwerk/protocol/about/nsAboutBlank.cpp
rename : netwerk/protocol/about/src/nsAboutBlank.h => netwerk/protocol/about/nsAboutBlank.h
rename : netwerk/protocol/about/src/nsAboutBloat.cpp => netwerk/protocol/about/nsAboutBloat.cpp
rename : netwerk/protocol/about/src/nsAboutBloat.h => netwerk/protocol/about/nsAboutBloat.h
rename : netwerk/protocol/about/src/nsAboutCache.cpp => netwerk/protocol/about/nsAboutCache.cpp
rename : netwerk/protocol/about/src/nsAboutCache.h => netwerk/protocol/about/nsAboutCache.h
rename : netwerk/protocol/about/src/nsAboutCacheEntry.cpp => netwerk/protocol/about/nsAboutCacheEntry.cpp
rename : netwerk/protocol/about/src/nsAboutCacheEntry.h => netwerk/protocol/about/nsAboutCacheEntry.h
rename : netwerk/protocol/about/src/nsAboutProtocolHandler.cpp => netwerk/protocol/about/nsAboutProtocolHandler.cpp
rename : netwerk/protocol/about/src/nsAboutProtocolHandler.h => netwerk/protocol/about/nsAboutProtocolHandler.h
rename : netwerk/protocol/about/public/nsAboutProtocolUtils.h => netwerk/protocol/about/nsAboutProtocolUtils.h
rename : netwerk/protocol/about/public/nsIAboutModule.idl => netwerk/protocol/about/nsIAboutModule.idl
rename : netwerk/protocol/data/src/nsDataChannel.cpp => netwerk/protocol/data/nsDataChannel.cpp
rename : netwerk/protocol/data/src/nsDataChannel.h => netwerk/protocol/data/nsDataChannel.h
rename : netwerk/protocol/data/src/nsDataHandler.cpp => netwerk/protocol/data/nsDataHandler.cpp
rename : netwerk/protocol/data/src/nsDataHandler.h => netwerk/protocol/data/nsDataHandler.h
rename : netwerk/protocol/data/src/nsDataModule.cpp => netwerk/protocol/data/nsDataModule.cpp
rename : netwerk/protocol/file/src/nsFileChannel.cpp => netwerk/protocol/file/nsFileChannel.cpp
rename : netwerk/protocol/file/src/nsFileChannel.h => netwerk/protocol/file/nsFileChannel.h
rename : netwerk/protocol/file/src/nsFileProtocolHandler.cpp => netwerk/protocol/file/nsFileProtocolHandler.cpp
rename : netwerk/protocol/file/src/nsFileProtocolHandler.h => netwerk/protocol/file/nsFileProtocolHandler.h
rename : netwerk/protocol/file/public/nsIFileChannel.idl => netwerk/protocol/file/nsIFileChannel.idl
rename : netwerk/protocol/file/public/nsIFileProtocolHandler.idl => netwerk/protocol/file/nsIFileProtocolHandler.idl
rename : netwerk/protocol/ftp/public/ftpCore.h => netwerk/protocol/ftp/ftpCore.h
rename : netwerk/protocol/ftp/src/nsFTPChannel.cpp => netwerk/protocol/ftp/nsFTPChannel.cpp
rename : netwerk/protocol/ftp/src/nsFTPChannel.h => netwerk/protocol/ftp/nsFTPChannel.h
rename : netwerk/protocol/ftp/src/nsFtpConnectionThread.cpp => netwerk/protocol/ftp/nsFtpConnectionThread.cpp
rename : netwerk/protocol/ftp/src/nsFtpConnectionThread.h => netwerk/protocol/ftp/nsFtpConnectionThread.h
rename : netwerk/protocol/ftp/src/nsFtpControlConnection.cpp => netwerk/protocol/ftp/nsFtpControlConnection.cpp
rename : netwerk/protocol/ftp/src/nsFtpControlConnection.h => netwerk/protocol/ftp/nsFtpControlConnection.h
rename : netwerk/protocol/ftp/src/nsFtpProtocolHandler.cpp => netwerk/protocol/ftp/nsFtpProtocolHandler.cpp
rename : netwerk/protocol/ftp/src/nsFtpProtocolHandler.h => netwerk/protocol/ftp/nsFtpProtocolHandler.h
rename : netwerk/protocol/ftp/public/nsIFTPChannel.idl => netwerk/protocol/ftp/nsIFTPChannel.idl
rename : netwerk/protocol/gopher/src/nsGopherChannel.cpp => netwerk/protocol/gopher/nsGopherChannel.cpp
rename : netwerk/protocol/gopher/src/nsGopherChannel.h => netwerk/protocol/gopher/nsGopherChannel.h
rename : netwerk/protocol/gopher/src/nsGopherHandler.cpp => netwerk/protocol/gopher/nsGopherHandler.cpp
rename : netwerk/protocol/gopher/src/nsGopherHandler.h => netwerk/protocol/gopher/nsGopherHandler.h
rename : netwerk/protocol/http/src/README => netwerk/protocol/http/README
rename : netwerk/protocol/http/src/nsAHttpConnection.h => netwerk/protocol/http/nsAHttpConnection.h
rename : netwerk/protocol/http/src/nsAHttpTransaction.h => netwerk/protocol/http/nsAHttpTransaction.h
rename : netwerk/protocol/http/src/nsHttp.cpp => netwerk/protocol/http/nsHttp.cpp
rename : netwerk/protocol/http/src/nsHttp.h => netwerk/protocol/http/nsHttp.h
rename : netwerk/protocol/http/src/nsHttpActivityDistributor.cpp => netwerk/protocol/http/nsHttpActivityDistributor.cpp
rename : netwerk/protocol/http/src/nsHttpActivityDistributor.h => netwerk/protocol/http/nsHttpActivityDistributor.h
rename : netwerk/protocol/http/src/nsHttpAtomList.h => netwerk/protocol/http/nsHttpAtomList.h
rename : netwerk/protocol/http/src/nsHttpAuthCache.cpp => netwerk/protocol/http/nsHttpAuthCache.cpp
rename : netwerk/protocol/http/src/nsHttpAuthCache.h => netwerk/protocol/http/nsHttpAuthCache.h
rename : netwerk/protocol/http/src/nsHttpAuthManager.cpp => netwerk/protocol/http/nsHttpAuthManager.cpp
rename : netwerk/protocol/http/src/nsHttpAuthManager.h => netwerk/protocol/http/nsHttpAuthManager.h
rename : netwerk/protocol/http/src/nsHttpBasicAuth.cpp => netwerk/protocol/http/nsHttpBasicAuth.cpp
rename : netwerk/protocol/http/src/nsHttpBasicAuth.h => netwerk/protocol/http/nsHttpBasicAuth.h
rename : netwerk/protocol/http/src/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannel.cpp
rename : netwerk/protocol/http/src/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannel.h
rename : netwerk/protocol/http/src/nsHttpChunkedDecoder.cpp => netwerk/protocol/http/nsHttpChunkedDecoder.cpp
rename : netwerk/protocol/http/src/nsHttpChunkedDecoder.h => netwerk/protocol/http/nsHttpChunkedDecoder.h
rename : netwerk/protocol/http/src/nsHttpConnection.cpp => netwerk/protocol/http/nsHttpConnection.cpp
rename : netwerk/protocol/http/src/nsHttpConnection.h => netwerk/protocol/http/nsHttpConnection.h
rename : netwerk/protocol/http/src/nsHttpConnectionInfo.cpp => netwerk/protocol/http/nsHttpConnectionInfo.cpp
rename : netwerk/protocol/http/src/nsHttpConnectionInfo.h => netwerk/protocol/http/nsHttpConnectionInfo.h
rename : netwerk/protocol/http/src/nsHttpConnectionMgr.cpp => netwerk/protocol/http/nsHttpConnectionMgr.cpp
rename : netwerk/protocol/http/src/nsHttpConnectionMgr.h => netwerk/protocol/http/nsHttpConnectionMgr.h
rename : netwerk/protocol/http/src/nsHttpDigestAuth.cpp => netwerk/protocol/http/nsHttpDigestAuth.cpp
rename : netwerk/protocol/http/src/nsHttpDigestAuth.h => netwerk/protocol/http/nsHttpDigestAuth.h
rename : netwerk/protocol/http/src/nsHttpHandler.cpp => netwerk/protocol/http/nsHttpHandler.cpp
rename : netwerk/protocol/http/src/nsHttpHandler.h => netwerk/protocol/http/nsHttpHandler.h
rename : netwerk/protocol/http/src/nsHttpHeaderArray.cpp => netwerk/protocol/http/nsHttpHeaderArray.cpp
rename : netwerk/protocol/http/src/nsHttpHeaderArray.h => netwerk/protocol/http/nsHttpHeaderArray.h
rename : netwerk/protocol/http/src/nsHttpNTLMAuth.cpp => netwerk/protocol/http/nsHttpNTLMAuth.cpp
rename : netwerk/protocol/http/src/nsHttpNTLMAuth.h => netwerk/protocol/http/nsHttpNTLMAuth.h
rename : netwerk/protocol/http/src/nsHttpPipeline.cpp => netwerk/protocol/http/nsHttpPipeline.cpp
rename : netwerk/protocol/http/src/nsHttpPipeline.h => netwerk/protocol/http/nsHttpPipeline.h
rename : netwerk/protocol/http/src/nsHttpRequestHead.cpp => netwerk/protocol/http/nsHttpRequestHead.cpp
rename : netwerk/protocol/http/src/nsHttpRequestHead.h => netwerk/protocol/http/nsHttpRequestHead.h
rename : netwerk/protocol/http/src/nsHttpResponseHead.cpp => netwerk/protocol/http/nsHttpResponseHead.cpp
rename : netwerk/protocol/http/src/nsHttpResponseHead.h => netwerk/protocol/http/nsHttpResponseHead.h
rename : netwerk/protocol/http/src/nsHttpTransaction.cpp => netwerk/protocol/http/nsHttpTransaction.cpp
rename : netwerk/protocol/http/src/nsHttpTransaction.h => netwerk/protocol/http/nsHttpTransaction.h
rename : netwerk/protocol/http/public/nsIHttpActivityObserver.idl => netwerk/protocol/http/nsIHttpActivityObserver.idl
rename : netwerk/protocol/http/public/nsIHttpAuthManager.idl => netwerk/protocol/http/nsIHttpAuthManager.idl
rename : netwerk/protocol/http/public/nsIHttpAuthenticator.idl => netwerk/protocol/http/nsIHttpAuthenticator.idl
rename : netwerk/protocol/http/public/nsIHttpChannel.idl => netwerk/protocol/http/nsIHttpChannel.idl
rename : netwerk/protocol/http/public/nsIHttpChannelInternal.idl => netwerk/protocol/http/nsIHttpChannelInternal.idl
rename : netwerk/protocol/http/public/nsIHttpEventSink.idl => netwerk/protocol/http/nsIHttpEventSink.idl
rename : netwerk/protocol/http/public/nsIHttpHeaderVisitor.idl => netwerk/protocol/http/nsIHttpHeaderVisitor.idl
rename : netwerk/protocol/http/public/nsIHttpProtocolHandler.idl => netwerk/protocol/http/nsIHttpProtocolHandler.idl
rename : netwerk/protocol/res/public/nsIResProtocolHandler.idl => netwerk/protocol/res/nsIResProtocolHandler.idl
rename : netwerk/protocol/res/src/nsResProtocolHandler.cpp => netwerk/protocol/res/nsResProtocolHandler.cpp
rename : netwerk/protocol/res/src/nsResProtocolHandler.h => netwerk/protocol/res/nsResProtocolHandler.h
rename : netwerk/protocol/viewsource/public/nsIViewSourceChannel.idl => netwerk/protocol/viewsource/nsIViewSourceChannel.idl
rename : netwerk/protocol/viewsource/src/nsViewSourceChannel.cpp => netwerk/protocol/viewsource/nsViewSourceChannel.cpp
rename : netwerk/protocol/viewsource/src/nsViewSourceChannel.h => netwerk/protocol/viewsource/nsViewSourceChannel.h
rename : netwerk/protocol/viewsource/src/nsViewSourceHandler.cpp => netwerk/protocol/viewsource/nsViewSourceHandler.cpp
rename : netwerk/protocol/viewsource/src/nsViewSourceHandler.h => netwerk/protocol/viewsource/nsViewSourceHandler.h
rename : netwerk/socket/base/nsISOCKSSocketInfo.idl => netwerk/socket/nsISOCKSSocketInfo.idl
rename : netwerk/socket/base/nsISSLSocketControl.idl => netwerk/socket/nsISSLSocketControl.idl
rename : netwerk/socket/base/nsISocketProvider.idl => netwerk/socket/nsISocketProvider.idl
rename : netwerk/socket/base/nsISocketProviderService.idl => netwerk/socket/nsISocketProviderService.idl
rename : netwerk/socket/base/nsITransportSecurityInfo.idl => netwerk/socket/nsITransportSecurityInfo.idl
rename : netwerk/socket/base/nsSOCKS4SocketProvider.h => netwerk/socket/nsSOCKS4SocketProvider.h
rename : netwerk/socket/base/nsSOCKSIOLayer.cpp => netwerk/socket/nsSOCKSIOLayer.cpp
rename : netwerk/socket/base/nsSOCKSIOLayer.h => netwerk/socket/nsSOCKSIOLayer.h
rename : netwerk/socket/base/nsSOCKSSocketProvider.cpp => netwerk/socket/nsSOCKSSocketProvider.cpp
rename : netwerk/socket/base/nsSOCKSSocketProvider.h => netwerk/socket/nsSOCKSSocketProvider.h
rename : netwerk/socket/base/nsSocketProviderService.cpp => netwerk/socket/nsSocketProviderService.cpp
rename : netwerk/socket/base/nsSocketProviderService.h => netwerk/socket/nsSocketProviderService.h
rename : netwerk/socket/base/nsUDPSocketProvider.cpp => netwerk/socket/nsUDPSocketProvider.cpp
rename : netwerk/socket/base/nsUDPSocketProvider.h => netwerk/socket/nsUDPSocketProvider.h
rename : netwerk/wifi/public/nsIWifiAccessPoint.idl => netwerk/wifi/nsIWifiAccessPoint.idl
rename : netwerk/wifi/public/nsIWifiListener.idl => netwerk/wifi/nsIWifiListener.idl
rename : netwerk/wifi/public/nsIWifiMonitor.idl => netwerk/wifi/nsIWifiMonitor.idl
rename : netwerk/wifi/src/nsWifiAccessPoint.cpp => netwerk/wifi/nsWifiAccessPoint.cpp
rename : netwerk/wifi/src/nsWifiAccessPoint.h => netwerk/wifi/nsWifiAccessPoint.h
rename : netwerk/wifi/src/nsWifiMonitor.cpp => netwerk/wifi/nsWifiMonitor.cpp
rename : netwerk/wifi/src/nsWifiMonitor.h => netwerk/wifi/nsWifiMonitor.h
rename : netwerk/wifi/src/nsWifiScannerMac.cpp => netwerk/wifi/nsWifiScannerMac.cpp
rename : netwerk/wifi/src/nsWifiScannerSolaris.cpp => netwerk/wifi/nsWifiScannerSolaris.cpp
rename : netwerk/wifi/src/nsWifiScannerUnix.cpp => netwerk/wifi/nsWifiScannerUnix.cpp
rename : netwerk/wifi/src/nsWifiScannerWin.cpp => netwerk/wifi/nsWifiScannerWin.cpp
rename : netwerk/wifi/src/osx_corewlan.mm => netwerk/wifi/osx_corewlan.mm
rename : netwerk/wifi/src/osx_wifi.h => netwerk/wifi/osx_wifi.h
rename : netwerk/wifi/src/wlanapi.h => netwerk/wifi/wlanapi.h
2010-06-05 21:18:12 -04:00
Justin Dolske
4973ef2e40
Bug 563274 - Overhaul nsIPrompt-related prompting code. r=gavin, sr=bs
...
--HG--
rename : toolkit/content/commonDialog.css => toolkit/components/prompts/content/commonDialog.css
rename : toolkit/content/commonDialog.js => toolkit/components/prompts/content/commonDialog.js
rename : toolkit/content/commonDialog.xul => toolkit/components/prompts/content/commonDialog.xul
rename : toolkit/content/selectDialog.js => toolkit/components/prompts/content/selectDialog.js
rename : toolkit/content/selectDialog.xul => toolkit/components/prompts/content/selectDialog.xul
2010-06-16 17:06:17 -07:00
Jae-Seong Lee-Russo
d0d52aed33
Bug 547051: e10s: Support local use of Set/GetOwner for HttpChannelChild. r=jduell
...
--HG--
extra : rebase_source : f3f0865de440843825d7d4b4b865bee6b5a647c4
2010-04-21 02:02:05 -07:00
Chris Jones
8cd39f1f00
Merge mozilla-central
2010-04-16 01:34:35 -05:00
Jason Duell
16cf1c132a
Bug 555514 - e10s HTTP: propagate SetReferrer to chrome process. a=jae-seong lee, r=jduell
2010-04-07 01:43:44 -07:00
Jason Duell
70617ee7a8
Bug 546581: e10s HTTP: create common base class for HttpChannelChild and nsHttpChannel. a=dwitte, r=jae-seong, r=jduell
2010-04-07 01:43:09 -07:00
Doug Turner
19845bed4d
merge from m-c. manually merging modules/plugin/test/testplugin/nptest.cpp dom/plugins/PluginModuleChild.cpp.
2010-03-26 14:22:48 -07: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
Neil Rashbrook
78d1d301e8
Bug 571619 Drop support for aggregation with nsSimpleURI so that we can inherit nsSimpleNestedURI from it correctly r=biesi
2010-06-12 21:40:05 +01:00
Justin Lebar
b7d1c73d65
Bug 553970 - Fix nsIURL::GetRelativeSpec documentation. r=biesi
...
--HG--
extra : rebase_source : 874de0e571120e2b9034d924b4e4f33f808bc0f0
2010-03-22 13:29:51 -07:00
Daniel Holbert
8dab3e42ab
Bug 560393, part 3: (netwerk directory) Fix compile warning: format '%d' expects type 'int', but argument N has type size_t. r=jduell
2010-05-11 12:07:35 -07:00
Boris Zbarsky
cd5d74649f
Bug 537120 part 1: Make sure the multipart converter's part channels install a type sniffer as needed. r=jduell
2010-04-10 09:10:21 -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
Jason Duell
99b97f5792
Bug 547809 - e10s HTTP: turn on IPC networking by default for xpcshell tests. a=jduell, r=dwitte
...
--HG--
extra : rebase_source : 5f752bfc570d9c65a7bd8311e16e87289f15fb66
2009-10-30 17:39:58 -07:00
Jason Duell
3898298861
Bug 536279 (send request headers to chrome channel) and bug 536283 (send full nsHttpResponseHead in OnStartRequest) a=jae-seong r=dwitte,jduell
2010-03-23 08:14:36 -07:00
Doug Turner
aed99c36d1
merge from mozilla-central. no merges required
2010-03-23 02:53:35 -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
Doug Turner
453380b2a7
Merge
2010-03-12 15:20:36 -08:00
Doug Turner
02a7000526
Merge. manually merged. modules/plugin/test/testplugin/nptest.cpp, testing/xpcshell/head.js.
2010-03-10 19:13:35 -08:00
Doug Turner
6b387f5757
Merge with mc
2010-03-08 10:09:55 -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
Doug Turner
c741a38e65
Merge
2010-03-01 15:36:51 -08:00
Chris Jones
66e2a2f448
Merge from mozilla-central
2010-02-22 21:31:18 -06:00
Boris Zbarsky
7c9507e723
Bug 547239 followup to address biesi's review comments.
2010-03-03 18:53:18 -05:00
Brad Lassey
4257e0473f
bug 548207 - allow make check to run over remote connection from devicemanager.py r=ted,ctalbert,jmaher
...
--HG--
rename : build/devicemanager.py => build/mobile/devicemanager.py
2010-03-10 13:36:45 -05: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
timeless@mozdev.org
0858f466c1
Bug 540566 nsCacheEntryDescriptor::GetDeviceID may crash in NS_strdup [@strlen | NS_strdup(char const*) ]
...
r=biesi
2010-02-21 15:53:13 +01:00
Boris Zbarsky
3661ac8a49
Bug 547239. Don't lose our POST body on 307 redirects and internal proxy-related redirects. r=sicking. r=jduell and biesi pending.
2010-02-23 23:37:47 -05:00
Jeff Walden
23daa1061e
Bug 513854 - httpd.js should write its response data asynchronously. r=sayrer
2009-09-29 19:54:34 -07: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
Jason Duell
b2c871b279
Add run_test_in_child() and do_load_child_test_harness() xpcshell functions (bug 521922). r=bent sr=ted
...
Add necko 'unit_ipc' test directory under e10s, plus simple HTTP test.
2009-10-17 00:05:27 -07:00
Dan Witte
cf1ed17091
Fix failing test.
2010-02-09 15:42:44 -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
Adam Barth
10b31fba6c
Bug 542974 - Make the cookie parser's handling of " characters more like IE. r=dwitte
2010-02-09 13:07:16 -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
Ben Bucksch
1dfd3713f2
nsIAuthPrompt2: add PREVIOUS_FAILED, bug 521467, r=biesi, sr=bz
...
Add flag nsIAuthInformation.PREVIOUS_FAILED to notify the
login manager that the previous login attempt failed.
That allows it to show a prompt instead of using the
stored values (silently).
--HG--
extra : rebase_source : 5a725bba1ae34d030fd60ecd5d67c74317de5d4f
2010-02-12 17:55:11 +01:00
Dan Witte
a081d5eeed
Remove unnecessary stripping of quotes prior to calling PR_ParseTimeString. b=542974, r=abarth
2010-02-10 12:22:49 -08:00
Zack Weinberg
5f1edf6103
Bug 536603 potential fix: in httpd.js, the server socket's queue limit should be larger than the browser-side max number of connections per server. r=jrmuizel
2010-01-18 18:12:39 -08:00
Zack Weinberg
b7cf0bd89e
Back out instrumentation for bug 536603 and re-disable test
2010-01-18 14:54:56 -08:00
Zack Weinberg
f2ada08b52
Extensive debugging instrumentation for bug 536603
2010-01-18 09:03:50 -08:00
Dan Witte
ac5ec695ab
Bug 536650 - Cookie values not saved for pages loaded from file://, part 1: tighten up the etld service.
...
r=sdwilsh, sr=bz
2010-01-12 10:29:20 -08:00
Shawn Wilsher
fb02903f29
Bug 532147 - NetUtil.asyncFetch should take an nsIURI, string, nsIFile, or nsIChannel
...
This lets consumers pass a string for a uri, an nsIURI, an nsIFile, or an
nsIChannel to NetUtil.asyncFetch. It's now less code to get file contents
asynchronously that to do so synchronously in JavaScript.
r=bz
sr=vlad
2009-12-15 23:33:08 -08:00
Shawn Wilsher
498b94453f
Bug 532146 - NetUtil.jsm needs a helper for creating new channels
...
Adds a new method for creating an nsIChannel from a string spec, an nsIURI, or
an nsIFile.
r=bz
sr=vlad
2009-12-15 23:33:06 -08:00
Adam Barth
b1750841d1
Bug 536514 - Treat leading and trailing "."s in Domain attributes like other browsers. r=dwitte
2009-12-26 13:39:35 -08:00
Dietrich Ayala
0a0e3223a8
Backout of bug 532147 and bug 532146 due to test failure.
2009-12-16 11:02:10 -08:00
Shawn Wilsher
01eec6a41b
Bug 532147 - NetUtil.asyncFetch should take an nsIURI, string, nsIFile, or nsIChannel
...
This lets consumers pass a string for a uri, an nsIURI, an nsIFile, or an
nsIChannel to NetUtil.asyncFetch. It's now less code to get file contents
asynchronously that to do so synchronously in JavaScript.
r=bz
sr=vlad
2009-12-15 23:33:08 -08:00
Shawn Wilsher
7ca65cca32
Bug 532146 - NetUtil.jsm needs a helper for creating new channels
...
Adds a new method for creating an nsIChannel from a string spec, an nsIURI, or
an nsIFile.
r=bz
sr=vlad
2009-12-15 23:33:06 -08:00
Shawn Wilsher
8b5747b4d8
Bug 532143 - NetUtil.newURI should take a string or nsIFile
...
You can now automagically get an nsIURI providing a string or an nsIFile.
r=bz
sr=vlad
2009-12-15 23:33:03 -08:00
Dan Witte
04a3ac83b6
Bug 444600 - (cookiemonster2) Cookies go missing after a few days. r=sdwilsh, sr=mconnor
2009-12-15 14:21:28 -08:00
Robert O'Callahan
9c08f86f61
Bug 526323. httpd.js should send custom headers with 416 responses. r=jwalden
2009-12-16 09:08:58 +13:00
Myk Melez
f77bd8af4b
bug 528292: convey the mForceAllowThirdPartyCookie flag when setting up a replacement channel for a redirected HTTP request; r,sr=bzbarsky
2009-12-13 11:04:03 -08:00
John Daniels
2556f6f857
Bug 525819 - Make do_timeout take a callback function, not a string to eval. r=jwalden
...
--HG--
extra : rebase_source : 6fbaac51eabe95fcfaf4706feb9fd8a28ba4dfbf
2009-11-24 11:58:42 -08:00
Honza Bambas
7400cac557
Bug 515051 - Stream listener registered in a network request channel eats JS error messages, r=bz+biesi
2009-11-18 17:02:28 +01:00
Daniel Holbert
8e6d5ac80b
Fix build warnings about the "defined but not used" functions PumpEvents() & QuitPumpingEvents(), in netwerk test code. (Bug 529350) r=biesi
2009-11-17 13:18:05 -08:00
Honza Bambas
c2cc8f54ec
Backout ebc28a0d4b96
2009-11-16 23:07:00 +01:00
Honza Bambas
1d7590ae69
Bug 515051 - Stream listener registered in a network request channel eats JS error messages, r=bz+biesi
2009-11-16 17:25:48 +01:00
Jason Duell
954af229bf
Bug 521258 - Catch exceptions in template ChannelListener class to avoid hangs, r=jwalden
2009-11-14 20:54:52 -08:00
Jae-Seong Lee-Russo
041250a16e
Bug 525588 - Some existing necko tests failing once base class catches handler exceptions, r=jduell
2009-11-14 20:54:49 -08:00
Dão Gottwald
0d39e46fc6
Bug 527347 - nsIScriptableUnicodeConverter::convertToByteArray aLen out param should be optional. r=smontagu
2009-11-12 11:07:00 +01:00
Jae-Seong Lee
b2f1a27021
Bug 521189 - Some necko unit tests fail or hang with 'strict' & 'werror' on. r=jwalden
2009-11-10 14:11:31 -08:00
Robert O'Callahan
10bcc5d660
Bug 508128. Fix type mismatch in RawTests. r=jwalden
2009-11-10 14:00:35 +13:00
Robert O'Callahan
be5d517233
Bug 508128. Fix another case of GC stripping JS wrapper objects of previously QIed interfaces
2009-11-10 14:00:35 +13: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
Robert O'Callahan
3a8821cd4b
Bug 508128. Make sure to QI to the right interface so that if the JS wrapper gets GCed we still have a getRequestHeader method.
2009-11-04 07:39:41 +13:00
Gijs Kruitbosch
c888c1980e
Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995
...
--HG--
extra : rebase_source : d8414b8de165cf2fa534719c36416d82d21872c6
2009-10-29 14:44:10 +01:00
Jae-Seong Lee
7350563dd6
Bug 521189 - Properly declare a variable in this test rather than implicitly creating a global variable. r=jwalden
2009-10-28 15:20:34 -07:00
Jeff Walden
5e005621ac
Bug 524245 - Correctly serialize and deserialize nsNestedAboutURI::mBaseURI as the same interface, not as different ones. r=bz
2009-10-26 15:48:23 -07:00
Shawn Wilsher
2a65eeefef
Bug 522416 - Tests for blocking input stream in NetUtil.asyncFetch.
...
--HG--
extra : rebase_source : 51de6e900c10ad0e81106518dadf1ce19a972b2a
2009-10-19 12:23:17 -07:00
Vladimir Vukicevic
855c5ebcbd
b=522416, test hang fix
...
--HG--
extra : transplant_source : %C3%06%0A%0CC%29%8C%DE%05%7C%84xvwm%C8%FC%28%AB%2C
2009-10-18 18:29:31 -07:00
Shawn Wilsher
2093fcffbe
Bug 522416 - Add an asyncFetch method on NetUtil.jsm
...
This adds an asyncFetch method on NetUtil that will open a channel
asynchronously and provide the consumer with an input stream upon completion.
r=bz
sr=vlad
--HG--
extra : rebase_source : bbeffb5669ba0f040773fca5faca28494982ff94
2009-10-15 16:16:01 -07:00
Ryan Flint
fda9a02a86
Bug 514415 - Expose NetUtil's reference to nsIIOService. r=sdwilsh, sr=bzbarsky
2009-10-03 01:11:20 -04:00
Honza Bambas
aa32fa9630
Bug 479485 - Invalid port numbers cause default port to be used, should fail to load, r=bzbarsky
2009-09-28 17:10:34 +02:00
Michal Novotny
fe2e02be60
Bug 515583 - Fixed parsing of CMU/VMS-IP FTP style listing [r=dougt r=wtc sr=biesi]
2009-09-23 02:15:29 +02:00
Shawn Wilsher
02e90dcf5d
Bug 508902 - NetUtil.jsm should have a newURI method.
...
r=bz
sr=bsmedberg
2009-09-02 13:24:49 -07:00
Boris Zbarsky
4d9c7b5103
Backed out changeset 6ee269c6c118 (test for bug 474536) because it hangs on Tinderbox
...
--HG--
extra : rebase_source : 4a94234dc481caff6e147082e0f1c5a13602e84b
2009-09-02 13:34:18 -04:00
Jason Duell
7d857b7081
Adding test for bug 474536. r=dcamp sr=bzbarsky
2009-09-02 11:33:13 -04:00
Mark Banner
8376e9e637
Bug 501925 Change cookie policy to relax the mailnews-specific APP_TYPE_MAIL requirement. r=Neil,r=dwitte,sr=dmose
2009-09-02 09:42:53 +01:00
tglek@mozilla.com
6da2f5fcc8
Bug 508421 - move res/ stuff into toolkit.jar (r=bsmedberg)
...
* * *
* * *
2009-08-27 08:35:48 -07:00
Honza Bambas
9717eb40b7
Backout rev fc99651e9bca
2009-08-26 21:39:37 +02:00
Honza Bambas
b13c9d1676
Bug 479485 - Invalid port numbers cause default port to be used, should fail to load, r=bz
2009-08-26 20:08:28 +02:00
Benjamin Smedberg
ba372f3a4c
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
2009-08-25 08:59:31 -07:00
bjarne@runitsoft.com
99d395b79d
Bug 510359 - Cached "Vary: Cookie" responses are improperly revalidated/reused r=biesi
2009-08-24 10:32:18 -04:00
Michal Novotny
3fba95639e
Bug 484684 - ParseFTPList can't handle regular unix ls -l listing of filenames starting with spaces; r=jduell.mcbugs sr=bzbarsky
2009-08-08 11:55:16 +02:00
Shawn Wilsher
9c62ea448e
Bug 508605 - NetUtil.asyncCopy does not handle nsISafeOutputStreams correctly
...
This moves nsISafeOutputStream.idl into xpcom/io and makes nsAStreamCopier
handle nsISafeOutputStream correctly (calling finish instead of close).
r=bz
r=bsmedberg
--HG--
rename : netwerk/base/public/nsISafeOutputStream.idl => xpcom/io/nsISafeOutputStream.idl
2009-08-06 13:34:46 -07:00
Ted Mielczarek
fb6939649b
bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh
...
--HG--
extra : rebase_source : 76f547c1f055f18f57e09c67f1a2f7b2f548c3cd
2009-05-14 07:37:40 -04:00
Shawn Wilsher
a8247b5446
Bug 491936 - Create tests for NetUtil.jsm
...
Creates tests for NetUtil.jsm and fixes some minor errors with it.
r=bz
2009-08-05 13:19:01 -07:00
Ted Mielczarek
092e85a88d
Backed out changeset 9ddc25fb2246 - bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh - for test failures
2009-08-05 15:36:20 -04:00
Ted Mielczarek
bb3956d8f7
bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh
...
--HG--
extra : rebase_source : 7bd4c374609a9eea15d0b244c1415ae853146e84
2009-05-14 07:37:40 -04:00
Michael Kohler
4b7c87c984
Bug 106386 - Correct misspellings in source code (old); Part 2; r=timeless
2009-07-27 10:47:02 +02:00
Dão Gottwald
ae63a93e39
Backed out changeset af278cec894d because of test_eviction.html failure
2009-07-21 06:24:37 +02:00
Dan Witte
17d17efd50
Bug 444600 - (cookiemonster2) Cookies go missing after a few days. Implement an age+number based purge algorithm. r=sdwilsh, sr=mconnor
2009-07-20 18:32:38 -07:00
Honza Bambas
479929e28c
Bug 475053 - Implement asyncPromptAuth to fix multiple password prompt overlap, r=bzbarsky+dolske
2009-07-20 20:29:41 +02:00
Neil Rashbrook
82443aa6e6
Test for bug 499675
2009-06-23 13:25:30 +01:00
Shawn Wilsher
6a8d60b403
Bug 494217 - nsINetUtil::unescapeString drops high bytes of UTF-16 strings from JS
...
This fixes an issue where unescapeString will drop the high bytes of a UTF-16
string when unescaping, resulting in a loss of data.
r=bz
sr=bz
2009-06-17 12:13:02 -07:00
Bjarne
ba10247a78
Bug 490095 fix regression from bug 468594: don't override VALIDATE_NEVER when
...
the URL has a query string and no explicit expiration time.
r+sr=biesi
2009-06-16 18:27:17 +02:00
Serge Gautherie
c5db2caabd
Bug 470241 - [Firefox] test_bug248970_cache.js leaks; (Av1a) trivial cleanup; r=sdwilsh
2009-06-02 00:21:33 +02: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
Boris Zbarsky
612e9ad4e4
Bug 482310. Add a JS api to asynchronously copy data to an output stream. r+sr=bsmedberg.
2009-05-07 15:21:54 -04:00
Jeff Walden
c6fc6e7ac5
Bug 482418 - HTTP range handling code shouldn't run when requesting and processing SJS files. Tag-team patching and testing effort by roc and me, r=me
2009-04-23 14:04:50 -07:00
Ehsan Akhgari
4361efcb13
Backed out changeset 88f76db49467 (bug 489585) due to test failures on OS X
2009-04-23 11:45:33 +04:30
Ehsan Akhgari
29e7b37748
Bug 489585 - Private browsing cache test leaves directories behind; r+sr=bzbarsky
2009-04-23 10:25:48 +04:30
Jeff Walden
184866a5ae
Disable debug logging in httpd.js now that the previous change appears acceptable to tinderboxen. Also disable test_start_stop.js on Windows, because Windows is dumb and will let me asyncListen on two nsIServerSockets at the same time on the same port without the second such call throwing an exception. r=bloatedtinderboxlogs, r=stupidwindows
2009-04-15 17:55:36 -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
Arpad Borsos
8415a2fae1
Bug 485782 - get rid of nsSupportsArray; r=sicking, sr=bsmedberg
2009-04-14 10:02:58 +02:00
Dão Gottwald
65b5d09e58
Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg
2009-04-10 10:24:24 +02:00
Michal Novotny
8e17d253af
Bug 470716. Make the close-on-completion behavior of nsAsyncStreamCopier configurable. r+sr=bzbarsky.
2009-03-30 15:10:13 -04:00
Simon Montagu
e4d0ea112b
Display URLs containing unassigned Unicode code points in punycode. Bug 479413, r=jduell, sr=jst
2009-03-29 00:49:31 -07:00
Ted Mielczarek
1771ccc676
bug 482085 - fix all xpcshell tests to not reference files from the srcdir. r=bsmedberg,waldo
...
--HG--
rename : toolkit/components/downloads/test/downloads.empty.sqlite => browser/components/privatebrowsing/test/unit/downloads.empty.sqlite
rename : dom/src/json/test/fail1.json => dom/src/json/test/unit/fail1.json
rename : dom/src/json/test/fail10.json => dom/src/json/test/unit/fail10.json
rename : dom/src/json/test/fail11.json => dom/src/json/test/unit/fail11.json
rename : dom/src/json/test/fail12.json => dom/src/json/test/unit/fail12.json
rename : dom/src/json/test/fail13.json => dom/src/json/test/unit/fail13.json
rename : dom/src/json/test/fail14.json => dom/src/json/test/unit/fail14.json
rename : dom/src/json/test/fail15.json => dom/src/json/test/unit/fail15.json
rename : dom/src/json/test/fail16.json => dom/src/json/test/unit/fail16.json
rename : dom/src/json/test/fail17.json => dom/src/json/test/unit/fail17.json
rename : dom/src/json/test/fail18.json => dom/src/json/test/unit/fail18.json
rename : dom/src/json/test/fail19.json => dom/src/json/test/unit/fail19.json
rename : dom/src/json/test/fail2.json => dom/src/json/test/unit/fail2.json
rename : dom/src/json/test/fail20.json => dom/src/json/test/unit/fail20.json
rename : dom/src/json/test/fail21.json => dom/src/json/test/unit/fail21.json
rename : dom/src/json/test/fail22.json => dom/src/json/test/unit/fail22.json
rename : dom/src/json/test/fail23.json => dom/src/json/test/unit/fail23.json
rename : dom/src/json/test/fail24.json => dom/src/json/test/unit/fail24.json
rename : dom/src/json/test/fail25.json => dom/src/json/test/unit/fail25.json
rename : dom/src/json/test/fail26.json => dom/src/json/test/unit/fail26.json
rename : dom/src/json/test/fail27.json => dom/src/json/test/unit/fail27.json
rename : dom/src/json/test/fail28.json => dom/src/json/test/unit/fail28.json
rename : dom/src/json/test/fail29.json => dom/src/json/test/unit/fail29.json
rename : dom/src/json/test/fail3.json => dom/src/json/test/unit/fail3.json
rename : dom/src/json/test/fail30.json => dom/src/json/test/unit/fail30.json
rename : dom/src/json/test/fail31.json => dom/src/json/test/unit/fail31.json
rename : dom/src/json/test/fail32.json => dom/src/json/test/unit/fail32.json
rename : dom/src/json/test/fail33.json => dom/src/json/test/unit/fail33.json
rename : dom/src/json/test/fail34.json => dom/src/json/test/unit/fail34.json
rename : dom/src/json/test/fail4.json => dom/src/json/test/unit/fail4.json
rename : dom/src/json/test/fail5.json => dom/src/json/test/unit/fail5.json
rename : dom/src/json/test/fail6.json => dom/src/json/test/unit/fail6.json
rename : dom/src/json/test/fail7.json => dom/src/json/test/unit/fail7.json
rename : dom/src/json/test/fail8.json => dom/src/json/test/unit/fail8.json
rename : dom/src/json/test/fail9.json => dom/src/json/test/unit/fail9.json
rename : dom/src/json/test/json2.js => dom/src/json/test/unit/json2.js
rename : dom/src/json/test/pass1.json => dom/src/json/test/unit/pass1.json
rename : dom/src/json/test/pass3.json => dom/src/json/test/unit/pass3.json
rename : testing/xpcshell/example/location_load.js => testing/xpcshell/example/unit/location_load.js
rename : toolkit/components/commandlines/test/unit/unix/test_bug410156.js => toolkit/components/commandlines/test/unit_unix/test_bug410156.js
rename : toolkit/components/commandlines/test/unit/win/test_bug410156.js => toolkit/components/commandlines/test/unit_win/test_bug410156.js
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug257155/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug257155/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_a_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_a_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_a_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_a_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_b_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_b_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_b_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_b_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_c_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_c_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_c_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_c_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_d_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_d_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_d_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_d_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_e_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_e_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_e_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_e_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_f_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_f_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_f_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_f_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_g_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_g_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_g_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_g_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug335238_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug335238_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug335238_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug335238_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_10/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_10/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_11/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_11/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_12/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_12/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_13/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_13/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug394300_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug394300_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug394300_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug394300_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_a_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_a_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_a_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_a_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_b_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_b_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_b_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_b_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_c_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_c_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_c_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_c_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_d_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_d_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_d_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_d_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug397778/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug397778/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug425657/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug425657/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_1/README => toolkit/mozapps/extensions/test/addons/test_bug428341_1/README
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug436207/install.js => toolkit/mozapps/extensions/test/addons/test_bug436207/install.js
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_9/install.rdf
2009-03-21 11:20:00 -04:00
Bjarne
05aa68f383
Bug 203271 - max-age should override expires in http headers; r=(cbiesinger + jwalden+bmo) sr=cbiesinger
2009-03-19 00:59:36 +01:00
Bjarne
95ca98caac
Bug 468594 - Fix heuristic query freshness; r=cbiesinger
2009-03-17 15:23:01 +01:00
Boris Zbarsky
7919f69bbf
Bug 482659. Give about:blank documents the base URI of the document that did the load. r=dcamp, sr=jst
2009-03-16 20:59:33 -04:00
Dave Townsend
f1b372e8db
Backed out changeset 55d159b75f41 from bug 482659.
2009-03-17 11:08:59 +00:00
Boris Zbarsky
0c6cf95474
Bug 482659. Give about:blank documents the base URI of the document that did the load. r=dcamp, sr=jst
2009-03-16 20:59:33 -04:00
Dan Witte
b0e5d90925
Backed out changeset d6a5afef5837
2009-03-16 01:33:54 -07:00
Dan Witte
b3267037da
Bug 444600 - (cookiemonster2) Cookies go missing after a few days. r=sdwilsh, sr=mconnor
2009-03-15 21:38:56 -07:00
Phil Ringnalda
4f10163f72
Bug 482887 - Remove pointless and unmaintained jarlist.dat, r+sr=biesi
2009-03-15 17:51:10 -07:00
Serge Gautherie
4237a9a224
Backed out changeset: be6d39f94146 of
...
Bug 203271 - max-age should override expires in http headers; r+sr=cbiesinger
which breaks all test suites.
2009-03-13 19:08:52 +01:00
Bjarne
a36bad0f75
Bug 203271 - max-age should override expires in http headers; r+sr=cbiesinger
2009-03-13 15:51:29 +01:00
Michal Novotny
90f671e83d
Bug 482601. Add tests for bug 449198. r=bzbarsky
2009-03-12 12:59:00 -04:00
Chris Double
025be432dd
Backed out changeset 98381f8c8e08 due to test failure
2009-03-05 23:19:14 +13:00
Dan Witte
ef83e1d68c
change cookie eviction so that purges only take place when the limit on max cookies is reached, and the oldest cookie is greater than a set age. b=444600, r=sdwilsh,
...
sr=mconnor.
2009-03-04 22:11:24 -08:00
Jeff Walden
8132375fc2
Followup nitfix to bug 476302 that wasn't noticed when I reviewed the patch there
2009-02-27 15:57:07 -08: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
Honza Bambas
d58e61f80a
Bug 468443 - Remove PUT/DELETE support from httpd.js, r=jwalden
2009-02-18 14:31:30 +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
Dan Witte
10964e31f4
bump cookie limit from 1000 to 3000 to reduce occurrence of cookie purges. b=444600, r+sr=mconnor.
2009-02-03 19:11:33 -08:00
Daniel Holbert
4301671b45
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Phil Ringnalda
fcb2f41673
Bug 243621 - (Back out) Standardize QueryInterface without throw, r=timeless, sr=sicking
2009-01-15 20:02:21 -08:00
Jeff Walden
a440d5c705
Bug 381598 - HTTP server tests cleanup, round two. r=me because the old tests are difficult to understand and it's not worth making someone read them to do a review
2008-12-18 11:05:40 -08:00
Jeff Walden
8b5c72c8ea
Bug 381598 - HTTP server tests cleanup. r=me because I don't think it's a good use of anyone's time to disentangle the tests as they were written prior to this checkin
2008-12-15 21:02:41 -08:00
Jeff Walden
4a6ba4660c
Bug 465921 - httpd.js fails to deliver after about 35 reloads of test_seek1.html, most likely because the connection is being prematurely terminated by the client. r=bz
2008-12-15 21:02:40 -08:00
Boris Zbarsky
c7890d578f
Adding a test for stream copier
2008-12-15 11:58:08 -05:00
Jeff Walden
4203eb7bc0
Followup nitfix from review comment, bumping iteration count up one to 'fail' more places if a regression happens.
2008-12-12 11:43:51 -08:00
Jeff Walden
38cf48c5a5
Bug 468467 - If onInputStreamReady doesn't process all of the Request-Line the first time, httpd.js asserts. r=honzab
2008-12-12 11:31:30 -08:00
Dave Camp
9025de0ae1
Bug 441751 - "Directives not to cache pages ignored." [r+sr=bzbarsky]
...
* * *
Bug 441751 - "Directives not to cache pages ignored." (fix for offline cache updating) [r+sr=bzbarsky]
2008-12-11 21:57:47 -08:00
Dave Camp
e2c8a6aeec
Backed out changeset e33f490c8764
2008-12-08 20:26:56 -08:00
Dave Camp
d567d66d3f
Bug 441751: Fix up LOAD_ONLY_FROM_CACHE. r+sr=bz
2008-12-08 19:24:33 -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
Ehsan Akhgari
41b2b72ecd
Bug 462707 - nsHttpChannel::GetEntityID should respect Accept-Ranges response header; r,sr=biesi a191=beltzner
2008-11-28 15:28:57 -08:00
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
timeless@mozdev.org
022712406a
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
2008-03-19 14:19:35 -07:00
jwalden@mit.edu
5d7f3c8860
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 10:42:39 -07:00
dwitte@stanford.edu
85e49a64d5
Bug 421494 - reimplement third party cookie blocking. r=mconnor, sr=bz, blocking1.9+
2008-03-12 00:53:50 -07:00
bzbarsky@mit.edu
d1c1513392
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-28 20:24:32 -08:00
jwalden@mit.edu
1ae0e06fc9
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 14:48:42 -08:00
jwalden@mit.edu
2f3c57196e
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 14:57:20 -08: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
reed@reedloden.com
466b0b1204
Bug 414901 - "Back out scriptable IO" [p=neil@mozilla.com (Neil Deakin) r+sr=bsmedberg a1.9b3=beltzner]
2008-02-01 18:07:49 -08:00
reed@reedloden.com
60a78bf021
Back out the back out from bug 414901 until bug 415218 is fixed, or else we'll have very broken nightlies. :(
2008-02-01 01:00:59 -08:00
reed@reedloden.com
e599e0db22
Back out the back out from bug 414901 until bug 415218 is fixed, or else we'll have very broken nightlies. :(
2008-02-01 00:51:29 -08:00
enndeakin@sympatico.ca
a425bb001a
Bug 414901, back out scriptable IO api, r+sr=bsmedberg,a=beltzner
2008-01-31 11:18:07 -08:00
dwitte@stanford.edu
753fd12a8c
Bug 409614 - IDN with non-ASCII TLD is displayed in Punycode. r+sr=biesi, a=damons
2008-01-28 22:06:01 -08:00
reed@reedloden.com
3a415c0373
Disable sporatically failing test that bz enabled earlier due to oranges.
2008-01-28 21:33:21 -08:00
bzbarsky@mit.edu
7f6c0e2289
Reenable the test on non-Windows.
2008-01-28 15:23:55 -08:00
mats.palmgren@bredband.net
822959cac3
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 02:22:58 -08:00
reed@reedloden.com
2762f3e984
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 00:10:56 -08:00
dwitte@stanford.edu
46ff4480e1
add unit test for permission manager.
2007-12-04 23:23:14 -08:00
dwitte@stanford.edu
a9d75820d2
add tests for bug 385299.
2007-12-04 18:45:40 -08:00
dwitte@stanford.edu
eaf4410e8d
add unit test for bug 402013.
2007-12-04 18:28:37 -08:00