Commit Graph

13 Commits

Author SHA1 Message Date
Jae-Seong Russel-Lee
12f6a9dd1c Bug 561692 - e10s HTTP: Implement nsIProgressEventSink: part1 r=jduell 2010-05-13 10:28:51 -07:00
Jason Duell
70316e63c3 Bug 558622 - Rework HttpChannelChild::AsyncOpen. r=dwitte 2010-04-10 22:13:57 -07:00
josh@joshmatthews.net
c6adba047f Bug 536316 - e10s HTTP: channel refcounting. r=jduell 2010-04-24 00:19:33 +10:00
Josh Matthews
2989db727c Bug 541174 - e10s HTTP: Improve how URIs are serialized (part2). r=dwitte 2010-04-26 11:24:21 -04:00
Jae-Seong Lee-Russo
c8c3c1b4bf Bug 547051: e10s: Support local use of Set/GetOwner for HttpChannelChild. r=jduell
--HG--
extra : rebase_source : f3f0865de440843825d7d4b4b865bee6b5a647c4
2010-04-21 02:02:05 -07:00
Jason Duell
35ceca52a8 Bug 558490: Infrastructure needed to support SetPriority in HttpChannelChild. a=jduell, r=dwitte 2010-04-10 21:53:35 -07:00
Jason Duell
edcb9fbeb9 Bug 558486: Stub functions in HttpChannelChild to allow testXUL demo to run. a=jduell, r=dwitte 2010-03-27 18:53:46 -07:00
Jason Duell
534592dde1 Bug 555514 - e10s HTTP: propagate SetReferrer to chrome process. a=jae-seong lee, r=jduell 2010-04-07 01:43:44 -07:00
Jason Duell
a30afd44f2 Bug 546581: e10s HTTP: create common base class for HttpChannelChild and nsHttpChannel. a=dwitte, r=jae-seong, r=jduell 2010-04-07 01:43:09 -07:00
Jason Duell
89ddf40c21 Bug 536279 (send request headers to chrome channel) and bug 536283 (send full nsHttpResponseHead in OnStartRequest) a=jae-seong r=dwitte,jduell 2010-03-23 08:14:36 -07:00
Jason Duell
680f112978 Bug 541486: Prune unneeded interfaces from HttpChannelChild. author=jduell, r=bsmedberg
- We copied the full list of interfaces from nsHttpChannel, but biesi tells me
  the following will not be needed, so removing: nsIRequestObserver,
  nsIStreamListener, nsICacheListener, nsITransportEventSink,
  nsIProtocolProxyCallback, nsIAuthPromptCallback.
2010-01-22 13:01:44 -08:00
Jason Duell
5ffecf8e1f Bug 530952: Electrolysis HTTP Channel implementation. author=jduell, r=bsmedberg, sr=bz
- Supports only primitive xpcshell HTTP requests which don't set/get HTTP
  headers, don't do redirects, observers, load groups, or anything else other
  than basic things like looking at the reply body, Content-type, Content-length, etc.
- Tested with network/test/unit_ipc/test_simple_wrap.js (patch @ bug 521922)
- Only used if "NECKO_E10S_HTTP" set in environment.
- Force http.h to get #included before any IPDL files, to centralize #define
  handling of LOG and to make sure FORCE_PR_LOGGING is set if needed (bug
  545995)
2009-09-22 11:55:33 -07:00
Jason Duell
7b9643e8c3 Necko init patch, with modeline fixes 2009-08-18 12:05:15 -07:00