1 2009-05-27 Rolf Bjarne Kvinge <RKvinge@novell.com>
3 * browser-http.inc: Implement support for disabling cache and getting response
6 2009-04-06 Andreia Gaita <avidigal@novell.com>
8 * ff-common.h: add new header for common structs and dom includes
9 for ff2/3-dom and bridge
11 2009-03-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
13 * browser-http.inc: FF2/3DownloaderResponse: propagate the
14 ref/unref to the AddRef/Release implementation
16 2009-01-21 Geoff Norton <gnorton@novell.com>
18 * browser-http.inc: Ensure the DownloaderResponse is aware of the DownloaderRequest
20 2008-11-25 Geoff Norton <gnorton@novell.com>
22 * browser-http.inc: Expose the status code and status text to the
23 DownloaderResponse object.
25 2008-08-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
27 * browser-http.inc: Add a request field to DownloaderResponse, and a
28 response field to DownloaderRequest. When a request is aborted,
29 also abort the response. This fixes a crash when we aborted the
30 request before receiving a response, the response had no idea the
31 request had been aborted (since the request didn't store the
32 response after creating it, it couldn't notify the response of the
33 abort), and happily accessed deleted objects.
35 2008-08-17 Geoff Norton <gnorton@novell.com>
37 * browser-http.inc: Implement support for DownloaderReponse::SetHeaderVisitor
39 2008-06-27 Geoff Norton <gnorton@novell.com>
41 * browser-http.inc: Set the failure condition for the finished event based
42 on the nsresult send by mozilla.
44 2008-06-10 Geoff Norotn <gnorton@novell.com>
46 * browser-http.inc: Dont raise Started/Stopped if we've been aborted.
48 2008-06-10 Geoff Norotn <gnorton@novell.com>
50 * browser-http.inc: SetRequestHeader should merge instead of replace.
51 Partially fixes MMS seeking.
53 2008-06-05 Geoff Norotn <gnorton@novell.com>
55 * browser-http.inc: SetBody takes a void instead of char to support the future
56 possibility of POSTing data.
58 2008-05-23 Geoff Norton <gnorton@novell.com>
60 * browser-http.inc: Re-introduce the Abort decl in FF*Browser(Request|Response)
62 2008-05-23 Geoff Norton <gnorton@novell.com>
64 * browser-mmsh.inc: Drop from the build
65 * browser-http.inc: Include the new generic browser-http.inc in the build