Ms2ger
8c78d3f478
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
2011-07-15 12:31:34 +02:00
Kyle Huey
5ac670aeff
Bug 671053: Explicitly drop nsHttpConnection's ref to the callbacks at transaction close rather than waiting for connection reuse/expiration. r=mcmanus
2011-07-14 11:09:48 -07: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
Doug Turner
7dbf23a135
Bug 667980: Expose network connection type to chrome. r=dougt
...
Add an attribute to nsINetworkLinkService that represents the connection type,
and add code to the android back-end to expose the connection type and notify
when it changes.
2011-07-10 15:24:05 -07:00
Patrick McManus
7855e8f09c
bug 669936 emacs mode lines for websockets 2 space indents r=jduell
2011-07-07 15:39:24 -04:00
Patrick McManus
3e058b73a6
bug 669975 - websockets e10s mLoadGroup member duplicated r=jdm
2011-07-07 15:36:37 -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
Randell Jesup
8dc1a280f1
Bug 662215 r=bz
2011-07-05 09:09:09 -04:00
Jason Duell
28dfcfce52
bug 655389 - CRLF Injection and the parsing of HTTP headers. r=bz
2011-07-04 23:12:32 -07:00
Patrick McManus
71ea7f9c8f
bug 655389 - CRLF Injection and the parsing of HTTP headers. r=bz
2011-07-04 23:12:30 -07:00
Jason Duell
4f9293197f
bug 664860. Convert WebSocketChannel to 2 space indents. r=biesi.
2011-07-04 21:18:34 -07:00
Jason Duell
a451b7e7a5
bug 664860. Rename nsWebSocketHandler -> WebSocketChannel. r=biesi
...
--HG--
rename : netwerk/protocol/websocket/nsWebSocketHandler.cpp => netwerk/protocol/websocket/WebSocketChannel.cpp
rename : netwerk/protocol/websocket/nsWebSocketHandler.h => netwerk/protocol/websocket/WebSocketChannel.h
2011-07-04 21:18:33 -07:00
Jason Duell
df9f677e15
Bug 664860. Rename nsIWebSocketHandler -> nsIWebSocketChannel. r=biesi
...
--HG--
rename : netwerk/protocol/websocket/nsIWebSocketProtocol.idl => netwerk/protocol/websocket/nsIWebSocketChannel.idl
rename : netwerk/protocol/websocket/nsIWebSocketProtocol.idl => netwerk/protocol/websocket/nsIWebSocketListener.idl
2011-07-04 21:18:32 -07:00
Marco Bonardo
82f7b47d00
Merge last green changeset from mozilla-inbound to mozilla-central
2011-07-04 12:46:07 +02:00
Christian Biesinger
9fdec57a7b
bug 621558 - Disable IPv6 for the 300ms-delayed backup connection to improve
...
the user experience of people with broken IPv6 connectivity (i.e. implement
Chrome's "Happy Eyeballs" strategy)
r=mcmanus
2011-07-04 11:47:09 +02:00
Honza Bambas
5555f4736c
bug 658894 - Collect basic telemetry for HTTP requests and page load. r=jduell
2011-07-01 22:22:18 +02:00
Philipp von Weitershausen
2ee0c861e5
Bug 668642 - Make nsIHttpHeaderVisitor a [function] interface. r=bz
2011-06-30 23:55:56 +02:00
Josh Matthews
f0668c3546
Bug 537787 - Remote websockets. r=jduell
2011-05-04 15:36:23 +02:00
Joe Drew
0169905f3e
Back out fcf08eff68eb (Bug 658894) for causing Reftest assertions.
2011-06-28 14:42:06 -04:00
Joe Drew
9425d9553a
Back out fcf08eff68eb (Bug 662555) for causing reftest assertions.
2011-06-28 14:41:14 -04:00
Honza Bambas
1b92ab5f6e
Bug 658894 - Collect basic telemetry for HTTP requests and page load, r=jduell+tglek
2011-06-28 16:49:45 +02:00
Honza Bambas
d4d2ac2788
Bug 662555 - Race condition when measuring requestEnd, r=jduell
2011-06-28 16:49:45 +02: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
Han Chang
3245c68495
Bug 605979 - Remove unsound ASSERTION: IDN node too large (hit with globalStorage.namedItem); r=mayhemer
2011-06-26 18:28:46 +02:00
Matt Brubeck
23b2d18bb6
Merge mozilla-central to mozilla-inbound
2011-06-25 19:43:57 -07:00
Patrick McManus
d42343f0f5
bug 664305 - websocket max connection limitation r=biesi
...
--HG--
extra : rebase_source : 7229d30f28b529c0fe7f22277a21c9a0f007d14d
2011-06-25 14:28:27 -04:00
Patrick McManus
fac9cc0418
Bug 666997 - Firefox Crash @ mozilla::net::nsPreloadedStream::AsyncWait() r=biesi
2011-06-25 10:49:42 -04:00
Kyle Huey
8daedc7313
Fix websockets-disabled build with an ifdef. rs=mcmanus (No bug)
2011-06-24 11:00:46 -07:00
Marco Bonardo
8d56f5c0e0
Merge last green changeset in mozilla-inbound to mozilla-central
2011-06-24 11:32:12 +02:00
Jason Duell
4a3ad9b3f5
Bug 666502. DONTBUILD. Document how we make sure HTTP headers have been read by time OnStartRequest called. r=bz
2011-06-23 14:41:45 -07:00
Jason Duell
786fac927e
Bug 665521 - Update Ruben Arakelyan's email address *correctly* in the PSL. r=biesi
2011-06-23 14:11:18 -07:00
Ruben Arakelyan
b8d19fe9ca
Bug 665521 - Update Ruben Arakelyan's email address in the PSL. r=biesi
2011-06-23 14:04:45 -07: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
Patrick McManus
53200f0d4e
bug 663871 websockets -08 bump our version number and the version number in the test server r=biesi
2011-06-21 10:50:02 -04:00
Patrick McManus
c038b2b6e7
bug 663871 websockets -08 sec 7.1.1 says we SHOULD pause to allow server to send first TCP FIN r=biesi
2011-06-21 10:49:50 -04:00
Patrick McManus
76cbbd5b45
bug 663871 websockets -08 sec 7.4.1 defines two new close codes r=biesi
2011-06-21 10:49:38 -04:00
Patrick McManus
f61d8673d1
663871 - enforce messages that must be UTF-8 by checking that and failing the connection if necessary r=rbiesi
2011-06-21 10:49:19 -04:00
Patrick McManus
af71992097
Bug 665518 - Websocket enforce high bit of 64 bit length r=biesi
2011-06-21 10:49:04 -04:00
Patrick McManus
92a67d37bf
backout 15c3543f4647 so it can be re-merged with valid description
2011-06-21 10:45:24 -04:00
Patrick McManus
1ecdc9816a
backout 627d6b32976b so it can be re-merged with valid description
2011-06-21 10:45:03 -04:00
Patrick McManus
30ec6d6f8e
backout b22f0cccfa7f so it can be re-merged with bug number in description
2011-06-21 10:44:07 -04:00
Patrick McManus
ec04fc1725
backout cf7152d215b2 so it can be re-merged with bug number in description
2011-06-21 10:43:32 -04:00
Patrick McManus
b37a45ac3c
backout 923beecc0fe5 so it can be re-merged with bug number in description
2011-06-21 10:42:54 -04:00
Patrick McManus
3004a30914
websockets -08 bump our version number and the version number in the test server r=biesi
2011-06-21 09:47:35 -04:00
Patrick McManus
3428825e16
websockets -08 sec 7.1.1 says we SHOULD pause to allow server to send first TCP FIN r=biesi
2011-06-21 09:47:35 -04:00
Patrick McManus
7281fe681b
websockets -08 sec 7.4.1 defines two new close codes r=biesi
2011-06-21 09:47:34 -04:00