gi-webkit2webextension-4.0.23: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Enums

Contents

Description

 
Synopsis

Enumerations

ConsoleMessageLevel

data ConsoleMessageLevel Source #

Enum values used to denote the various levels of console messages.

Since: 2.12

Constructors

ConsoleMessageLevelInfo

Information message.

ConsoleMessageLevelLog

Log message.

ConsoleMessageLevelWarning

Warning message.

ConsoleMessageLevelError

Error message.

ConsoleMessageLevelDebug

Debug message.

AnotherConsoleMessageLevel Int

Catch-all for unknown values

Instances
Enum ConsoleMessageLevel Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

Eq ConsoleMessageLevel Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

Ord ConsoleMessageLevel Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

Show ConsoleMessageLevel Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

BoxedEnum ConsoleMessageLevel Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

ConsoleMessageSource

data ConsoleMessageSource Source #

Enum values used to denote the various sources of console messages.

Since: 2.12

Constructors

ConsoleMessageSourceJavascript

Message produced by JavaScript.

ConsoleMessageSourceNetwork

Network messages.

ConsoleMessageSourceConsoleApi

Messages produced by console API.

ConsoleMessageSourceSecurity

Security messages.

ConsoleMessageSourceOther

Other messages.

AnotherConsoleMessageSource Int

Catch-all for unknown values

Instances
Enum ConsoleMessageSource Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

Eq ConsoleMessageSource Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

Ord ConsoleMessageSource Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

Show ConsoleMessageSource Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

BoxedEnum ConsoleMessageSource Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

ContextMenuAction

data ContextMenuAction Source #

Enum values used to denote the stock actions for WebKitContextMenuItem<!-- -->s

Constructors

ContextMenuActionNoAction

No action, used by separator menu items.

ContextMenuActionOpenLink

Open current link.

ContextMenuActionOpenLinkInNewWindow

Open current link in a new window.

ContextMenuActionDownloadLinkToDisk

Download link destination.

ContextMenuActionCopyLinkToClipboard

Copy link location to the clipboard.

ContextMenuActionOpenImageInNewWindow

Open current image in a new window.

ContextMenuActionDownloadImageToDisk

Download current image.

ContextMenuActionCopyImageToClipboard

Copy current image to the clipboard.

ContextMenuActionCopyImageUrlToClipboard

Copy current image location to the clipboard.

ContextMenuActionOpenFrameInNewWindow

Open current frame in a new window.

ContextMenuActionGoBack

Load the previous history item.

ContextMenuActionGoForward

Load the next history item.

ContextMenuActionStop

Stop any ongoing loading operation.

ContextMenuActionReload

Reload the contents of current view.

ContextMenuActionCopy

Copy current selection the clipboard.

ContextMenuActionCut

Cut current selection to the clipboard.

ContextMenuActionPaste

Paste clipboard contents.

ContextMenuActionDelete

Delete current selection.

ContextMenuActionSelectAll

Select all text.

ContextMenuActionInputMethods

Input methods menu.

ContextMenuActionUnicode

Unicode menu.

ContextMenuActionSpellingGuess

A proposed replacement for a misspelled word.

ContextMenuActionNoGuessesFound

An indicator that spellchecking found no proposed replacements.

ContextMenuActionIgnoreSpelling

Causes the spellchecker to ignore the word for this session.

ContextMenuActionLearnSpelling

Causes the spellchecker to add the word to the dictionary.

ContextMenuActionIgnoreGrammar

Ignore grammar.

ContextMenuActionFontMenu

Font options menu.

ContextMenuActionBold

Bold.

ContextMenuActionItalic

Italic.

ContextMenuActionUnderline

Underline.

ContextMenuActionOutline

Outline.

ContextMenuActionInspectElement

Open current element in the inspector.

ContextMenuActionOpenVideoInNewWindow

Open current video element in a new window.

ContextMenuActionOpenAudioInNewWindow

Open current audio element in a new window.

ContextMenuActionCopyVideoLinkToClipboard

Copy video link location in to the clipboard.

ContextMenuActionCopyAudioLinkToClipboard

Copy audio link location in to the clipboard.

ContextMenuActionToggleMediaControls

Enable or disable media controls.

ContextMenuActionToggleMediaLoop

Enable or disable media loop.

ContextMenuActionEnterVideoFullscreen

Show current video element in fullscreen mode.

ContextMenuActionMediaPlay

Play current media element.

ContextMenuActionMediaPause

Pause current media element.

ContextMenuActionMediaMute

Mute current media element.

ContextMenuActionDownloadVideoToDisk

Download video to disk. Since 2.2

ContextMenuActionDownloadAudioToDisk

Download audio to disk. Since 2.2

ContextMenuActionCustom

Custom action defined by applications.

AnotherContextMenuAction Int

Catch-all for unknown values

Instances
Enum ContextMenuAction Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

Eq ContextMenuAction Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

Ord ContextMenuAction Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

Show ContextMenuAction Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

FormSubmissionStep

data FormSubmissionStep Source #

Used to indicate a particular stage in form submission. See WebPage::will-submit-form.

Since: 2.20

Constructors

FormSubmissionStepSendDomEvent

indicates the form's DOM submit event is about to be emitted.

FormSubmissionStepComplete

indicates the form is about to be submitted.

AnotherFormSubmissionStep Int

Catch-all for unknown values

Instances
Enum FormSubmissionStep Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

Eq FormSubmissionStep Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

Ord FormSubmissionStep Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

Show FormSubmissionStep Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums

BoxedEnum FormSubmissionStep Source # 
Instance details

Defined in GI.WebKit2WebExtension.Enums