mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
Bug 1119818 - Bump various UUIDs that were missed when IDL changes landed. r=jib, r=jdm, r=gavin, r=bz, a=me
This commit is contained in:
parent
830e9e7d40
commit
b4ff41d68e
@ -5,7 +5,7 @@
|
||||
#include "nsISupports.idl"
|
||||
#include "nsIVariant.idl"
|
||||
|
||||
[scriptable, builtinclass, uuid(4af2bdb7-1547-4d10-8886-02a78c3c0b83)]
|
||||
[scriptable, builtinclass, uuid(bbfebbc6-76eb-407c-b77d-363a69bc5c30)]
|
||||
interface nsIMediaDevice : nsISupports
|
||||
{
|
||||
readonly attribute DOMString type;
|
||||
@ -31,7 +31,7 @@ interface nsIDOMGetUserMediaSuccessCallback : nsISupports
|
||||
void onSuccess(in nsISupports value);
|
||||
};
|
||||
|
||||
[scriptable, function, uuid(2614bbcf-85cc-43e5-8740-964f52bdc7ca)]
|
||||
[scriptable, function, uuid(39e96c61-2636-4f0e-918e-9bb64276492a)]
|
||||
interface nsIDOMGetUserMediaErrorCallback : nsISupports
|
||||
{
|
||||
void onError(in nsISupports error);
|
||||
|
@ -65,7 +65,7 @@ interface nsITCPSocketParent : nsISupports
|
||||
// This interface is the bridge of TCPSocketParent, which is written in C++,
|
||||
// and TCPSocket, which is written in Javascript. TCPSocketParentIntermediary
|
||||
// implements nsITCPSocketIntermediary in Javascript.
|
||||
[scriptable, uuid(c434224a-dbb7-4869-8b2b-e49cee990e85)]
|
||||
[scriptable, uuid(0bc14635-c586-4046-b82f-27ff45e6c39c)]
|
||||
interface nsITCPSocketIntermediary : nsISupports {
|
||||
// Open the connection to the server with the given parameters
|
||||
nsIDOMTCPSocket open(in nsITCPSocketParent parent,
|
||||
|
@ -17,7 +17,7 @@ interface nsILoadContext;
|
||||
/**
|
||||
* Interface for persisting DOM documents and URIs to local or remote storage.
|
||||
*/
|
||||
[scriptable, uuid(35c1f231-582b-4315-a26c-a1227e3539b4)]
|
||||
[scriptable, uuid(effe7374-5c7d-4b1e-a96f-27b283df189b)]
|
||||
interface nsIWebBrowserPersist : nsICancelable
|
||||
{
|
||||
/** No special persistence behaviour. */
|
||||
|
@ -12,7 +12,7 @@ interface nsITreeColumn;
|
||||
interface nsITreeColumns;
|
||||
interface nsIScriptableRegion;
|
||||
|
||||
[scriptable, uuid(64BA5199-C4F4-4498-BBDC-F8E4C369086C)]
|
||||
[scriptable, uuid(f3da0c5e-51f5-45f0-b2cd-6be3ab6847ae)]
|
||||
interface nsITreeBoxObject : nsISupports
|
||||
{
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user