mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Rewrite uuid for ContentPolicy
This commit is contained in:
parent
9d3d50fd56
commit
d4bba67029
3 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ interface nsIPrincipal;
|
||||||
* by launching a dialog to prompt the user for something).
|
* by launching a dialog to prompt the user for something).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
[scriptable,uuid(caad4f1f-d047-46ac-ae9d-dc598e4fb91b)]
|
[scriptable,uuid(d472863b-adb2-4448-aa8f-6c33c0c4c633)]
|
||||||
interface nsIContentPolicy : nsIContentPolicyBase
|
interface nsIContentPolicy : nsIContentPolicyBase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ typedef unsigned long nsContentPolicyType;
|
||||||
* by launching a dialog to prompt the user for something).
|
* by launching a dialog to prompt the user for something).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
[scriptable,uuid(17418187-d86f-48dd-92d1-238838df0a4e)]
|
[scriptable,uuid(e8046cd0-3b32-4065-ad78-4099a9bb2e35)]
|
||||||
interface nsIContentPolicyBase : nsISupports
|
interface nsIContentPolicyBase : nsISupports
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ interface nsIDOMElement;
|
||||||
* by launching a dialog to prompt the user for something).
|
* by launching a dialog to prompt the user for something).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
[scriptable,uuid(b9df71e3-a9b3-4706-b2d5-e6c0d3d68ec7)]
|
[scriptable,uuid(2215d135-df0d-445b-bb49-f11a4855f2a1)]
|
||||||
interface nsISimpleContentPolicy : nsIContentPolicyBase
|
interface nsISimpleContentPolicy : nsIContentPolicyBase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue