Bug 526635: Interfaces changed on the 1.9.2 branch with no IID rev. r=enn, r=vlad, r=josh, r=mak77, r=ted, r=roc

This commit is contained in:
Dave Townsend 2009-11-06 11:31:22 -08:00
Родитель 8871005ccb
Коммит 22c6d8824b
6 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -162,7 +162,7 @@ interface nsIDOMDataTransfer : nsISupports
void addElement(in nsIDOMElement element);
};
[scriptable, uuid(53C854FC-33F9-4647-B045-46D7AB06A6F1)]
[scriptable, uuid(990758e9-fd38-4444-a1e8-395195802bda)]
interface nsIDOMNSDataTransfer : nsISupports
{
/*

Просмотреть файл

@ -45,7 +45,7 @@ interface nsIDOMPaintRequestList;
* event, which fires at a window when painting has happened in
* that window.
*/
[scriptable, uuid(dec5582e-5cea-412f-bf98-6b27480fb46a)]
[scriptable, uuid(792e5779-7c39-4817-91a7-fdb3fba6428f)]
interface nsIDOMNotifyPaintEvent : nsIDOMEvent
{
/**

Просмотреть файл

@ -53,7 +53,7 @@ typedef long nsHandlerInfoAction;
* nsIHandlerInfo gives access to the information about how a given protocol
* scheme or MIME-type is handled.
*/
[scriptable, uuid(8E726396-3E02-467C-855E-5900E562BA42)]
[scriptable, uuid(325e56a7-3762-4312-aec7-f1fcf84b4145)]
interface nsIHandlerInfo : nsISupports {
/**
* The type of this handler info. For MIME handlers, this is the MIME type.
@ -157,7 +157,7 @@ interface nsIHandlerInfo : nsISupports {
* MIMEInfo objects are generally retrieved from the MIME Service
* @see nsIMIMEService
*/
[scriptable, uuid(cd7083f8-5fe9-4248-bb09-0b0e2982fde8)]
[scriptable, uuid(1c21acef-c7a1-40c6-9d40-a20480ee53a1)]
interface nsIMIMEInfo : nsIHandlerInfo {
/**
* Gives you an array of file types associated with this type.

Просмотреть файл

@ -416,7 +416,7 @@ interface nsINavHistoryQueryResultNode : nsINavHistoryContainerResultNode
*
* @see nsINavHistoryResult for where this fits in
*/
[scriptable, uuid(e60f4429-3787-45c8-a8c0-18ef52621bbf)]
[scriptable, uuid(af4ac418-a687-4775-8ffa-97c160196432)]
interface nsINavHistoryResultViewer : nsISupports
{
/**

Просмотреть файл

@ -62,7 +62,7 @@ interface nsIMemoryReporter : nsISupports
readonly attribute long long memoryUsed;
};
[scriptable, uuid(63fc8fbd-509b-4fdb-93b4-2e6caeeddab1)]
[scriptable, uuid(7c62de18-1edd-40f8-9da2-a8c622763074)]
interface nsIMemoryReporterManager : nsISupports
{
/*

Просмотреть файл

@ -47,7 +47,7 @@ interface nsIURL;
* future releases.
*/
[scriptable, uuid(D9A0F5B2-A7DF-4AEB-9775-21B9E01B4C59)]
[scriptable, uuid(44650737-59f7-4c9b-adbe-2b6d4dfee86a)]
interface nsICrashReporter : nsISupports
{
/**