[webkit-qt] API review remind note: r58703

tonikitoo (Antonio Gomes) tonikitoo at gmail.com
Tue May 4 21:27:12 PDT 2010


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


More information about the webkit-qt mailing list