Michael Wu
|
ac54b41b01
|
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
|
e7f603f9d3
|
Backout Bug 477578 because it causes us to refcount atoms off the main thread.
|
2011-09-22 10:43:11 -04:00 |
Michal Novotny
|
a9d2e20602
|
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
|
1ad89c8107
|
Bug 637339 - Improve error handling in HttpChannelChild. r=honzab
|
2011-06-11 18:37:03 -07:00 |
Nick Hurley
|
a34b50aedd
|
bug 648878 - move get(local|remote)(address|port) to httpchannelchild r=jduell
|
2011-05-05 11:45:59 -04:00 |
Boris Zbarsky
|
7a3521f93f
|
Backed out changeset 998b91ea0ffa (bug 648878) because it doesn't build on Windows.
|
2011-05-03 19:34:58 -04:00 |
Nick Hurley
|
f5560a24a4
|
bug 648878 - move get(local|remote)(address|port) to httpchannelchild, r=jduell
|
2011-05-03 17:47:05 -04:00 |
Jason Duell
|
bd514f3cec
|
Bug 561694: Optimize IPDL traffic for necko OnProgress/OnStatus. r=honzab
|
2011-04-09 20:42:05 -07:00 |
Dave Townsend
|
2224aa4079
|
Backout of changeset 38d1b321c98b from bug 579846. a=bustage
|
2011-01-24 14:58:20 -08:00 |
Honza Bambas
|
458459d95d
|
Bug 579846 - nsIHttpChannel::SetResponseHeader should work after the stream has ended [Fennec part], r=jduell, a=betaN+
|
2011-01-23 23:49:30 +01:00 |
Honza Bambas
|
069ee7e772
|
Bug 591707 - e10s: handle redirects from HTTP to a different protocol, r=jduell, a=blocking-fennec2.0b3+
|
2010-11-23 23:56:06 +01:00 |
Jae-Seong Lee-Russo
|
b8363c8da8
|
Bug 564553 - e10s HTTP: Serialize nsInputStreams to support large file uploads. r=dwitte, a=blocking-fennec2.0b2+
|
2010-10-21 11:36:13 -07:00 |
Honza Bambas
|
e3cf711385
|
Bug 536295 - e10s HTTP: offline application cache, r=dwitte, sr=cbiesinger, a=fennec-2.0b2+
--HG--
rename : uriloader/prefetch/nsOfflineCacheUpdate.cpp => uriloader/prefetch/OfflineCacheUpdateChild.cpp
rename : uriloader/prefetch/nsOfflineCacheUpdate.cpp => uriloader/prefetch/nsOfflineCacheUpdateService.cpp
|
2010-10-20 19:12:32 +02:00 |
Dan Witte
|
de6d8ff419
|
Bounce input stream and FTP patches for Windows test failure. a=bustage
|
2010-10-19 19:46:54 -07:00 |
Jae-Seong Lee-Russo
|
e4d607cff8
|
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 |
Honza Bambas
|
6fdab9c0bc
|
Bug 586766 - e10s http: fix redirect/cancel race. r=jduell, a=blocking-fennec-b2
|
2010-10-08 22:07:58 -07:00 |
Josh Matthews
|
4b4cdaeec2
|
Bug 591708 - Initiate all PHttpChannel protocol deletion from the child to avoid races. r=honzab a=blocking-fennec
--HG--
extra : rebase_source : 76568dbe568345aaf276ef166407c9338bf8f477
|
2010-09-15 12:26:15 -07:00 |
Doug Turner
|
f7c36ea971
|
Bug 558624 - e10s Cookies: Optimize implementation. Part 3. Forward request head to child during OnStartRequest. r=dwitte. a=blocking-fennec
--HG--
extra : rebase_source : f7becf88a7e0daddf680e578b82b1e198c4d5437
|
2010-10-01 21:17:23 -07:00 |
Jason Duell
|
8ea3aea5d8
|
e10s http: Document channels' cache descriptor causes hang on reloads r=honza
--HG--
extra : rebase_source : 997176054b8665819c4fd9d670e7705087592daa
|
2010-08-17 15:17:00 -07:00 |
Honza Bambas
|
a232312c25
|
Bug 536301 - e10s HTTPS: securityInfo. r=jduell, sr=kaie
|
2010-08-13 01:06:40 -07:00 |
Dan Witte
|
00c0c1db57
|
Bug 536317 - e10s HTTP: implement Cancel. r=jduell, a=blocker
|
2010-08-12 02:05:16 -07:00 |
Josh Matthews
|
0711836c75
|
Bug 536321 - e10s HTTP: suspend/resume. r=dwitte
|
2010-08-10 23:07:09 -04:00 |
Honza Bambas
|
955f70b493
|
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
|
4b5079349a
|
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.
|
2010-06-27 12:44:15 -04:00 |
Jason Duell
|
69eb87bdc9
|
Backed out 9cfe0ace0e95 (SecurityInfo). Segfaulting.
|
2010-06-30 17:42:30 -07:00 |
Honza Bambas
|
099c13dad3
|
e10s HTTPS: securityInfo. sr=biesi.
|
2010-06-30 09:17:51 -07:00 |
Jason Duell
|
08c7957dd0
|
# User Michal Novotny <michal.novotny@gmail.com>
# Date 1277056918 -7200
Bug 537164 - e10s HTTP: caching. r=jduell, sr=biesi
|
2010-06-23 23:55:19 -07:00 |
Honza Bambas
|
d3d3767732
|
Bug 569044 - "e10s HTTP: handle requests with no responseHead" [r=jduell]
|
2010-06-18 03:32:00 -07:00 |
Jason Duell
|
b0ae7fdef8
|
Add bug numbers for all TODO items that lack them in necko e10s code. r=cjones
--HG--
extra : rebase_source : c29981d18cd8fc43a11a48cbd1b7e9a2f24c9b24
|
2010-06-09 20:19:28 -07:00 |
Doug Turner
|
217acab227
|
Fixup to http after the necko-file-move
--HG--
rename : netwerk/protocol/http/src/HttpBaseChannel.cpp => netwerk/protocol/http/HttpBaseChannel.cpp
rename : netwerk/protocol/http/src/HttpBaseChannel.h => netwerk/protocol/http/HttpBaseChannel.h
rename : netwerk/protocol/http/src/HttpChannelChild.cpp => netwerk/protocol/http/HttpChannelChild.cpp
rename : netwerk/protocol/http/src/HttpChannelChild.h => netwerk/protocol/http/HttpChannelChild.h
rename : netwerk/protocol/http/src/HttpChannelParent.cpp => netwerk/protocol/http/HttpChannelParent.cpp
rename : netwerk/protocol/http/src/HttpChannelParent.h => netwerk/protocol/http/HttpChannelParent.h
rename : netwerk/protocol/http/src/PHttpChannel.ipdl => netwerk/protocol/http/PHttpChannel.ipdl
rename : netwerk/protocol/http/src/PHttpChannelParams.h => netwerk/protocol/http/PHttpChannelParams.h
rename : netwerk/protocol/http/src/ipdl.mk => netwerk/protocol/http/ipdl.mk
|
2010-06-07 14:40:08 -07:00 |