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
|
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 |
|
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 |
|
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 |
|
Evan Shaw
|
9275bf06f1
|
Bug 631967 - Fix unsafe pointer dereference. r=mayhemer
|
2011-07-21 22:29:00 -04:00 |
|
arno renevier
|
8ed39834bd
|
Bug 669299 - Remove unneeded nsPrintfCString.h includes. r=bsmedberg
|
2011-07-21 04:37:31 +02:00 |
|
Nick Hurley
|
c7f6b1cb89
|
Bug 637339 - Improve error handling in HttpChannelChild. r=honzab
|
2011-06-11 18:37:03 -07:00 |
|
Jason Duell
|
922a508a0e
|
Bug 663229 - e10s HTTP: initialize prnetaddrs correctly in child. r=jdm
|
2011-06-09 14:02:09 -07:00 |
|
Dominic Fandrey
|
968bf5196a
|
Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc
|
2011-06-02 14:56:50 +02:00 |
|
Honza Bambas
|
1d79c5da4a
|
Bug 649338 - Expose mUploadStreamHasHeaders on the HttpBaseChannel, r=bz
|
2011-05-29 15:55:38 +02:00 |
|
Jason Duell
|
d98052e70d
|
Bug 646373 - Fix AdBlock2 on fennec (nsITraceableChannel.setNewListener() is unimplemented under e10s.) r=honza, a=queue
|
2011-05-24 02:32:26 -07:00 |
|
Daniel Holbert
|
7c96f3c728
|
Bug 308590 patch 5: Clean up QIs to nsIURL that are really checks for "Does this support GetRef/SetRef", now that nsIURI supports GetRef/SetRef too. r=bz
|
2011-05-21 18:12:46 -07:00 |
|
Christian Biesinger
|
132b0e1ea8
|
Bug 576006 - Implement timing interface for channels
r=jduell sr=bz
|
2011-05-21 03:03:36 -07:00 |
|
Patrick McManus
|
60bdd5f819
|
bugzilla 640213 Implement RFC 2616 "Upgrade" (Section 14.42) r=biesi sr=bz
|
2011-05-19 19:43:37 -04:00 |
|
Phil Ringnalda
|
3087bde664
|
Back out 40d44ce2377e (bug 640213) on suspicion of causing Windows crashes and timeouts in media tests
|
2011-05-14 20:13:57 -07:00 |
|
Patrick McManus
|
edb5534ce7
|
Bug 640213 - Implement HTTP 2616 Upgrade. r=biesi, sr=bz.
|
2011-05-14 18:55:54 +01:00 |
|
Phil Ringnalda
|
f32aa6957b
|
Back out 93604789da99 (bug 637339) on suspicion of causing timeouts in Linux debug test_httpsuspend_wrap.js CLOSED TREE
|
2011-05-13 20:48:38 -07:00 |
|
Nick Hurley
|
ea31e2b888
|
Bug 637339 - Improve error handling in HttpChannelChild. r=jduell
|
2011-05-13 18:02:07 -07:00 |
|
Nick Hurley
|
bf26c8a98e
|
bug 648878 - move get(local|remote)(address|port) to httpchannelchild r=jduell
|
2011-05-05 11:45:59 -04:00 |
|
Boris Zbarsky
|
8b85800ca4
|
Backed out changeset 998b91ea0ffa (bug 648878) because it doesn't build on Windows.
|
2011-05-03 19:34:58 -04:00 |
|
Nick Hurley
|
22595309e7
|
bug 648878 - move get(local|remote)(address|port) to httpchannelchild, r=jduell
|
2011-05-03 17:47:05 -04: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 |
|
bjarne@runitsoft.com
|
884a180af5
|
Bug 561276 - Cookie dependency on cache determination for image redirects r=bz
|
2011-03-23 23:36:53 -04:00 |
|
Dave Townsend
|
d6e35158cb
|
Backout of changeset 38d1b321c98b from bug 579846. a=bustage
|
2011-01-24 14:58:20 -08:00 |
|
Honza Bambas
|
ee2433f53e
|
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 |
|
Mark Banner
|
026b21cd31
|
Fix non-IPC bustage from bug 536289. Patch as agreed with jdm over irc. a=bustage-fix.
|
2010-10-21 22:01:38 +01:00 |
|
Honza Bambas
|
7a0198cca1
|
Bug 586738 - e10s http: check HttpChannelChild::Redirect1Begin cancel logic. r=jduell, a=blocking-fennec-b2
|
2010-10-08 22:07:49 -07:00 |
|
Doug Turner
|
132264b660
|
Bug 558624 - e10s Cookies: Optimize implementation. Part 4. Remoeve cookies being set in the child by necko. r=dwitte. a=blocking-fennec
--HG--
extra : rebase_source : 2045bc83fcc7627f42f0820c781f2ad2bd10a261
|
2010-10-01 21:17:26 -07:00 |
|
Brian Crowder
|
69f7fcf513
|
Bug 567267 - disable decoding in HttpChannelParent, make smart decisions in child process, r=dwitte, blocking-fennec2.0b1=mfinkle
|
2010-09-15 15:55:08 -07:00 |
|
Brian Crowder
|
5591616b20
|
Bug 567267 - Move nsIEncodedChannel logic to base Http class, r=dwitte, blocking-fennec2.0b1=mfinkle
|
2010-09-15 15:55:08 -07:00 |
|
Byron Milligan
|
45fd242f77
|
Bug 55307 - Prevent downloads from being stored in the cache. r=jduell a2.0=jst
|
2010-09-10 07:22:24 +02:00 |
|
Dan Witte
|
f9582851af
|
Back out Bug 536324 part 2.
|
2010-08-30 13:20:39 -07:00 |
|
Dan Witte
|
3784e67919
|
Back out Bug 589292.
|
2010-08-30 13:20:38 -07:00 |
|
Dan Witte
|
0f002d9441
|
Bug 589292 - e10s necko: add contentDisposition prop to nsIChannel. r=jduell, sr=biesi, a=beta5+
|
2010-08-25 17:51:21 -07:00 |
|
Dan Witte
|
454e26f2b0
|
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 2: contentLength implementors. r=jduell, a=beta5+
|
2010-08-21 00:31:11 -07:00 |
|
Josh Matthews
|
00afa443f6
|
Bug 536321 - e10s HTTP: suspend/resume. r=dwitte
|
2010-08-10 23:07:09 -04:00 |
|
Jason Duell
|
db31d25583
|
Minor formatting fixes to redirects patch (bug 536294)
|
2010-08-11 00:09:50 -07: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 |
|
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 |
|
Jason Duell
|
6a8b56652b
|
Temporarily allow SetResponseHeader to be called after AsyncOpen. r=dwitte.
|
2010-06-29 14:36:09 -07:00 |
|
Benjamin Stover
|
dfb55c48d4
|
Bug 570867 - e10s http: add cookies to request in child, not parent [r=dwitte]
|
2010-06-15 16:07:10 -07:00 |
|
Doug Turner
|
8951d536c0
|
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 |
|