gi-webkit-3.0.12: WebKit bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Flags

Contents

Description

 

Synopsis

Exported types

data SecurityPolicy Source #

Flags used to represent the security policy of a URI scheme.

Since: 2.0

Constructors

SecurityPolicyLocal

Local URI scheme, other non-local pages cannot link to or access URIs of this scheme.

SecurityPolicyNoAccessToOtherScheme

Pages loaded with this URI scheme cannot access pages loaded with any other URI scheme.

SecurityPolicyDisplayIsolated

Pages cannot display these URIs unless they are from the same scheme.

SecurityPolicySecure

Secure URI scheme, doesn't generate mixed content warnings when included by an HTTPS page.

SecurityPolicyCorsEnabled

URI scheme that can be sent CORS (Cross-origin resource sharing) requests. See W3C CORS specification http://www.w3.org/TR/cors/.

SecurityPolicyEmptyDocument

Strictly empty documents allowed to commit synchronously.

AnotherSecurityPolicy Int

Catch-all for unknown values

data HitTestResultContext Source #

No description available in the introspection data.

Constructors

HitTestResultContextDocument

anywhere in the document.

HitTestResultContextLink

a hyperlink element.

HitTestResultContextImage

an image element.

HitTestResultContextMedia

a video or audio element.

HitTestResultContextSelection

the area is selected by the user.

HitTestResultContextEditable

the area is editable by the user.

AnotherHitTestResultContext Int

Catch-all for unknown values

Instances

Enum HitTestResultContext Source # 
Eq HitTestResultContext Source # 
Ord HitTestResultContext Source # 
Show HitTestResultContext Source # 
BoxedFlags HitTestResultContext Source # 
IsGFlag HitTestResultContext Source #