~ubuntu-branches/ubuntu/oneiric/ubufox/oneiric-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2011-01-01 14:30:25 UTC
  • Revision ID: james.westby@ubuntu.com-20110101143025-52ew6ngsqev5gcqn
Tags: 0.9~rc2-0ubuntu7
* Add patch to update for Firefox 4:
  - Rename AboutHome to AboutStartup, and have it handle about:startup now 
    (to not conflict with the new about:home handler in Firefox
  - Set default home page to about:startpage
  - Add support for the XPCOM changes in Gecko 2.0
  - In the restart notifier, don't hardcode a list of filenames for different
    browser versions, but just use MOZ_APP_LAUNCHER instead. This will
    indirectly fix LP: #511250 and should prevent it from happening again
  - Look in the new location for the restart-required trigger, it has moved
    to a location not monitored by update-notifier now, so we only get the
    restart required notification in the browser
  - Merge the plugin finder code from Firefox 4. This now uses AddonManager,
    so the MinVersion needs to be bumped
  - Drop the FF2.0 specific code
  - Drop the AddonsOverlay and associated code, this hasn't worked for
    several releases since we started using software-center, and nobody
    really noticed so far. We can reimplement this at a later date if wanted,
    but it throws JS exceptions when loading in FF4.0 now
  - Specify for the extension to be unpacked by the installer. Without this,
    the prefs aren't used
  - Get the distributionID field for the pfs URL from the preferences, rather
    than hard-coding a value

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ubufox (0.9~rc2-0ubuntu7) natty; urgency=low
 
2
 
 
3
  * Add patch to update for Firefox 4:
 
4
    - Rename AboutHome to AboutStartup, and have it handle about:startup now 
 
5
      (to not conflict with the new about:home handler in Firefox
 
6
    - Set default home page to about:startpage
 
7
    - Add support for the XPCOM changes in Gecko 2.0
 
8
    - In the restart notifier, don't hardcode a list of filenames for different
 
9
      browser versions, but just use MOZ_APP_LAUNCHER instead. This will
 
10
      indirectly fix LP: #511250 and should prevent it from happening again
 
11
    - Look in the new location for the restart-required trigger, it has moved
 
12
      to a location not monitored by update-notifier now, so we only get the
 
13
      restart required notification in the browser
 
14
    - Merge the plugin finder code from Firefox 4. This now uses AddonManager,
 
15
      so the MinVersion needs to be bumped
 
16
    - Drop the FF2.0 specific code
 
17
    - Drop the AddonsOverlay and associated code, this hasn't worked for
 
18
      several releases since we started using software-center, and nobody
 
19
      really noticed so far. We can reimplement this at a later date if wanted,
 
20
      but it throws JS exceptions when loading in FF4.0 now
 
21
    - Specify for the extension to be unpacked by the installer. Without this,
 
22
      the prefs aren't used
 
23
    - Get the distributionID field for the pfs URL from the preferences, rather
 
24
      than hard-coding a value
 
25
 
 
26
 -- Chris Coulson <chris.coulson@canonical.com>  Sat, 01 Jan 2011 14:30:25 +0000
 
27
 
1
28
ubufox (0.9~rc2-0ubuntu6) natty; urgency=low
2
29
 
3
30
  [ Nobuto Murata <nobuto@nobuto-murata.org> ]