Title: [241563] trunk/Source/WebKit
Revision
241563
Author
mcatanz...@igalia.com
Date
2019-02-14 14:11:19 -0800 (Thu, 14 Feb 2019)

Log Message

[GTK] WebKitGTK+ -> WebKitGTK
https://bugs.webkit.org/show_bug.cgi?id=194658

Reviewed by Alex Christensen.

This renames WebKitGTK+ to WebKitGTK in a few user-visible places: the API documentation,
the pkg-config, and an error message.

In a couple places where it's exposed in WPE documentation, WPE is now mentioned, or the
reference to "WebKitGTK+" is changed to just "WebKit."

* UIProcess/API/glib/WebKitSettings.cpp:
(webkit_settings_class_init):
* UIProcess/API/glib/WebKitWebView.cpp:
* UIProcess/API/gtk/docs/webkit2gtk-docs.sgml:
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivateGtk.h:
* gtk/webkit2gtk-web-extension.pc.in:
* gtk/webkit2gtk.pc.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (241562 => 241563)


--- trunk/Source/WebKit/ChangeLog	2019-02-14 22:10:37 UTC (rev 241562)
+++ trunk/Source/WebKit/ChangeLog	2019-02-14 22:11:19 UTC (rev 241563)
@@ -1,3 +1,24 @@
+2019-02-14  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        [GTK] WebKitGTK+ -> WebKitGTK
+        https://bugs.webkit.org/show_bug.cgi?id=194658
+
+        Reviewed by Alex Christensen.
+
+        This renames WebKitGTK+ to WebKitGTK in a few user-visible places: the API documentation,
+        the pkg-config, and an error message.
+
+        In a couple places where it's exposed in WPE documentation, WPE is now mentioned, or the
+        reference to "WebKitGTK+" is changed to just "WebKit."
+
+        * UIProcess/API/glib/WebKitSettings.cpp:
+        (webkit_settings_class_init):
+        * UIProcess/API/glib/WebKitWebView.cpp:
+        * UIProcess/API/gtk/docs/webkit2gtk-docs.sgml:
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivateGtk.h:
+        * gtk/webkit2gtk-web-extension.pc.in:
+        * gtk/webkit2gtk.pc.in:
+
 2019-02-14  Ross Kirsling  <ross.kirsl...@sony.com>
 
         [WTF] Add environment variable helpers

Modified: trunk/Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp (241562 => 241563)


--- trunk/Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp	2019-02-14 22:10:37 UTC (rev 241562)
+++ trunk/Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp	2019-02-14 22:11:19 UTC (rev 241563)
@@ -1247,7 +1247,7 @@
      * WebKitSettings:enable-accelerated-2d-canvas:
      *
      * Enable or disable accelerated 2D canvas. Accelerated 2D canvas is only available
-     * if WebKitGTK+ was compiled with a version of Cairo including the unstable CairoGL API.
+     * if WebKit was compiled with a version of Cairo including the unstable CairoGL API.
      * When accelerated 2D canvas is enabled, WebKit may render some 2D canvas content
      * using hardware accelerated drawing operations.
      *

Modified: trunk/Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp (241562 => 241563)


--- trunk/Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp	2019-02-14 22:10:37 UTC (rev 241562)
+++ trunk/Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp	2019-02-14 22:11:19 UTC (rev 241563)
@@ -100,17 +100,17 @@
 
 /**
  * SECTION: WebKitWebView
- * @Short_description: The central class of the WebKit2GTK+ API
+ * @Short_description: The central class of the WPE WebKit and WebKitGTK APIs
  * @Title: WebKitWebView
  *
- * #WebKitWebView is the central class of the WebKit2GTK+ API. It is
- * responsible for managing the drawing of the content and forwarding
- * of events. You can load any URI into the #WebKitWebView or a data
- * string. With #WebKitSettings you can control various aspects of the
- * rendering and loading of the content.
+ * #WebKitWebView is the central class of the WPE WebKit and WebKitGTK
+ * APIs. It is responsible for managing the drawing of the content and
+ * forwarding of events. You can load any URI into the #WebKitWebView or
+ * a data string. With #WebKitSettings you can control various aspects
+ * of the rendering and loading of the content.
  *
- * Note that #WebKitWebView is scrollable by itself, so you don't need
- * to embed it in a #GtkScrolledWindow.
+ * Note that in WebKitGTK, #WebKitWebView is scrollable by itself, so
+ * you don't need to embed it in a #GtkScrolledWindow.
  */
 
 enum {

Modified: trunk/Source/WebKit/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml (241562 => 241563)


--- trunk/Source/WebKit/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml	2019-02-14 22:10:37 UTC (rev 241562)
+++ trunk/Source/WebKit/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml	2019-02-14 22:11:19 UTC (rev 241563)
@@ -5,8 +5,8 @@
 ]>
 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
   <bookinfo>
-    <title>WebKit2GTK+ Reference Manual</title>
-    <releaseinfo>for WebKit2GTK+ &version;</releaseinfo>
+    <title>WebKitGTK Reference Manual</title>
+    <releaseinfo>for WebKitGTK &version;</releaseinfo>
   </bookinfo>
 
   <chapter>

Modified: trunk/Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivateGtk.h (241562 => 241563)


--- trunk/Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivateGtk.h	2019-02-14 22:10:37 UTC (rev 241562)
+++ trunk/Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivateGtk.h	2019-02-14 22:11:19 UTC (rev 241563)
@@ -25,7 +25,7 @@
 
 #include "webkitdomdefines.h"
 
-#define WEBKIT_WARN_FEATURE_NOT_PRESENT(Feature) g_warning("WebKitGTK+ was not compiled with support for " Feature);
+#define WEBKIT_WARN_FEATURE_NOT_PRESENT(Feature) g_warning("WebKitGTK was not compiled with support for " Feature);
 
 namespace WebCore {
 class Node;

Modified: trunk/Source/WebKit/gtk/webkit2gtk-web-extension.pc.in (241562 => 241563)


--- trunk/Source/WebKit/gtk/webkit2gtk-web-extension.pc.in	2019-02-14 22:10:37 UTC (rev 241562)
+++ trunk/Source/WebKit/gtk/webkit2gtk-web-extension.pc.in	2019-02-14 22:11:19 UTC (rev 241563)
@@ -3,8 +3,8 @@
 libdir=@LIB_INSTALL_DIR@
 includedir=${prefix}/include
 
-Name: WebKitGTK+ Web process extensions
-Description: Web content engine for GTK+ - Web process extensions
+Name: WebKitGTK web process extensions
+Description: Web content engine for GTK - web process extensions
 URL: https://webkitgtk.org
 Version: @PROJECT_VERSION@
 Requires: glib-2.0 gtk+-3.0 libsoup-2.4 _javascript_coregtk-@WEBKITGTK_API_VERSION@

Modified: trunk/Source/WebKit/gtk/webkit2gtk.pc.in (241562 => 241563)


--- trunk/Source/WebKit/gtk/webkit2gtk.pc.in	2019-02-14 22:10:37 UTC (rev 241562)
+++ trunk/Source/WebKit/gtk/webkit2gtk.pc.in	2019-02-14 22:11:19 UTC (rev 241563)
@@ -3,8 +3,8 @@
 libdir=@LIB_INSTALL_DIR@
 includedir=${prefix}/include
 
-Name: WebKitGTK+
-Description: Web content engine for GTK+
+Name: WebKitGTK
+Description: Web content engine for GTK
 URL: https://webkitgtk.org
 Version: @PROJECT_VERSION@
 Requires: glib-2.0 gtk+-3.0 libsoup-2.4 _javascript_coregtk-@WEBKITGTK_API_VERSION@
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to