~ubuntu-branches/ubuntu/gutsy/firefox/gutsy

« back to all changes in this revision

Viewing changes to dom/public/idl/sidebar/nsISidebar.idl

  • Committer: Bazaar Package Importer
  • Author(s): Ian Jackson
  • Date: 2006-10-10 18:49:32 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20061010184932-da75izt7y0e59afq
Tags: 1.99+2.0rc2+dfsg-0ubuntu1
* New upstream version 2.0rc2.
* Fix/workaround for epiphany GtkSocket lifetype crash:
  apply patch id=241087 from Mozilla Bugzilla #241535 to fix LP #63814.
* Change application name to `Firefox', as requested by mdz.
  Files changed:
    - browser/locales/en-US/chrome/branding/brand.dtd
    - browser/locales/en-US/chrome/branding/brand.properties;
  New values:
    - brandShortName and brandFullName: `Bon Echo' => `Firefox'
    - vendorShortName: `Mozilla' => `Ubuntu'
* Make preferences dialogue fit again (bah!).

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    void addMicrosummaryGenerator(in string generatorURL);
62
62
};
63
63
 
64
 
[scriptable, uuid(edd70275-c131-4558-8f6c-9c4716b554a6)]
 
64
[scriptable, uuid(4350fb73-9305-41df-a669-11d26222d420)]
65
65
interface nsISidebarExternal : nsISupports
66
66
{
67
67
    void AddSearchProvider(in string aDescriptionURL);
 
68
    unsigned long IsSearchProviderInstalled(in string aSearchURL);
68
69
};
69
70
 
70
71
%{ C++