sbURIChecker Class Reference

#include <sbURIChecker.h>

Static Public Member Functions

static nsresult CheckURI (nsACString &aDomain, nsACString &aPath, nsIURI *aURI)
 
static nsresult FixupDomain (const nsACString &aDomain, nsACString &_retval)
 
static nsresult FixupPath (nsIURI *aURI, nsACString &_retval)
 
static nsresult FixupPath (const nsACString &aPath, nsACString &_retval)
 
static nsresult CheckPath (nsACString &aPath, nsIURI *aSiteURI)
 
static nsresult CheckDomain (nsACString &aDomain, nsIURI *aSiteURI)
 

Detailed Description

This splits out the domain/path checking against a given URI to see if untrusted content is allowed to pretend to be from the given domain/path.

See Also
sbRemotePlayer::SetSiteScope()

Definition at line 39 of file sbURIChecker.h.

Member Function Documentation

nsresult sbURIChecker::CheckDomain ( nsACString &  aDomain,
nsIURI *  aSiteURI 
)
static

Definition at line 87 of file sbURIChecker.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

nsresult sbURIChecker::CheckPath ( nsACString &  aPath,
nsIURI *  aSiteURI 
)
static

Definition at line 201 of file sbURIChecker.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

nsresult sbURIChecker::CheckURI ( nsACString &  aDomain,
nsACString &  aPath,
nsIURI *  aURI 
)
static

Definition at line 48 of file sbURIChecker.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

nsresult sbURIChecker::FixupDomain ( const nsACString &  aDomain,
nsACString &  _retval 
)
static

Definition at line 244 of file sbURIChecker.cpp.

Here is the caller graph for this function:

nsresult sbURIChecker::FixupPath ( nsIURI *  aURI,
nsACString &  _retval 
)
static

Definition at line 264 of file sbURIChecker.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

nsresult sbURIChecker::FixupPath ( const nsACString &  aPath,
nsACString &  _retval 
)
static

Definition at line 312 of file sbURIChecker.cpp.

Here is the call graph for this function:


The documentation for this class was generated from the following files: