summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-05-16 17:19:47 +0200
committerFlorian Bruhin <qt-project.org@the-compiler.org>2015-08-10 09:20:30 +0000
commit0fb890062142f95432daaa58d4e093c9dcf18044 (patch)
tree7fbe385101612a806af55e67d04506243e5eb44e
parent36e1bb310c35b8d55a8ea2e8c168f9376894cd1d (diff)
Add missing docs for QWebSettings attributes.
WebAudioEnabled is left undocumented because it doesn't work, but WebGLEnabled/HyperlinkAuditingEnabled/CSSRegionsEnabled seem to work fine. Change-Id: I12c88424ae77cdb6f1e0279b39a538ee932b8b60 Reviewed-by: Julien Brianceau <jbriance@cisco.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-rw-r--r--Source/WebKit/qt/Api/qwebsettings.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WebKit/qt/Api/qwebsettings.cpp b/Source/WebKit/qt/Api/qwebsettings.cpp
index f55b6d721..363f58f78 100644
--- a/Source/WebKit/qt/Api/qwebsettings.cpp
+++ b/Source/WebKit/qt/Api/qwebsettings.cpp
@@ -519,12 +519,18 @@ QWebSettings* QWebSettings::globalSettings()
enabled by default.
\value CSSGridLayoutEnabled This setting enables support for the CSS 3 Grid Layout module. This
CSS module is currently only a draft and support for it is disabled by default.
+ \value CSSRegionsEnabled This setting enables support for the CSS 3 Regions module. This
+ CSS module is currently only a draft and support for it is enabled by default.
\value ScrollAnimatorEnabled This setting enables animated scrolling. It is disabled by default.
\value CaretBrowsingEnabled This setting enables caret browsing. It is disabled by default.
\value NotificationsEnabled Specifies whether support for the HTML 5 web notifications is enabled
or not. This is enabled by default.
\value Accelerated2dCanvasEnabled Specifies whether the HTML5 2D canvas should be a OpenGL framebuffer.
This makes many painting operations faster, but slows down pixel access. This is disabled by default.
+ \value WebGLEnabled This setting enables support for WebGL.
+ It is enabled by default.
+ \value HyperlinkAuditingEnabled This setting enables support for hyperlink auditing (<a ping>).
+ It is disabled by default.
*/
/*!