Changeset 181555 in webkit
- Timestamp:
- Mar 16, 2015, 7:58:26 AM (11 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/API/gtk/WebKitUserContent.cpp (modified) (1 diff)
-
UIProcess/API/gtk/WebKitWebView.cpp (modified) (3 diffs)
-
UIProcess/API/gtk/docs/webkit2gtk-docs.sgml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r181554 r181555 1 2015-03-16 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Add new Notification classes to GTK+ API documentation. 4 5 Add WebKitNotification and WebKitNotificationPermissionRequest to 6 the documentation and fix some other typos causing warnings when 7 generating HTML documentation. 8 9 * UIProcess/API/gtk/WebKitUserContent.cpp: 10 * UIProcess/API/gtk/WebKitWebView.cpp: 11 (webkit_web_view_class_init): 12 * UIProcess/API/gtk/docs/webkit2gtk-docs.sgml: 13 1 14 2015-03-16 Przemyslaw Piorkowski <p.piorkowski@samsung.com> 2 15 -
trunk/Source/WebKit2/UIProcess/API/gtk/WebKitUserContent.cpp
r178491 r181555 243 243 * represent zero or more other characters. 244 244 * 245 * Returns: A new #WebKit Script245 * Returns: A new #WebKitUserScript 246 246 * 247 247 * Since: 2.6 -
trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp
r180998 r181555 949 949 950 950 /** 951 * WebKitWebView: :is-playing-audio:951 * WebKitWebView:is-playing-audio: 952 952 * 953 953 * Whether the #WebKitWebView is currently playing audio from a page. … … 1695 1695 * WebKitWebView::show-notification: 1696 1696 * @web_view: the #WebKitWebView 1697 * @notification: a #WebKitNo fication1697 * @notification: a #WebKitNotification 1698 1698 * 1699 1699 * This signal is emitted when a notification should be presented to the … … 2510 2510 * @web_view: a #WebKitWebView 2511 2511 * 2512 * Gets the value of the #WebKitWebView: :is-playing-audio property.2512 * Gets the value of the #WebKitWebView:is-playing-audio property. 2513 2513 * You can monitor when a page in a #WebKitWebView is playing audio by 2514 2514 * connecting to the notify::is-playing-audio signal of @web_view. This -
trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml
r179984 r181555 48 48 <xi:include href="xml/WebKitUserContentManager.xml"/> 49 49 <xi:include href="xml/WebKitUserContent.xml"/> 50 <xi:include href="xml/WebKitNotification.xml"/> 51 <xi:include href="xml/WebKitNotificationPermissionRequest.xml"/> 50 52 </chapter> 51 53
Note:
See TracChangeset
for help on using the changeset viewer.