Boris Zbarsky
bd8923f8be
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
f8047a1b9d
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
054a2164a5
bug 655389 - CRLF Injection and the parsing of HTTP headers. r=bz
2011-07-04 23:12:30 -07:00
bjarne@runitsoft.com
14b041f05f
Bug 650995 - Support max_entry_size prefs for disk & memory cache, r=michal.novotny
2011-06-27 14:21:15 +02:00
Michal Novotny
6d1f6742fe
Bug 504014 - Enforce RFC 3986 syntax for IPv6 literals
2011-06-23 17:04:23 +02:00
bjarne@runitsoft.com
ec668f29cd
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
5519419262
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
380d97da7d
Bug 664163. Fix implementation of Implement Get(Local|Remote)(Address|Port) in HttpChannelChild. r=jdm
2011-06-14 09:12:03 -07:00
Jason Duell
d062346c8e
Bug 660774 - e10s necko: refactor channelEventQueue to allow async resume/flush. r=jdm
2011-06-11 18:37:09 -07:00
bjarne@runitsoft.com
1b7ff0ec91
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
0bb92cb891
Bug 661998 - Fix risky use of nsITimer in xpcshell test. r=gavin
2011-06-07 04:45:36 -04:00
Patrick McManus
69dd10b7f4
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
Daniel Holbert
2cae6f9959
Bug 660066 patch 2: Prevent nsFileDataURI from QI'ing to nsSimpleURI. r=bz
2011-05-27 21:55:20 -07:00
Daniel Holbert
1ff06e3afb
Bug 660066 patch 1: Null-check mPrincipal in nsFileDataURI::EqualsInternal. r=bz
2011-05-27 16:53:06 -07:00
Daniel Holbert
a688dcaeef
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
54188974e6
Bug 659698: Fix nsJSURL to handle the recent .ref additions to nsSimpleURI. r=bz
2011-05-26 01:20:06 -07:00
Bjarne
94e5da14c6
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
ec953fc5a6
Merge cedar to mozilla-central
2011-05-24 14:55:37 -07:00
Daniel Holbert
c6200a94b0
Bug 658949 patch 2: Refest & xpcshell-test-addition for this bug. r=bz
2011-05-24 17:40:35 +02:00
Mounir Lamouri
e97a7a4ee5
Back out bug 658949 because of perma orange on Windows Reftests.
2011-05-24 15:36:32 +02:00
Daniel Holbert
0932137d8d
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
8126bb2e85
Remove broken GetLocal calls in test_traceable_channel.js, r=jduell, a=queue
2011-05-24 02:29:02 -07:00
Michal Novotny
e2449dc59b
Bug 651100 - Browser becomes unresponsive while watching embedded Youtube <video>. r=bjarne a=sheriff
2011-05-20 19:27:11 +02:00
bjarne@runitsoft.com
1419977b7f
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
57db49e40e
Bug 308590 patch 4: Add impl for .ref on nsSimpleURI. r=bz
2011-05-21 18:12:45 -07:00
Daniel Holbert
c0b880ca57
Bug 308590 patch 3.5: Add nsIURI::CloneIgnoringRef interface & impls. r=bz sr=biesi
2011-05-21 18:12:45 -07:00
Daniel Holbert
2ebeeb1a30
Bug 308590 patch 3: Add nsIURI::EqualsExceptRef interface & impls. r=bz sr=biesi
2011-05-21 18:12:45 -07:00
Daniel Holbert
890622867a
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
Joel Maher
6993636556
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
2011-05-20 11:54:01 -04:00
Mounir Lamouri
7818f38b2c
Backout bug 654926 because of perma orange on Win Opt xpcshell.
2011-05-19 18:54:26 +02:00
Bjarne
a772594402
Tests for bug 654926. r=michal
2011-05-19 12:54:02 +02:00
Zack Weinberg
9b2aa00b71
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
ff204b309c
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
fa5755bdc7
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
Philipp von Weitershausen
84bbbabc50
Bug 648367 - Add run_next_test to head.js. r=ted
2011-04-18 13:31:20 -07:00
Julian Reschke
828df5f630
Bug 588389 - content-disposition: escaped characters in quoted-string give funny results; r=bzbarsky
2011-04-14 12:08:10 -07:00
Honza Bambas
149007d1bb
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
74d5f85647
Backed out changeset 4cadb299e5ef (bug 588389) to fix orange.
...
--HG--
extra : rebase_source : 02d07a9b1e784a3c8538ccae54c43e8eb17468d6
2011-04-08 14:07:07 -07:00
Julian Reschke
42e4941e2d
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
Ehsan Akhgari
41f6aee99f
Merge cedar into mozilla-central
2011-03-31 14:11:37 -04:00
Shawn Wilsher
e0f2e33354
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
chrisd.mang@gmail.com
10af14bcf0
Bug 280661 - Test case; r=ted
2011-03-23 23:42:04 -04:00
Karl Tomlinson
ec5ed5c366
backout bug 280661 due to test_socks.js test failure
2011-03-24 21:37:53 +13:00
chrisd.mang@gmail.com
db01b291f7
Bug 280661 - Test case; r=ted
2011-03-23 23:42:04 -04:00
bjarne@runitsoft.com
3b3f5bf40a
Bug 561276 - Cookie dependency on cache determination for image redirects r=bz
2011-03-23 23:36:53 -04:00
Jason Duell
824a056239
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
Alon Zakai
12fc79016e
Bug 634666 - DEFER_OPEN option for file streams. r=bz,sdwilsh sr=bz a=blocking-fennec
2011-03-04 16:36:56 -08:00
bjarne@runitsoft.com
931d1ac2ff
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
c07c875d05
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
29d9225a9a
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
dfc5ea8e25
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
9f62941f24
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
bjarne@runitsoft.com
ee5051fadc
Bug 610654 - TEST-UNEXPECTED-FAIL (randomorange) r=bz a=test-only
2010-12-09 00:38:42 +01:00
Ehsan Akhgari
ad0f825d4c
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
42a91dc71f
Back out changeset 465ac4717f88 due to orange. a=orange.
2010-12-08 16:17:18 +02:00
bjarne@runitsoft.com
12b687c614
Bug 610654 - TEST-UNEXPECTED-FAIL (randomorange) r=bz a=test-only
2010-12-08 13:07:16 +01:00
Ehsan Akhgari
65d254c5c6
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
fd067b7b7d
Backed out changeset 630b08a7fe63 because of xpcshell test failures
2010-11-30 13:57:24 -05:00
Ehsan Akhgari
932c374a07
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
8b012b0588
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
3d0f970811
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
5f1420c073
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
1c2cfa92d1
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
11cc4ac3c8
Bug 468426 - improved support for "Vary: Cookie"-headers , r=biesi a=bsmedberg
2010-11-26 12:13:37 -05:00
Dan Witte
0ba5de8279
Back out 3aa8e0293d5f for causing perma-orange on xpcshell debug. a=bustage
2010-11-12 10:13:34 -08:00
bjarne@runitsoft.com
1cebf1dae4
Bug 610654 - TEST-UNEXPECTED-FAIL (randomorange) r=bz a=bzbarsky
2010-11-12 16:48:03 +01:00
Olli Pettay
34c20fd852
Backout bug 610654, a=backout
2010-11-10 14:19:38 +02:00
bjarne@runitsoft.com
a38fbe977f
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
7494f64840
Bug 596443 - [Unit test] SVG embedded by reference is not loading r=bz
2010-11-09 10:24:42 +01:00
Bjarne Herland
22842d152f
Bug 586908 - Infinite requests when proxy from system settings is redirected r=biesi, a=blocker
2010-10-25 15:47:40 -07:00
Robert O'Callahan
8d1417ce26
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
Jae-Seong Lee-Russo
59fe8fd6d5
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
52ff738d80
Bug 602780. Fix handling of hosts in NS_SecurityCompareURIs. r=jst, a=blocker,jst
2010-10-15 17:55:53 -04:00
Justin Lebar
1e91d0253e
Backing out changesets bb01920c2708 and a4a69aef3cba due to orange.
2010-10-15 16:24:08 -07:00
Boris Zbarsky
6e3f583fb1
Bug 602780. Fix handling of hosts in NS_SecurityCompareURIs. r=jst, a=blocker,jst
2010-10-15 17:55:53 -04:00
Jonas Sicking
c40b22120b
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
e7e13b2084
Bug 575946: Implement File.slice. r=khuey sr=biesi a=beltzner
2010-10-13 16:25:33 -07:00
Honza Bambas
c67419b5b6
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
Ehsan Akhgari
c15794aaf5
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
Honza Bambas
a346c6b678
Bug 587146 - e10s http: fix auth test in test_resumable_channel.js, r=dwitte, a=testonly
2010-10-07 16:43:17 +02:00
Shawn Wilsher
b3b7f224fd
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
d842ee4594
imported patch fix-tests
2010-08-13 21:18:05 -07:00
Dan Witte
92fe187fb1
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
a58ff48edd
Reenable tests for bugs 586205 and 586238.
2010-08-13 13:28:14 -07:00
Jason Duell
27962b856a
Merge from m-c.
2010-08-13 00:51:25 -07:00
Dan Witte
f44444c823
Bug 586802 - e10s http: fix test_httpcancel.js. r=jduell, a=wewanttoshipafennecalpha
2010-08-12 16:09:16 -07:00
Dan Witte
185a2a0dbe
Bug 536317 - e10s HTTP: implement Cancel. r=jduell, a=blocker
2010-08-12 02:05:16 -07:00
Josh Matthews
6f4810c02c
Bug 536321 - e10s HTTP: suspend/resume. r=dwitte
2010-08-10 23:07:09 -04:00
Josh Matthews
55b08c1ef3
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
8eff3e4bb5
Disabling failing tests from bug 536321, followup bug 586238 filed to track this.
2010-08-11 04:13:25 -07:00
Jason Duell
acc362dc32
Disable perma-orange xpcshell test for redirects (Bug 586205).
2010-08-11 01:33:42 -07:00
Bjarne
100caa546d
Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst
2010-08-04 22:15:55 -04:00
Philipp von Weitershausen
d473c50f15
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
Justin Dolske
b8ca02eec8
backout bug 580508 / a2246039f70d due to test failure
2010-08-02 19:03:45 -07:00
Philipp von Weitershausen
d71d70b0c7
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
Honza Bambas
6d23857edd
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
d7f6d83ae9
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
Benjamin Smedberg
4d172dd53d
Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691.
2010-07-01 11:55:57 -04:00
Benjamin Smedberg
c16cf0f0c5
Fix a bunch of test failures caused by typos or other issues from bug 568691.
2010-06-27 14:03:05 -04:00
Jason Duell
d194b9d486
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