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

« back to all changes in this revision

Viewing changes to mailnews/mime/public/nsISimpleMimeConverter.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:
36
36
 * ***** END LICENSE BLOCK ***** */
37
37
 
38
38
#include "nsISupports.idl"
 
39
interface nsIURI;
39
40
 
40
 
[scriptable, uuid(641da207-c21b-45b0-9c0c-63866c4a66b2)]
 
41
[scriptable, uuid(FC6E8234-BBF3-44A1-9802-5F023A929173)]
41
42
interface nsISimpleMimeConverter : nsISupports
42
43
{
 
44
    // uri of message getting displayed
 
45
    attribute nsIURI uri;
43
46
    AUTF8String convertToHTML(in ACString contentType,
44
47
                              in AUTF8String data);
45
48
};