Bug 670542 patch 2: Rev iids of nsIURI & descendants. r=jst

This commit is contained in:
Daniel Holbert 2011-07-26 22:11:40 -07:00
parent 9b63b2d67b
commit 5798400e19
5 changed files with 5 additions and 5 deletions

View File

@ -47,7 +47,7 @@
*
* The nsIURL methods operate on the <jar-entry> part of the spec.
*/
[scriptable, uuid(ba32f809-5adf-4191-866a-1cddf60548f7)]
[scriptable, uuid(c95d481a-c0ec-43cc-8320-43842b1df597)]
interface nsIJARURI : nsIURL {
/**

View File

@ -73,7 +73,7 @@
* Description: The mime type we want an icon for. This is ignored by stock images.
*/
[scriptable, uuid(5d8a4518-bebf-4e7e-bad0-3e6737b3d7f4)]
[scriptable, uuid(b6a47fa0-2f1e-4084-ae5f-bdebab4d1cc3)]
interface nsIMozIconURI : nsIURI
{
/**

View File

@ -45,7 +45,7 @@ interface nsIFile;
* an URL. The URL scheme need not be file:, since other local protocols may
* map URLs to files (e.g., resource:).
*/
[scriptable, uuid(e693cb4f-d835-4068-9e14-76de8bd9df1d)]
[scriptable, uuid(44c14c16-07b4-48fb-b44b-0c8986697a17)]
interface nsIFileURL : nsIURL
{
/**

View File

@ -101,7 +101,7 @@
* we will need to add additional checks there for all intermediate IIDs, until
* nsPrincipal is fixed to serialize its URIs as nsISupports (bug 662693).
*/
[scriptable, uuid(d6d04c36-0fa4-4db3-be05-4a18397103e2)]
[scriptable, uuid(12120b20-0929-40e9-88cf-6e08766e8b23)]
interface nsIURI : nsISupports
{
/************************************************************************

View File

@ -54,7 +54,7 @@
* |
* filePath
*/
[scriptable, uuid(55e824ca-f1bb-4452-9e14-fcfa1ff091ce)]
[scriptable, uuid(eab18ad5-e3be-4eb3-9c78-7d4e750200d6)]
interface nsIURL : nsIURI
{
/*************************************************************************