\value FindWrapsAroundDocument Makes findText() restart from the beginning of the document if the end
was reached and the text was not found.
\value HighlightAllOccurrences Highlights all existing occurrences of a specific string.
+ (This value was introduced in 4.6.)
*/
/*!
web application cache feature is enabled or not. This is disabled by default.
\value LocalStorageEnabled Specifies whether support for the HTML 5
local storage feature is enabled or not. This is disabled by default.
+ (This value was introduced in 4.6.)
\value LocalStorageDatabaseEnabled \e{This enum value is deprecated.} Use
QWebSettings::LocalStorageEnabled instead.
\value LocalContentCanAccessRemoteUrls Specifies whether locally loaded documents are
allowed to access remote urls. This is disabled by default. For more information
about security origins and local vs. remote content see QWebSecurityOrigin.
+ (This value was introduced in 4.6.)
\value LocalContentCanAccessFileUrls Specifies whether locally loaded documents are
allowed to access other local urls. This is enabled by default. For more information
about security origins and local vs. remote content see QWebSecurityOrigin.
+2012-03-16 Teemu Katajisto <teemu.katajisto@digia.com>
+
+ [Qt] QtWebKit documentation missing a few since 4.6 information
+ https://bugs.webkit.org/show_bug.cgi?id=81328
+
+ Reviewed by Simon Hausmann.
+
+ * Api/qwebpage.cpp:
+ * Api/qwebsettings.cpp:
+
2012-03-15 Yuta Kitamura <yutak@chromium.org>
[Qt] Change default WebSocket protocol to the latest one