Lines Matching full:clipboard
8246 Add support for controlling clipboard access from javascript.
8247 Clipboard access from javascript is disabled by default.
8658 Add support for controlling clipboard access from javascript.
8659 Clipboard access from javascript is disabled by default.
18020 * Clipboard: PasteAndMatchStyle
18197 clipboard selection when the action Copy Link Location is executed.
21574 Prevent middle-click from triggering open URL from clipboard when the event has already been accepted.
22692 Fixes: copy to clipboard when selecting, and paste when clicking with the middle button
22695 (QWebPagePrivate::mouseReleaseEvent): If the clipboard supports
22786 Fixes: Right clicking an image and choosing "copy image" doesnt put anything in the clipboard.
25126 Make the setting of letting Javascript access the clipboard configurable through QWebSettings, turn it off by default and turn it on in DumpRenderTree.
25681 fix most of the issues I found with Clipboard and DnD.
27398 Implemented clipboard functions in QWebPage, in particular can(Cut|Copy|Paste), cut/copy/paste as slot as well as a selectionChanged() signal.