gecko-dev/netwerk/ipc
Jason Duell d6eaddf3ac 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
..
Makefile.in Bug 530952: Electrolysis HTTP Channel implementation. author=jduell, r=bsmedberg, sr=bz 2009-09-22 11:55:33 -07:00
NeckoChild.cpp Bug 530952: Electrolysis HTTP Channel implementation. author=jduell, r=bsmedberg, sr=bz 2009-09-22 11:55:33 -07:00
NeckoChild.h Bug 530952: Electrolysis HTTP Channel implementation. author=jduell, r=bsmedberg, sr=bz 2009-09-22 11:55:33 -07:00
NeckoCommon.h Bug 530952: Electrolysis HTTP Channel implementation. author=jduell, r=bsmedberg, sr=bz 2009-09-22 11:55:33 -07:00
NeckoParent.cpp Bug 530952: Electrolysis HTTP Channel implementation. author=jduell, r=bsmedberg, sr=bz 2009-09-22 11:55:33 -07:00
NeckoParent.h Bug 530952: Electrolysis HTTP Channel implementation. author=jduell, r=bsmedberg, sr=bz 2009-09-22 11:55:33 -07:00
PNecko.ipdl bug 525342: make IPDL dtors part of the destructed actor's protocol instead of the manager's. r=bsmedberg 2009-12-03 02:16:14 -06:00
ipdl.mk