webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Types | |
enum | SecurityPolicy { Local = 1 << 1, NoAccess = 1 << 2, DisplayIsolated = 1 << 3, Secure = 1 << 4, CORSEnabled = 1 << 5, EmptyDocument = 1 << 6 } |
![]() | |
enum | ResourcesDir { WebKit2GTKResources, WebKit2Resources } |
Public Member Functions | |
MAKE_GLIB_TEST_FIXTURE (SecurityPolicyTest) | |
SecurityPolicyTest () | |
void | verifyThatSchemeMatchesPolicy (const char *scheme, unsigned policy) |
![]() | |
MAKE_GLIB_TEST_FIXTURE (Test) | |
Test () | |
~Test () | |
virtual void | initializeWebExtensions () |
void | assertObjectIsDeletedWhenTestFinishes (GObject *object) |
void | addLogFatalFlag (unsigned flag) |
void | removeLogFatalFlag (unsigned flag) |
Public Attributes | |
WebKitSecurityManager * | m_manager |
![]() | |
const char * | name |
bool(* | func )(FileTest *t, BN_CTX *ctx) |
HashSet< GObject * > | m_watchedObjects |
GRefPtr< WebKitWebContext > | m_webContext |
Additional Inherited Members | |
![]() | |
static const char * | dataDirectory () |
static void | initializeWebExtensionsCallback (WebKitWebContext *context, Test *test) |
static void | objectFinalized (Test *test, GObject *finalizedObject) |
static CString | getResourcesDir (ResourcesDir resourcesDir=WebKit2GTKResources) |
static bool | cairoSurfacesEqual (cairo_surface_t *s1, cairo_surface_t *s2) |
![]() | |
static uint32_t | s_webExtensionID = 0 |
|
inline |
SecurityPolicyTest::MAKE_GLIB_TEST_FIXTURE | ( | SecurityPolicyTest | ) |
|
inline |
WebKitSecurityManager* SecurityPolicyTest::m_manager |