gi-webkit-0.2.4.13: 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.Objects.WebSettings

Contents

Description

 

Synopsis

Exported types

newtype WebSettings Source

Instances

Methods

webSettingsCopy

webSettingsGetUserAgent

webSettingsNew

Properties

AutoLoadImages

data WebSettingsAutoLoadImagesPropertyInfo Source

AutoResizeWindow

data WebSettingsAutoResizeWindowPropertyInfo Source

Instances

AttrInfo WebSettingsAutoResizeWindowPropertyInfo Source 
type AttrLabel WebSettingsAutoResizeWindowPropertyInfo = "auto-resize-window" Source 
type AttrGetType WebSettingsAutoResizeWindowPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsAutoResizeWindowPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsAutoResizeWindowPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsAutoResizeWindowPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

AutoShrinkImages

data WebSettingsAutoShrinkImagesPropertyInfo Source

Instances

AttrInfo WebSettingsAutoShrinkImagesPropertyInfo Source 
type AttrLabel WebSettingsAutoShrinkImagesPropertyInfo = "auto-shrink-images" Source 
type AttrGetType WebSettingsAutoShrinkImagesPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsAutoShrinkImagesPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsAutoShrinkImagesPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsAutoShrinkImagesPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

CursiveFontFamily

data WebSettingsCursiveFontFamilyPropertyInfo Source

Instances

AttrInfo WebSettingsCursiveFontFamilyPropertyInfo Source 
type AttrLabel WebSettingsCursiveFontFamilyPropertyInfo = "cursive-font-family" Source 
type AttrGetType WebSettingsCursiveFontFamilyPropertyInfo = Text Source 
type AttrBaseTypeConstraint WebSettingsCursiveFontFamilyPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsCursiveFontFamilyPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps WebSettingsCursiveFontFamilyPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

DefaultEncoding

data WebSettingsDefaultEncodingPropertyInfo Source

Instances

AttrInfo WebSettingsDefaultEncodingPropertyInfo Source 
type AttrLabel WebSettingsDefaultEncodingPropertyInfo = "default-encoding" Source 
type AttrGetType WebSettingsDefaultEncodingPropertyInfo = Text Source 
type AttrBaseTypeConstraint WebSettingsDefaultEncodingPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsDefaultEncodingPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps WebSettingsDefaultEncodingPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

DefaultFontFamily

data WebSettingsDefaultFontFamilyPropertyInfo Source

Instances

AttrInfo WebSettingsDefaultFontFamilyPropertyInfo Source 
type AttrLabel WebSettingsDefaultFontFamilyPropertyInfo = "default-font-family" Source 
type AttrGetType WebSettingsDefaultFontFamilyPropertyInfo = Text Source 
type AttrBaseTypeConstraint WebSettingsDefaultFontFamilyPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsDefaultFontFamilyPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps WebSettingsDefaultFontFamilyPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

DefaultFontSize

data WebSettingsDefaultFontSizePropertyInfo Source

Instances

AttrInfo WebSettingsDefaultFontSizePropertyInfo Source 
type AttrLabel WebSettingsDefaultFontSizePropertyInfo = "default-font-size" Source 
type AttrGetType WebSettingsDefaultFontSizePropertyInfo = Int32 Source 
type AttrBaseTypeConstraint WebSettingsDefaultFontSizePropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsDefaultFontSizePropertyInfo = TYPE Lifted ~ Int32 Source 
type AttrAllowedOps WebSettingsDefaultFontSizePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

DefaultMonospaceFontSize

data WebSettingsDefaultMonospaceFontSizePropertyInfo Source

Instances

AttrInfo WebSettingsDefaultMonospaceFontSizePropertyInfo Source 
type AttrLabel WebSettingsDefaultMonospaceFontSizePropertyInfo = "default-monospace-font-size" Source 
type AttrGetType WebSettingsDefaultMonospaceFontSizePropertyInfo = Int32 Source 
type AttrBaseTypeConstraint WebSettingsDefaultMonospaceFontSizePropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsDefaultMonospaceFontSizePropertyInfo = TYPE Lifted ~ Int32 Source 
type AttrAllowedOps WebSettingsDefaultMonospaceFontSizePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EditingBehavior

data WebSettingsEditingBehaviorPropertyInfo Source

Instances

AttrInfo WebSettingsEditingBehaviorPropertyInfo Source 
type AttrLabel WebSettingsEditingBehaviorPropertyInfo = "editing-behavior" Source 
type AttrGetType WebSettingsEditingBehaviorPropertyInfo = EditingBehavior Source 
type AttrBaseTypeConstraint WebSettingsEditingBehaviorPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEditingBehaviorPropertyInfo = TYPE Lifted ~ EditingBehavior Source 
type AttrAllowedOps WebSettingsEditingBehaviorPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableAcceleratedCompositing

data WebSettingsEnableAcceleratedCompositingPropertyInfo Source

Instances

AttrInfo WebSettingsEnableAcceleratedCompositingPropertyInfo Source 
type AttrLabel WebSettingsEnableAcceleratedCompositingPropertyInfo = "enable-accelerated-compositing" Source 
type AttrGetType WebSettingsEnableAcceleratedCompositingPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableAcceleratedCompositingPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableAcceleratedCompositingPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableAcceleratedCompositingPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableCaretBrowsing

data WebSettingsEnableCaretBrowsingPropertyInfo Source

Instances

AttrInfo WebSettingsEnableCaretBrowsingPropertyInfo Source 
type AttrLabel WebSettingsEnableCaretBrowsingPropertyInfo = "enable-caret-browsing" Source 
type AttrGetType WebSettingsEnableCaretBrowsingPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableCaretBrowsingPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableCaretBrowsingPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableCaretBrowsingPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableDefaultContextMenu

data WebSettingsEnableDefaultContextMenuPropertyInfo Source

Instances

AttrInfo WebSettingsEnableDefaultContextMenuPropertyInfo Source 
type AttrLabel WebSettingsEnableDefaultContextMenuPropertyInfo = "enable-default-context-menu" Source 
type AttrGetType WebSettingsEnableDefaultContextMenuPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableDefaultContextMenuPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableDefaultContextMenuPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableDefaultContextMenuPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableDeveloperExtras

data WebSettingsEnableDeveloperExtrasPropertyInfo Source

Instances

AttrInfo WebSettingsEnableDeveloperExtrasPropertyInfo Source 
type AttrLabel WebSettingsEnableDeveloperExtrasPropertyInfo = "enable-developer-extras" Source 
type AttrGetType WebSettingsEnableDeveloperExtrasPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableDeveloperExtrasPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableDeveloperExtrasPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableDeveloperExtrasPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableDisplayOfInsecureContent

data WebSettingsEnableDisplayOfInsecureContentPropertyInfo Source

Instances

AttrInfo WebSettingsEnableDisplayOfInsecureContentPropertyInfo Source 
type AttrLabel WebSettingsEnableDisplayOfInsecureContentPropertyInfo = "enable-display-of-insecure-content" Source 
type AttrGetType WebSettingsEnableDisplayOfInsecureContentPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableDisplayOfInsecureContentPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableDisplayOfInsecureContentPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableDisplayOfInsecureContentPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableDnsPrefetching

data WebSettingsEnableDnsPrefetchingPropertyInfo Source

Instances

AttrInfo WebSettingsEnableDnsPrefetchingPropertyInfo Source 
type AttrLabel WebSettingsEnableDnsPrefetchingPropertyInfo = "enable-dns-prefetching" Source 
type AttrGetType WebSettingsEnableDnsPrefetchingPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableDnsPrefetchingPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableDnsPrefetchingPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableDnsPrefetchingPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableDomPaste

data WebSettingsEnableDomPastePropertyInfo Source

EnableFileAccessFromFileUris

data WebSettingsEnableFileAccessFromFileUrisPropertyInfo Source

Instances

AttrInfo WebSettingsEnableFileAccessFromFileUrisPropertyInfo Source 
type AttrLabel WebSettingsEnableFileAccessFromFileUrisPropertyInfo = "enable-file-access-from-file-uris" Source 
type AttrGetType WebSettingsEnableFileAccessFromFileUrisPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableFileAccessFromFileUrisPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableFileAccessFromFileUrisPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableFileAccessFromFileUrisPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableFrameFlattening

data WebSettingsEnableFrameFlatteningPropertyInfo Source

Instances

AttrInfo WebSettingsEnableFrameFlatteningPropertyInfo Source 
type AttrLabel WebSettingsEnableFrameFlatteningPropertyInfo = "enable-frame-flattening" Source 
type AttrGetType WebSettingsEnableFrameFlatteningPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableFrameFlatteningPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableFrameFlatteningPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableFrameFlatteningPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableFullscreen

data WebSettingsEnableFullscreenPropertyInfo Source

Instances

AttrInfo WebSettingsEnableFullscreenPropertyInfo Source 
type AttrLabel WebSettingsEnableFullscreenPropertyInfo = "enable-fullscreen" Source 
type AttrGetType WebSettingsEnableFullscreenPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableFullscreenPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableFullscreenPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableFullscreenPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableHtml5Database

data WebSettingsEnableHtml5DatabasePropertyInfo Source

Instances

AttrInfo WebSettingsEnableHtml5DatabasePropertyInfo Source 
type AttrLabel WebSettingsEnableHtml5DatabasePropertyInfo = "enable-html5-database" Source 
type AttrGetType WebSettingsEnableHtml5DatabasePropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableHtml5DatabasePropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableHtml5DatabasePropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableHtml5DatabasePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableHtml5LocalStorage

data WebSettingsEnableHtml5LocalStoragePropertyInfo Source

Instances

AttrInfo WebSettingsEnableHtml5LocalStoragePropertyInfo Source 
type AttrLabel WebSettingsEnableHtml5LocalStoragePropertyInfo = "enable-html5-local-storage" Source 
type AttrGetType WebSettingsEnableHtml5LocalStoragePropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableHtml5LocalStoragePropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableHtml5LocalStoragePropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableHtml5LocalStoragePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableHyperlinkAuditing

data WebSettingsEnableHyperlinkAuditingPropertyInfo Source

Instances

AttrInfo WebSettingsEnableHyperlinkAuditingPropertyInfo Source 
type AttrLabel WebSettingsEnableHyperlinkAuditingPropertyInfo = "enable-hyperlink-auditing" Source 
type AttrGetType WebSettingsEnableHyperlinkAuditingPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableHyperlinkAuditingPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableHyperlinkAuditingPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableHyperlinkAuditingPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableJavaApplet

data WebSettingsEnableJavaAppletPropertyInfo Source

Instances

AttrInfo WebSettingsEnableJavaAppletPropertyInfo Source 
type AttrLabel WebSettingsEnableJavaAppletPropertyInfo = "enable-java-applet" Source 
type AttrGetType WebSettingsEnableJavaAppletPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableJavaAppletPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableJavaAppletPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableJavaAppletPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableMediaStream

data WebSettingsEnableMediaStreamPropertyInfo Source

Instances

AttrInfo WebSettingsEnableMediaStreamPropertyInfo Source 
type AttrLabel WebSettingsEnableMediaStreamPropertyInfo = "enable-media-stream" Source 
type AttrGetType WebSettingsEnableMediaStreamPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableMediaStreamPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableMediaStreamPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableMediaStreamPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableMediasource

data WebSettingsEnableMediasourcePropertyInfo Source

Instances

AttrInfo WebSettingsEnableMediasourcePropertyInfo Source 
type AttrLabel WebSettingsEnableMediasourcePropertyInfo = "enable-mediasource" Source 
type AttrGetType WebSettingsEnableMediasourcePropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableMediasourcePropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableMediasourcePropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableMediasourcePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableOfflineWebApplicationCache

data WebSettingsEnableOfflineWebApplicationCachePropertyInfo Source

Instances

AttrInfo WebSettingsEnableOfflineWebApplicationCachePropertyInfo Source 
type AttrLabel WebSettingsEnableOfflineWebApplicationCachePropertyInfo = "enable-offline-web-application-cache" Source 
type AttrGetType WebSettingsEnableOfflineWebApplicationCachePropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableOfflineWebApplicationCachePropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableOfflineWebApplicationCachePropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableOfflineWebApplicationCachePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnablePageCache

data WebSettingsEnablePageCachePropertyInfo Source

Instances

AttrInfo WebSettingsEnablePageCachePropertyInfo Source 
type AttrLabel WebSettingsEnablePageCachePropertyInfo = "enable-page-cache" Source 
type AttrGetType WebSettingsEnablePageCachePropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnablePageCachePropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnablePageCachePropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnablePageCachePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnablePlugins

data WebSettingsEnablePluginsPropertyInfo Source

EnablePrivateBrowsing

data WebSettingsEnablePrivateBrowsingPropertyInfo Source

Instances

AttrInfo WebSettingsEnablePrivateBrowsingPropertyInfo Source 
type AttrLabel WebSettingsEnablePrivateBrowsingPropertyInfo = "enable-private-browsing" Source 
type AttrGetType WebSettingsEnablePrivateBrowsingPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnablePrivateBrowsingPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnablePrivateBrowsingPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnablePrivateBrowsingPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableRunningOfInsecureContent

data WebSettingsEnableRunningOfInsecureContentPropertyInfo Source

Instances

AttrInfo WebSettingsEnableRunningOfInsecureContentPropertyInfo Source 
type AttrLabel WebSettingsEnableRunningOfInsecureContentPropertyInfo = "enable-running-of-insecure-content" Source 
type AttrGetType WebSettingsEnableRunningOfInsecureContentPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableRunningOfInsecureContentPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableRunningOfInsecureContentPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableRunningOfInsecureContentPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableScripts

data WebSettingsEnableScriptsPropertyInfo Source

EnableSiteSpecificQuirks

data WebSettingsEnableSiteSpecificQuirksPropertyInfo Source

Instances

AttrInfo WebSettingsEnableSiteSpecificQuirksPropertyInfo Source 
type AttrLabel WebSettingsEnableSiteSpecificQuirksPropertyInfo = "enable-site-specific-quirks" Source 
type AttrGetType WebSettingsEnableSiteSpecificQuirksPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableSiteSpecificQuirksPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableSiteSpecificQuirksPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableSiteSpecificQuirksPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableSmoothScrolling

data WebSettingsEnableSmoothScrollingPropertyInfo Source

Instances

AttrInfo WebSettingsEnableSmoothScrollingPropertyInfo Source 
type AttrLabel WebSettingsEnableSmoothScrollingPropertyInfo = "enable-smooth-scrolling" Source 
type AttrGetType WebSettingsEnableSmoothScrollingPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableSmoothScrollingPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableSmoothScrollingPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableSmoothScrollingPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableSpatialNavigation

data WebSettingsEnableSpatialNavigationPropertyInfo Source

Instances

AttrInfo WebSettingsEnableSpatialNavigationPropertyInfo Source 
type AttrLabel WebSettingsEnableSpatialNavigationPropertyInfo = "enable-spatial-navigation" Source 
type AttrGetType WebSettingsEnableSpatialNavigationPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableSpatialNavigationPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableSpatialNavigationPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableSpatialNavigationPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableSpellChecking

data WebSettingsEnableSpellCheckingPropertyInfo Source

Instances

AttrInfo WebSettingsEnableSpellCheckingPropertyInfo Source 
type AttrLabel WebSettingsEnableSpellCheckingPropertyInfo = "enable-spell-checking" Source 
type AttrGetType WebSettingsEnableSpellCheckingPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableSpellCheckingPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableSpellCheckingPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableSpellCheckingPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableUniversalAccessFromFileUris

data WebSettingsEnableUniversalAccessFromFileUrisPropertyInfo Source

Instances

AttrInfo WebSettingsEnableUniversalAccessFromFileUrisPropertyInfo Source 
type AttrLabel WebSettingsEnableUniversalAccessFromFileUrisPropertyInfo = "enable-universal-access-from-file-uris" Source 
type AttrGetType WebSettingsEnableUniversalAccessFromFileUrisPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableUniversalAccessFromFileUrisPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableUniversalAccessFromFileUrisPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableUniversalAccessFromFileUrisPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

EnableWebaudio

data WebSettingsEnableWebaudioPropertyInfo Source

EnableWebgl

EnableXssAuditor

data WebSettingsEnableXssAuditorPropertyInfo Source

Instances

AttrInfo WebSettingsEnableXssAuditorPropertyInfo Source 
type AttrLabel WebSettingsEnableXssAuditorPropertyInfo = "enable-xss-auditor" Source 
type AttrGetType WebSettingsEnableXssAuditorPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsEnableXssAuditorPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsEnableXssAuditorPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsEnableXssAuditorPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Enforce96Dpi

data WebSettingsEnforce96DpiPropertyInfo Source

FantasyFontFamily

data WebSettingsFantasyFontFamilyPropertyInfo Source

Instances

AttrInfo WebSettingsFantasyFontFamilyPropertyInfo Source 
type AttrLabel WebSettingsFantasyFontFamilyPropertyInfo = "fantasy-font-family" Source 
type AttrGetType WebSettingsFantasyFontFamilyPropertyInfo = Text Source 
type AttrBaseTypeConstraint WebSettingsFantasyFontFamilyPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsFantasyFontFamilyPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps WebSettingsFantasyFontFamilyPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Html5LocalStorageDatabasePath

data WebSettingsHtml5LocalStorageDatabasePathPropertyInfo Source

Instances

AttrInfo WebSettingsHtml5LocalStorageDatabasePathPropertyInfo Source 
type AttrLabel WebSettingsHtml5LocalStorageDatabasePathPropertyInfo = "html5-local-storage-database-path" Source 
type AttrGetType WebSettingsHtml5LocalStorageDatabasePathPropertyInfo = Text Source 
type AttrBaseTypeConstraint WebSettingsHtml5LocalStorageDatabasePathPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsHtml5LocalStorageDatabasePathPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps WebSettingsHtml5LocalStorageDatabasePathPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

JavascriptCanAccessClipboard

data WebSettingsJavascriptCanAccessClipboardPropertyInfo Source

Instances

AttrInfo WebSettingsJavascriptCanAccessClipboardPropertyInfo Source 
type AttrLabel WebSettingsJavascriptCanAccessClipboardPropertyInfo = "javascript-can-access-clipboard" Source 
type AttrGetType WebSettingsJavascriptCanAccessClipboardPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsJavascriptCanAccessClipboardPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsJavascriptCanAccessClipboardPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsJavascriptCanAccessClipboardPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

JavascriptCanOpenWindowsAutomatically

data WebSettingsJavascriptCanOpenWindowsAutomaticallyPropertyInfo Source

Instances

AttrInfo WebSettingsJavascriptCanOpenWindowsAutomaticallyPropertyInfo Source 
type AttrLabel WebSettingsJavascriptCanOpenWindowsAutomaticallyPropertyInfo = "javascript-can-open-windows-automatically" Source 
type AttrGetType WebSettingsJavascriptCanOpenWindowsAutomaticallyPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsJavascriptCanOpenWindowsAutomaticallyPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsJavascriptCanOpenWindowsAutomaticallyPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsJavascriptCanOpenWindowsAutomaticallyPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

MediaPlaybackAllowsInline

data WebSettingsMediaPlaybackAllowsInlinePropertyInfo Source

Instances

AttrInfo WebSettingsMediaPlaybackAllowsInlinePropertyInfo Source 
type AttrLabel WebSettingsMediaPlaybackAllowsInlinePropertyInfo = "media-playback-allows-inline" Source 
type AttrGetType WebSettingsMediaPlaybackAllowsInlinePropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsMediaPlaybackAllowsInlinePropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsMediaPlaybackAllowsInlinePropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsMediaPlaybackAllowsInlinePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

MediaPlaybackRequiresUserGesture

data WebSettingsMediaPlaybackRequiresUserGesturePropertyInfo Source

Instances

AttrInfo WebSettingsMediaPlaybackRequiresUserGesturePropertyInfo Source 
type AttrLabel WebSettingsMediaPlaybackRequiresUserGesturePropertyInfo = "media-playback-requires-user-gesture" Source 
type AttrGetType WebSettingsMediaPlaybackRequiresUserGesturePropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsMediaPlaybackRequiresUserGesturePropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsMediaPlaybackRequiresUserGesturePropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsMediaPlaybackRequiresUserGesturePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

MinimumFontSize

data WebSettingsMinimumFontSizePropertyInfo Source

Instances

AttrInfo WebSettingsMinimumFontSizePropertyInfo Source 
type AttrLabel WebSettingsMinimumFontSizePropertyInfo = "minimum-font-size" Source 
type AttrGetType WebSettingsMinimumFontSizePropertyInfo = Int32 Source 
type AttrBaseTypeConstraint WebSettingsMinimumFontSizePropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsMinimumFontSizePropertyInfo = TYPE Lifted ~ Int32 Source 
type AttrAllowedOps WebSettingsMinimumFontSizePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

MinimumLogicalFontSize

data WebSettingsMinimumLogicalFontSizePropertyInfo Source

Instances

AttrInfo WebSettingsMinimumLogicalFontSizePropertyInfo Source 
type AttrLabel WebSettingsMinimumLogicalFontSizePropertyInfo = "minimum-logical-font-size" Source 
type AttrGetType WebSettingsMinimumLogicalFontSizePropertyInfo = Int32 Source 
type AttrBaseTypeConstraint WebSettingsMinimumLogicalFontSizePropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsMinimumLogicalFontSizePropertyInfo = TYPE Lifted ~ Int32 Source 
type AttrAllowedOps WebSettingsMinimumLogicalFontSizePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

MonospaceFontFamily

data WebSettingsMonospaceFontFamilyPropertyInfo Source

Instances

AttrInfo WebSettingsMonospaceFontFamilyPropertyInfo Source 
type AttrLabel WebSettingsMonospaceFontFamilyPropertyInfo = "monospace-font-family" Source 
type AttrGetType WebSettingsMonospaceFontFamilyPropertyInfo = Text Source 
type AttrBaseTypeConstraint WebSettingsMonospaceFontFamilyPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsMonospaceFontFamilyPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps WebSettingsMonospaceFontFamilyPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

PrintBackgrounds

data WebSettingsPrintBackgroundsPropertyInfo Source

Instances

AttrInfo WebSettingsPrintBackgroundsPropertyInfo Source 
type AttrLabel WebSettingsPrintBackgroundsPropertyInfo = "print-backgrounds" Source 
type AttrGetType WebSettingsPrintBackgroundsPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsPrintBackgroundsPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsPrintBackgroundsPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsPrintBackgroundsPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

ResizableTextAreas

data WebSettingsResizableTextAreasPropertyInfo Source

Instances

AttrInfo WebSettingsResizableTextAreasPropertyInfo Source 
type AttrLabel WebSettingsResizableTextAreasPropertyInfo = "resizable-text-areas" Source 
type AttrGetType WebSettingsResizableTextAreasPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsResizableTextAreasPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsResizableTextAreasPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsResizableTextAreasPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

RespectImageOrientation

data WebSettingsRespectImageOrientationPropertyInfo Source

Instances

AttrInfo WebSettingsRespectImageOrientationPropertyInfo Source 
type AttrLabel WebSettingsRespectImageOrientationPropertyInfo = "respect-image-orientation" Source 
type AttrGetType WebSettingsRespectImageOrientationPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsRespectImageOrientationPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsRespectImageOrientationPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsRespectImageOrientationPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

SansSerifFontFamily

data WebSettingsSansSerifFontFamilyPropertyInfo Source

Instances

AttrInfo WebSettingsSansSerifFontFamilyPropertyInfo Source 
type AttrLabel WebSettingsSansSerifFontFamilyPropertyInfo = "sans-serif-font-family" Source 
type AttrGetType WebSettingsSansSerifFontFamilyPropertyInfo = Text Source 
type AttrBaseTypeConstraint WebSettingsSansSerifFontFamilyPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsSansSerifFontFamilyPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps WebSettingsSansSerifFontFamilyPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

SerifFontFamily

data WebSettingsSerifFontFamilyPropertyInfo Source

Instances

AttrInfo WebSettingsSerifFontFamilyPropertyInfo Source 
type AttrLabel WebSettingsSerifFontFamilyPropertyInfo = "serif-font-family" Source 
type AttrGetType WebSettingsSerifFontFamilyPropertyInfo = Text Source 
type AttrBaseTypeConstraint WebSettingsSerifFontFamilyPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsSerifFontFamilyPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps WebSettingsSerifFontFamilyPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

SpellCheckingLanguages

data WebSettingsSpellCheckingLanguagesPropertyInfo Source

Instances

AttrInfo WebSettingsSpellCheckingLanguagesPropertyInfo Source 
type AttrLabel WebSettingsSpellCheckingLanguagesPropertyInfo = "spell-checking-languages" Source 
type AttrGetType WebSettingsSpellCheckingLanguagesPropertyInfo = Text Source 
type AttrBaseTypeConstraint WebSettingsSpellCheckingLanguagesPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsSpellCheckingLanguagesPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps WebSettingsSpellCheckingLanguagesPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

TabKeyCyclesThroughElements

data WebSettingsTabKeyCyclesThroughElementsPropertyInfo Source

Instances

AttrInfo WebSettingsTabKeyCyclesThroughElementsPropertyInfo Source 
type AttrLabel WebSettingsTabKeyCyclesThroughElementsPropertyInfo = "tab-key-cycles-through-elements" Source 
type AttrGetType WebSettingsTabKeyCyclesThroughElementsPropertyInfo = Bool Source 
type AttrBaseTypeConstraint WebSettingsTabKeyCyclesThroughElementsPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsTabKeyCyclesThroughElementsPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps WebSettingsTabKeyCyclesThroughElementsPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

UserAgent

UserStylesheetUri

data WebSettingsUserStylesheetUriPropertyInfo Source

Instances

AttrInfo WebSettingsUserStylesheetUriPropertyInfo Source 
type AttrLabel WebSettingsUserStylesheetUriPropertyInfo = "user-stylesheet-uri" Source 
type AttrGetType WebSettingsUserStylesheetUriPropertyInfo = Text Source 
type AttrBaseTypeConstraint WebSettingsUserStylesheetUriPropertyInfo = WebSettingsK Source 
type AttrSetTypeConstraint WebSettingsUserStylesheetUriPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps WebSettingsUserStylesheetUriPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

ZoomStep