~ubuntu-branches/ubuntu/utopic/ubufox/utopic-security

« back to all changes in this revision

Viewing changes to .pc/08_default_dictionary.patch/defaults/preferences/ubuntu-mods.js

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2011-04-09 00:08:51 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20110409000851-5wd2d1p8cws3y3u8
Tags: 0.9-0ubuntu1
* New upstream release v0.9
* All patches are merged in to the upstream branch now

* Fix LP: #750305 - Please update links and configs for Natty release.
  Rather than doing this manually for every release, we add a dist.js with
  distro information (populated at build time with lsb_release) and just
  do all this automatically.
* Fix LP: #752364 - Plugin Finder Service never finds anything. Use the
  release info in dist.js to construct the URL, now that this got dropped
  from Firefox
* Fix LP: #728826 - Update icons to new versions.
* Drop the pluginGlue.js module. This didn't work, as we can no longer
  use a modules registerSelf method to use nsICategoryManager at startup,
  due to the XPCOM registration changes in Firefox 4. Instead, add
  category entries with the chrome.manifest
* Fix LP: #709125 - User agent doesn't include Ubuntu in it so
  apt.ubuntu.com doesn't work. We add an extra X-Ubuntu HTTP header in
  requests to apt.ubuntu.com, rather than send this information out in
  every request in the UA string

* Add build-depend on lsb-release so we can create dist.js

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
// ubuntu-printing overwrites
3
 
pref("print.print_command", "lpr ${MOZ_PRINTER_NAME:+-P\"$MOZ_PRINTER_NAME\"}");
4
 
pref("print.postscript.print_command", "lpr ${MOZ_PRINTER_NAME:+-P\"$MOZ_PRINTER_NAME\"}");
5
 
 
6
 
 
7
 
// look-and-feel modifications in firefox-branding.js
8
 
pref("startup.homepage_override_url","chrome://ubufox/locale/ubufox.properties");
9
 
pref("startup.homepage_welcome_url","chrome://ubufox/locale/ubufox.properties");
10
 
pref("app.update.url.details","chrome://ubufox/locale/ubufox.properties");
11
 
 
12
 
// look-and-feel modifications in firefox.js
13
 
pref("browser.startup.homepage","chrome://ubufox/locale/ubufox.properties");
14
 
pref("app.releaseNotesURL","chrome://ubufox/locale/ubufox.properties");
15
 
pref("browser.throbber.url","chrome://ubufox/locale/ubufox.properties");
16
 
 
17
 
pref("browser.link.open_newwindow", 3);
18
 
pref("browser.link.open_external", 3);
19
 
pref("middlemouse.contentLoadURL", false); // setting to false disables pasting urls on to the page
20
 
 
21
 
// disable-default-browser-check on startup by defaullt
22
 
pref("browser.shell.checkDefaultBrowser", false);
23
 
 
24
 
// locale-by-match-os
25
 
pref("intl.locale.matchOS", true);
26
 
 
27
 
 
28
 
// intl-property fixes (minimal set resurrected from ubufox 0.5 in 0.6~b2)
29
 
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
30
 
 
31
 
// kerberos-for-https
32
 
pref("network.negotiate-auth.trusted-uris", "https://");
33
 
 
34
 
// Yahoo by default
35
 
pref("browser.search.defaultenginename", "chrome://ubufox/locale/ubufox-search.properties");
36
 
pref("browser.search.order.1", "chrome://ubufox/locale/ubufox-search.properties");
37
 
pref("browser.search.order.2", "chrome://ubufox/locale/ubufox-search.properties");
38