Title: [181633] releases/WebKitGTK/webkit-2.8/Source/WebKit2
- Revision
- 181633
- Author
- [email protected]
- Date
- 2015-03-17 04:38:56 -0700 (Tue, 17 Mar 2015)
Log Message
Merge r181555 - Unreviewed. Add new Notification classes to GTK+ API documentation.
Add WebKitNotification and WebKitNotificationPermissionRequest to
the documentation and fix some other typos causing warnings when
generating HTML documentation.
* UIProcess/API/gtk/WebKitUserContent.cpp:
* UIProcess/API/gtk/WebKitWebView.cpp:
(webkit_web_view_class_init):
* UIProcess/API/gtk/docs/webkit2gtk-docs.sgml:
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog (181632 => 181633)
--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog 2015-03-17 11:38:02 UTC (rev 181632)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog 2015-03-17 11:38:56 UTC (rev 181633)
@@ -1,3 +1,16 @@
+2015-03-16 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Add new Notification classes to GTK+ API documentation.
+
+ Add WebKitNotification and WebKitNotificationPermissionRequest to
+ the documentation and fix some other typos causing warnings when
+ generating HTML documentation.
+
+ * UIProcess/API/gtk/WebKitUserContent.cpp:
+ * UIProcess/API/gtk/WebKitWebView.cpp:
+ (webkit_web_view_class_init):
+ * UIProcess/API/gtk/docs/webkit2gtk-docs.sgml:
+
2015-03-11 Carlos Garcia Campos <[email protected]>
[GTK] Do not look for child processes in the UI process binary path
Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/UIProcess/API/gtk/WebKitUserContent.cpp (181632 => 181633)
--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/UIProcess/API/gtk/WebKitUserContent.cpp 2015-03-17 11:38:02 UTC (rev 181632)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/UIProcess/API/gtk/WebKitUserContent.cpp 2015-03-17 11:38:56 UTC (rev 181633)
@@ -242,7 +242,7 @@
* *host* and *path* components can contain the wildcard character (`*`) to
* represent zero or more other characters.
*
- * Returns: A new #WebKitScript
+ * Returns: A new #WebKitUserScript
*
* Since: 2.6
*/
Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp (181632 => 181633)
--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp 2015-03-17 11:38:02 UTC (rev 181632)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp 2015-03-17 11:38:56 UTC (rev 181633)
@@ -948,7 +948,7 @@
WEBKIT_PARAM_READABLE));
/**
- * WebKitWebView::is-playing-audio:
+ * WebKitWebView:is-playing-audio:
*
* Whether the #WebKitWebView is currently playing audio from a page.
* This property becomes %TRUE as soon as web content starts playing any
@@ -1694,7 +1694,7 @@
/**
* WebKitWebView::show-notification:
* @web_view: the #WebKitWebView
- * @notification: a #WebKitNofication
+ * @notification: a #WebKitNotification
*
* This signal is emitted when a notification should be presented to the
* user. The @notification is kept alive until either: 1) the web page cancels it
@@ -2509,7 +2509,7 @@
* webkit_web_view_is_playing_audio:
* @web_view: a #WebKitWebView
*
- * Gets the value of the #WebKitWebView::is-playing-audio property.
+ * Gets the value of the #WebKitWebView:is-playing-audio property.
* You can monitor when a page in a #WebKitWebView is playing audio by
* connecting to the notify::is-playing-audio signal of @web_view. This
* is useful when the application wants to provide visual feedback when a
Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml (181632 => 181633)
--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml 2015-03-17 11:38:02 UTC (rev 181632)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml 2015-03-17 11:38:56 UTC (rev 181633)
@@ -47,6 +47,8 @@
<xi:include href=""
<xi:include href=""
<xi:include href=""
+ <xi:include href=""
+ <xi:include href=""
</chapter>
<chapter>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes