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