Bug 1051858: Update UUIDs that should have been revved in bug 741295. r=smaug

--HG--
extra : rebase_source : ec9740e1a9794ae8d974f36a503e97fb2e4fc95e
This commit is contained in:
David Major 2014-08-14 10:38:29 +12:00
parent 8bf306f8b3
commit cf1bc32ff9
16 changed files with 20 additions and 20 deletions

View File

@ -132,8 +132,8 @@ class DestinationInsertionPointList;
// IID for the dom::Element interface
#define NS_ELEMENT_IID \
{ 0xd123f791, 0x124a, 0x43f3, \
{ 0x84, 0xe3, 0x55, 0x81, 0x0b, 0x6c, 0xf3, 0x08 } }
{ 0xb0135f9d, 0xa476, 0x4711, \
{ 0x8b, 0xb9, 0xca, 0xe5, 0x2a, 0x05, 0xf9, 0xbe } }
class Element : public FragmentOrElement
{

View File

@ -39,8 +39,8 @@ enum nsLinkState {
// IID for the nsIContent interface
#define NS_ICONTENT_IID \
{ 0xc534a378, 0x7b5f, 0x43a4, \
{ 0xaf, 0x65, 0x5f, 0xfe, 0xea, 0xd6, 0x00, 0xfb } }
{ 0x329f4c0f, 0x369d, 0x4f35, \
{ 0x9a, 0x49, 0xd6, 0xa3, 0xaf, 0xb4, 0x34, 0x9f } }
/**
* A node of content in a document's content model. This interface

View File

@ -13,7 +13,7 @@
interface nsIVariant;
[builtinclass, uuid(af7077ac-0f9f-44e1-815f-9b1a94618531)]
[builtinclass, uuid(b00a4ca7-312e-4926-84f6-8ebb43e53d83)]
interface nsIDOMDataChannel : nsIDOMEventTarget
{
readonly attribute DOMString label;

View File

@ -8,7 +8,7 @@
interface nsIDOMEventListener;
interface nsIDOMBlob;
[builtinclass, uuid(39ea2c73-7711-4cea-9f73-3166c24dfa69)]
[builtinclass, uuid(2f34c719-bc14-4546-9fb9-2bab75e56e45)]
interface nsIDOMFileReader : nsIDOMEventTarget
{
[implicit_jscontext]

View File

@ -249,8 +249,8 @@ private:
// IID for the nsINode interface
#define NS_INODE_IID \
{ 0x3bd80589, 0xa6f4, 0x4a57, \
{ 0xab, 0x38, 0xa0, 0x5b, 0x77, 0x4c, 0x3e, 0xa8 } }
{ 0x3a60353e, 0x04e5, 0x49ca, \
{ 0x84, 0x1c, 0x59, 0xc6, 0xde, 0xe6, 0x36, 0xcc } }
/**
* An internal interface that abstracts some DOMNode-related parts that both

View File

@ -16,12 +16,12 @@ interface nsIGlobalObject;
interface nsIInputStream;
interface nsIDOMBlob;
[builtinclass, uuid(5ced7e7a-e2c3-4563-a57d-31b97ce64dc5)]
[builtinclass, uuid(88e7d2a0-2e5b-4f65-9624-a61e607a9948)]
interface nsIXMLHttpRequestEventTarget : nsIDOMEventTarget {
// event handler attributes
};
[builtinclass, uuid(df3796fa-d98a-4185-9dda-d2f2b56a5d38)]
[builtinclass, uuid(d74c4dc4-bc8c-4f5d-b7f1-121a48750abe)]
interface nsIXMLHttpRequestUpload : nsIXMLHttpRequestEventTarget {
// for future use
};

View File

@ -10,7 +10,7 @@ interface nsIDOMWindow;
interface nsIDOMDOMCursor;
interface nsICursorContinueCallback;
[builtinclass, uuid(d4c7372a-661c-4798-9a13-af48128609e9)]
[builtinclass, uuid(e39da69e-2232-4e49-9856-b8a4a6210336)]
interface nsIDOMDOMRequest : nsIDOMEventTarget
{
readonly attribute DOMString readyState; // "pending" or "done"

View File

@ -5,7 +5,7 @@
#include "nsIDOMEventTarget.idl"
[builtinclass, uuid(e732649a-4f78-4ded-abe1-dbdc36fd59d3)]
[builtinclass, uuid(82c7924b-4b46-4e5a-a8d2-6edb5fc0a60d)]
interface nsIDOMScreen : nsIDOMEventTarget
{
readonly attribute long top;

View File

@ -15,7 +15,7 @@ interface nsIDOMMozNamedAttrMap;
* http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#interface-element
*/
[uuid(989422ef-120d-4d29-8a56-6aa2505a8b02)]
[uuid(d7de6065-1776-4f52-a776-4bbeabacbdaf)]
interface nsIDOMElement : nsIDOMNode
{
readonly attribute DOMString tagName;

View File

@ -16,7 +16,7 @@ struct DeviceStorageFileDescriptor;
%}
[ptr] native DeviceStorageFdPtr(DeviceStorageFileDescriptor);
[uuid(8b724547-3c78-4244-969a-f00a1f4ae0c3), builtinclass]
[uuid(25e4e387-1974-4f77-83b5-e6f3cf1beae8), builtinclass]
interface nsIDOMDeviceStorage : nsIDOMEventTarget
{
[implicit_jscontext] attribute jsval onchange;

View File

@ -45,7 +45,7 @@ interface nsIScriptContext;
interface nsIDOMEventListener;
interface nsIDOMEvent;
[scriptable, builtinclass, uuid(b128448c-7b53-4769-92cb-cd6eafee676c)]
[scriptable, builtinclass, uuid(9a78ac3c-9507-4d00-b2d6-10b508d2ec31)]
interface nsIDOMEventTarget : nsISupports
{
/**

View File

@ -19,7 +19,7 @@ interface nsIDOMHTMLMenuElement;
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[uuid(e29ddc73-ac40-40fe-8bbd-14bf2d52c53a)]
[uuid(db3352cf-04f3-4e7e-baa0-cd2f81b46328)]
interface nsIDOMHTMLElement : nsIDOMElement
{
// metadata attributes

View File

@ -9,7 +9,7 @@ interface nsIDOMCSSStyleDeclaration;
interface nsIDOMCSSValue;
[uuid(abdf347a-0063-42cc-b6fc-c9a19a65248e)]
[uuid(0a6c6f77-8256-402c-9b2d-01d177ad3877)]
interface nsIDOMSVGElement : nsIDOMElement
{
// raises DOMException on setting

View File

@ -12,7 +12,7 @@ interface nsIControllers;
interface nsIBoxObject;
[uuid(e89578c8-64ec-4047-984a-cce1b1735543)]
[uuid(604d10c0-6ad0-4419-ad2f-a090d20bd7dc)]
interface nsIDOMXULElement : nsIDOMElement
{
// Layout properties

View File

@ -12,7 +12,7 @@ interface nsIScriptError;
* by any sink that handles some sort of XML dialect.
*/
[scriptable, uuid(f61c56b5-ea5b-42b4-ad3c-17416e72e238)]
[scriptable, uuid(01f681af-0f22-4725-a914-0d396114daf0)]
interface nsIExpatSink : nsISupports
{
/**

View File

@ -8,7 +8,7 @@
/**
* This interface provides notification of syntax-level events.
*/
[scriptable, uuid(146E194B-333D-4283-8CF6-4BC3EE9B5DFF)]
[scriptable, uuid(5e3e4f0c-7b77-47ca-a7c5-a3d87f2a9c82)]
interface nsIExtendedExpatSink : nsIExpatSink
{
/**