#include "sbRemoteSecurityEvent.h"
#include "sbRemoteAPIUtils.h"
#include "sbRemotePlayer.h"
#include <sbClassInfoUtils.h>
#include <sbIRemoteSecurityEvent.h>
#include <nsComponentManagerUtils.h>
#include <nsIDOMDocumentEvent.h>
#include <nsIProgrammingLanguage.h>
#include <nsMemory.h>
#include <prlog.h>
Go to the source code of this file.
#define FORWARD_NSIPRIVATEDOMEVENT |
( |
|
_method, |
|
|
|
_type, |
|
|
|
_arg, |
|
|
|
_rettype, |
|
|
|
_default |
|
) |
| |
Value:
{ \
nsresult rv; \
nsCOMPtr<nsIPrivateDOMEvent> inner( do_QueryInterface(mEvent, &rv) ); \
NS_ENSURE_SUCCESS(rv, _default);
\
return inner->_method( _arg ); \
}
NS_IMETHODIMP_(nsresult) sbRemoteSecurityEvent
Definition at line 241 of file sbRemoteSecurityEvent.cpp.
#define LOG |
( |
|
args | ) |
PR_LOG(gRemoteEventLog, PR_LOG_WARN, args) |
NS_IMETHODIMP_ |
( |
nsresult |
| ) |
|
NS_IMETHODIMP_ |
( |
PRBool |
| ) |
|
NS_IMETHODIMP_ |
( |
nsEvent * |
| ) |
|
nsISecurityCheckedComponent |
const char* sPublicMethods[] |
|
static |
const char* sPublicRProperties[] |
|
static |
Initial value:=
{
"helper:siteScope",
"helper:category",
"helper:categoryID",
"helper:hasAccess",
"helper:type",
"classinfo:classDescription",
"classinfo:contractID",
"classinfo:classID",
"classinfo:implementationLanguage",
"classinfo:flags"
}
Definition at line 54 of file sbRemoteSecurityEvent.cpp.
const char* sPublicWProperties[] = { "" } |
|
static |