mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
30
js/xpconnect/idl/xpcexception.idl
Normal file
30
js/xpconnect/idl/xpcexception.idl
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "nsISupports.idl"
|
||||
#include "nsIException.idl"
|
||||
|
||||
[scriptable, builtinclass, uuid(875e6645-e762-4da6-9ec8-bf19ab0050df)]
|
||||
interface nsIXPCException : nsIException
|
||||
{
|
||||
// inherits methods from nsIException
|
||||
|
||||
void initialize(in AUTF8String aMessage,
|
||||
in nsresult aResult,
|
||||
in AUTF8String aName,
|
||||
in nsIStackFrame aLocation,
|
||||
in nsISupports aData);
|
||||
};
|
||||
|
||||
/* this goes into the C++ header verbatim. */
|
||||
%{ C++
|
||||
/********************************************************/
|
||||
// {5632BF70-51EC-11d3-9896-006008962422}
|
||||
#define NS_XPCEXCEPTION_CID \
|
||||
{ 0x5632bf70, 0x51ec, 0x11d3, \
|
||||
{ 0x98, 0x96, 0x0, 0x60, 0x8, 0x96, 0x24, 0x22 } }
|
||||
%}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue