From 22c6d8824b15a033d55830ba5fccdb1d2f06ecd4 Mon Sep 17 00:00:00 2001 From: Dave Townsend Date: Fri, 6 Nov 2009 11:31:22 -0800 Subject: [PATCH] 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 --- dom/interfaces/events/nsIDOMDataTransfer.idl | 2 +- dom/interfaces/events/nsIDOMNotifyPaintEvent.idl | 2 +- netwerk/mime/public/nsIMIMEInfo.idl | 4 ++-- toolkit/components/places/public/nsINavHistoryService.idl | 2 +- xpcom/base/nsIMemoryReporter.idl | 2 +- xpcom/system/nsICrashReporter.idl | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dom/interfaces/events/nsIDOMDataTransfer.idl b/dom/interfaces/events/nsIDOMDataTransfer.idl index 1776f8e691e5..5b27e0dfb3e6 100644 --- a/dom/interfaces/events/nsIDOMDataTransfer.idl +++ b/dom/interfaces/events/nsIDOMDataTransfer.idl @@ -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 { /* diff --git a/dom/interfaces/events/nsIDOMNotifyPaintEvent.idl b/dom/interfaces/events/nsIDOMNotifyPaintEvent.idl index 9b3d230f3bcb..a90a85004b47 100644 --- a/dom/interfaces/events/nsIDOMNotifyPaintEvent.idl +++ b/dom/interfaces/events/nsIDOMNotifyPaintEvent.idl @@ -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 { /** diff --git a/netwerk/mime/public/nsIMIMEInfo.idl b/netwerk/mime/public/nsIMIMEInfo.idl index 4ea6e737195d..0b94d88aa24b 100644 --- a/netwerk/mime/public/nsIMIMEInfo.idl +++ b/netwerk/mime/public/nsIMIMEInfo.idl @@ -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. diff --git a/toolkit/components/places/public/nsINavHistoryService.idl b/toolkit/components/places/public/nsINavHistoryService.idl index 4a2dc7181933..76f2603436e6 100644 --- a/toolkit/components/places/public/nsINavHistoryService.idl +++ b/toolkit/components/places/public/nsINavHistoryService.idl @@ -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 { /** diff --git a/xpcom/base/nsIMemoryReporter.idl b/xpcom/base/nsIMemoryReporter.idl index fcba56d12922..d29bf8260ddb 100644 --- a/xpcom/base/nsIMemoryReporter.idl +++ b/xpcom/base/nsIMemoryReporter.idl @@ -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 { /* diff --git a/xpcom/system/nsICrashReporter.idl b/xpcom/system/nsICrashReporter.idl index 3cddc5a9cacc..683966c2dd38 100644 --- a/xpcom/system/nsICrashReporter.idl +++ b/xpcom/system/nsICrashReporter.idl @@ -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 { /**