Hi guys, sending this email just to record that r58703 has changed a
Qt API. and not reviewed by a "qtwebkit maintainer"
(...)
- \value JavascriptCanAccessClipboard Specifies whether JavaScript programs
- can read or write to the clipboard.
+ \value DOMPasteAllowed Specifies whether JavaScript programs can
+ read clipboard contents.
(...)
+++ b/WebKit/qt/Api/qwebsettings.h
@@ -55,7 +55,7 @@ public:
PluginsEnabled,
PrivateBrowsingEnabled,
JavascriptCanOpenWindows,
- JavascriptCanAccessClipboard,
+ DOMPasteAllowed,
(...)
among others
it needs to be API reviewed at some point :)
--
--Antonio Gomes
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt