зеркало из https://github.com/mozilla/gecko-dev.git
Bug 492219 - localStorage's constructor should be Storage, iids update on trunk only, r=bz
This commit is contained in:
Родитель
6eb4d8a4d1
Коммит
e09db9f02c
|
@ -69,7 +69,7 @@ interface nsISecureBrowserUI;
|
|||
interface nsIDOMStorageObsolete;
|
||||
interface nsIPrincipal;
|
||||
|
||||
[scriptable, uuid(d7e4e57e-9cc5-4a14-ae2e-8503edea1ca3)]
|
||||
[scriptable, uuid(f100ede8-fa36-4ed2-99b2-71a3b94f9a70)]
|
||||
interface nsIDocShell : nsISupports
|
||||
{
|
||||
/**
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
interface nsIDOMStorageObsolete;
|
||||
|
||||
[scriptable, uuid(f2166929-91B6-4372-8D5F-C366F47A5F54)]
|
||||
[scriptable, uuid(A4E9B257-5CCF-4b17-8721-23AC45C83128)]
|
||||
interface nsIDOMStorageList : nsISupports
|
||||
{
|
||||
/**
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
interface nsIDOMStorage;
|
||||
interface nsIPrincipal;
|
||||
|
||||
[scriptable, uuid(9efc2081-218f-4622-837b-40bdb870a1c8)]
|
||||
[scriptable, uuid(c8e54beb-48f3-4538-a0ce-d6229f4d8f45)]
|
||||
interface nsIDOMStorageManager : nsISupports
|
||||
{
|
||||
/**
|
||||
|
|
|
@ -49,7 +49,7 @@ interface nsIDOMStorageObsolete;
|
|||
interface nsIDOMStorage;
|
||||
interface nsIDOMStorageList;
|
||||
|
||||
[scriptable, uuid(B4F572FB-9BA5-480b-9361-C230863323E4)]
|
||||
[scriptable, uuid(390FBF21-36F5-4516-B3F2-9D1232718C69)]
|
||||
interface nsIDOMStorageWindow : nsISupports
|
||||
{
|
||||
/**
|
||||
|
|
|
@ -48,8 +48,8 @@ class nsIURI;
|
|||
class nsIPrincipal;
|
||||
|
||||
#define NS_PIDOMSTORAGE_IID \
|
||||
{ 0x2cbaea60, 0x69e7, 0x4b49, \
|
||||
{ 0xa2, 0xe2, 0x99, 0x53, 0xf4, 0x11, 0xd0, 0x8f } }
|
||||
{ 0x3231d539, 0xdd51, 0x4451, \
|
||||
{ 0xba, 0xdc, 0xf7, 0x72, 0xf5, 0xda, 0x1c, 0x8a } }
|
||||
|
||||
class nsPIDOMStorage : public nsISupports
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче