~ubuntu-branches/ubuntu/karmic/moon/karmic

« back to all changes in this revision

Viewing changes to plugin/firefox/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-14 12:01:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090214120108-06539vb25vhbd8bn
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-08-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
 
2
 
 
3
        * browser-http.inc: Add a request field to DownloaderResponse, and a
 
4
          response field to DownloaderRequest. When a request is aborted,
 
5
          also abort the response. This fixes a crash when we aborted the
 
6
          request before receiving a response, the response had no idea the
 
7
          request had been aborted (since the request didn't store the
 
8
          response after creating it, it couldn't notify the response of the
 
9
          abort), and happily accessed deleted objects.
 
10
 
 
11
2008-08-17  Geoff Norton  <gnorton@novell.com>
 
12
        
 
13
        * browser-http.inc: Implement support for DownloaderReponse::SetHeaderVisitor
 
14
 
 
15
2008-06-27  Geoff Norton  <gnorton@novell.com>
 
16
 
 
17
        * browser-http.inc: Set the failure condition for the finished event based
 
18
        on the nsresult send by mozilla.
 
19
 
 
20
2008-06-10  Geoff Norotn  <gnorton@novell.com>
 
21
        
 
22
        * browser-http.inc: Dont raise Started/Stopped if we've been aborted.
 
23
 
 
24
2008-06-10  Geoff Norotn  <gnorton@novell.com>
 
25
 
 
26
        * browser-http.inc: SetRequestHeader should merge instead of replace.
 
27
        Partially fixes MMS seeking.
 
28
 
 
29
2008-06-05  Geoff Norotn  <gnorton@novell.com>
 
30
 
 
31
        * browser-http.inc: SetBody takes a void instead of char to support the future
 
32
        possibility of POSTing data.
 
33
 
 
34
2008-05-23  Geoff Norton  <gnorton@novell.com>
 
35
        
 
36
        * browser-http.inc: Re-introduce the Abort decl in FF*Browser(Request|Response)
 
37
 
 
38
2008-05-23  Geoff Norton  <gnorton@novell.com>
 
39
 
 
40
        * browser-mmsh.inc: Drop from the build
 
41
        * browser-http.inc: Include the new generic browser-http.inc in the build