Back to Seed Clases

WebKit


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker WebKit.SecurityOrigin

Class WebKit.SecurityOrigin

Import line: WebKit = imports.gi.WebKit;
GIR File: WebKit-3.0.gir
C documentation: WebKitSecurityOrigin
Class : SecurityOrigin
Extends: GObject.Object
WebKitSecurityOrigin is a representation of a security domain defined
by web sites. An origin consists of a host name, a protocol, and a port
number. Web sites with the same security origin can access each other's
resources for client-side scripting or database access.
Use webkit_web_frame_get_security_origin to get the security origin of a
WebKitWebFrame.
Database quotas and usages are also defined per security origin. The
cumulative disk usage of an origin's databases may be retrieved with
webkit_security_origin_get_web_database_usage. An origin's quota can be
adjusted with webkit_security_origin_set_web_database_quota.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
WebKit.WebDatabase
Property
security_origin : WebKit.SecurityOrigin
The security origin of the database.
WebKit.WebDatabase
Method
get_security_origin () : WebKit.SecurityOrigin
Returns the security origin of the WebKitWebDatabase.
WebKit.WebFrame
Method
get_security_origin () : WebKit.SecurityOrigin
Returns the frame's security origin.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:18:02 GMT+0800 (HKT)