Title: [97262] trunk/Source/WebKit2
- Revision
- 97262
- Author
- commit-qu...@webkit.org
- Date
- 2011-10-12 07:58:18 -0700 (Wed, 12 Oct 2011)
Log Message
[WebKit2][gtk] Add few more API's to gtk-doc section file.
https://bugs.webkit.org/show_bug.cgi?id=69921
Patch by Nayan Kumar K <naya...@motorola.com> on 2011-10-12
Reviewed by Gustavo Noronha Silva.
Generate documentation for existing WebKit2-GTK+ API's,
which are not yet the part of gtk-doc documentation.
* UIProcess/API/gtk/docs/GNUmakefile.am: List ignore files.
* UIProcess/API/gtk/docs/webkit2gtk-sections.txt: API's addition.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (97261 => 97262)
--- trunk/Source/WebKit2/ChangeLog 2011-10-12 14:56:08 UTC (rev 97261)
+++ trunk/Source/WebKit2/ChangeLog 2011-10-12 14:58:18 UTC (rev 97262)
@@ -1,3 +1,16 @@
+2011-10-12 Nayan Kumar K <naya...@motorola.com>
+
+ [WebKit2][gtk] Add few more API's to gtk-doc section file.
+ https://bugs.webkit.org/show_bug.cgi?id=69921
+
+ Reviewed by Gustavo Noronha Silva.
+
+ Generate documentation for existing WebKit2-GTK+ API's,
+ which are not yet the part of gtk-doc documentation.
+
+ * UIProcess/API/gtk/docs/GNUmakefile.am: List ignore files.
+ * UIProcess/API/gtk/docs/webkit2gtk-sections.txt: API's addition.
+
2011-10-11 Simon Fraser <simon.fra...@apple.com>
Make custom scrollbar theme for use in DRT, to reduce pixel diffs between platforms
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile.am (97261 => 97262)
--- trunk/Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile.am 2011-10-12 14:56:08 UTC (rev 97261)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile.am 2011-10-12 14:58:18 UTC (rev 97262)
@@ -48,10 +48,14 @@
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES = \
- WebKitWebViewBasePrivate.h \
- PageClientImpl.h \
- WebKitPrivate.h \
- WebKitWebContextPrivate.h
+ LoadTrackingTest.h \
+ PageClientImpl.h \
+ TestMain.h \
+ WebViewTest.h \
+ WebKitDefines.h \
+ WebKitPrivate.h \
+ WebKitWebContextPrivate.h \
+ WebKitWebViewBasePrivate.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt (97261 => 97262)
--- trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt 2011-10-12 14:56:08 UTC (rev 97261)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt 2011-10-12 14:58:18 UTC (rev 97262)
@@ -19,7 +19,10 @@
<FILE>WebKitWebContext</FILE>
<TITLE>WebKitWebContext</TITLE>
WebKitWebContext
+WebKitCacheModel
webkit_web_context_get_default
+webkit_web_context_get_cache_model
+webkit_web_context_set_cache_model
<SUBSECTION Standard>
WebKitWebContextClass
WEBKIT_WEB_CONTEXT
@@ -43,8 +46,11 @@
webkit_web_view_get_loader_client
webkit_web_view_set_loader_client
webkit_web_view_load_uri
+webkit_web_view_load_alternate_html
webkit_web_view_go_back
webkit_web_view_go_forward
+webkit_web_view_reload
+webkit_web_view_reload_bypass_cache
<SUBSECTION Standard>
WebKitWebViewClass
WEBKIT_WEB_VIEW
@@ -62,6 +68,7 @@
<FILE>WebKitWebLoaderClient</FILE>
<TITLE>WebKitWebLoaderClient</TITLE>
WebKitWebLoaderClient
+webkit_web_loader_client_get_estimated_progress
<SUBSECTION Standard>
WebKitWebLoaderClientClass
WEBKIT_WEB_LOADER_CLIENT
@@ -78,7 +85,13 @@
<SECTION>
<FILE>WebKitError</FILE>
WEBKIT_NETWORK_ERROR
+WEBKIT_PLUGIN_ERROR
+WEBKIT_POLICY_ERROR
WebKitNetworkError
+WebKitPluginError
+WebKitPolicyError
webkit_network_error_quark
+webkit_plugin_error_quark
+webkit_policy_error_quark
</SECTION>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes