Title: [111002] trunk/Source/WebKit/qt
- Revision
- 111002
- Author
- [email protected]
- Date
- 2012-03-16 06:45:40 -0700 (Fri, 16 Mar 2012)
Log Message
[Qt] QtWebKit documentation missing a few since 4.6 information
https://bugs.webkit.org/show_bug.cgi?id=81328
Patch by Teemu Katajisto <[email protected]> on 2012-03-16
Reviewed by Simon Hausmann.
* Api/qwebpage.cpp:
* Api/qwebsettings.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/qt/Api/qwebpage.cpp (111001 => 111002)
--- trunk/Source/WebKit/qt/Api/qwebpage.cpp 2012-03-16 13:42:18 UTC (rev 111001)
+++ trunk/Source/WebKit/qt/Api/qwebpage.cpp 2012-03-16 13:45:40 UTC (rev 111002)
@@ -1636,6 +1636,7 @@
\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.)
*/
/*!
Modified: trunk/Source/WebKit/qt/Api/qwebsettings.cpp (111001 => 111002)
--- trunk/Source/WebKit/qt/Api/qwebsettings.cpp 2012-03-16 13:42:18 UTC (rev 111001)
+++ trunk/Source/WebKit/qt/Api/qwebsettings.cpp 2012-03-16 13:45:40 UTC (rev 111002)
@@ -442,11 +442,13 @@
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.
Modified: trunk/Source/WebKit/qt/ChangeLog (111001 => 111002)
--- trunk/Source/WebKit/qt/ChangeLog 2012-03-16 13:42:18 UTC (rev 111001)
+++ trunk/Source/WebKit/qt/ChangeLog 2012-03-16 13:45:40 UTC (rev 111002)
@@ -1,3 +1,13 @@
+2012-03-16 Teemu Katajisto <[email protected]>
+
+ [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 <[email protected]>
[Qt] Change default WebSocket protocol to the latest one
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes