Title: [112121] releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk

Diff

Modified: releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog (112120 => 112121)


--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog	2012-03-26 17:29:28 UTC (rev 112120)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog	2012-03-26 17:36:22 UTC (rev 112121)
@@ -1,3 +1,20 @@
+2012-03-26  Martin Robinson  <[email protected]>
+
+        [GTK] Replace occurrences of "uri" in the documentation with "URI"
+        https://bugs.webkit.org/show_bug.cgi?id=82025
+
+        Reviewed by Gustavo Noronha Silva.
+
+        In documentation "uri" should really be written as "URI" so
+        we should fix all existing strings.
+
+        * webkit/webkitdownload.cpp: Replace "uri" with "URI."
+        * webkit/webkitnetworkrequest.cpp: Ditto.
+        * webkit/webkitnetworkresponse.cpp: Ditto.
+        * webkit/webkitwebhistoryitem.cpp: Ditto.
+        * webkit/webkitwebresource.cpp: Ditto.
+        (webkit_web_resource_class_init):
+
 2012-03-26  Zan Dobersek  <[email protected]>
 
         [Gtk] Webkit fails to build with --disable-geolocation

Modified: releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitdownload.cpp (112120 => 112121)


--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitdownload.cpp	2012-03-26 17:29:28 UTC (rev 112120)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitdownload.cpp	2012-03-26 17:36:22 UTC (rev 112121)
@@ -561,7 +561,7 @@
  * Convenience method to retrieve the URI from the
  * #WebKitNetworkRequest which is being downloaded.
  *
- * Returns: the uri
+ * Returns: the URI
  *
  * Since: 1.1.2
  */

Modified: releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitnetworkrequest.cpp (112120 => 112121)


--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitnetworkrequest.cpp	2012-03-26 17:29:28 UTC (rev 112120)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitnetworkrequest.cpp	2012-03-26 17:36:22 UTC (rev 112121)
@@ -210,7 +210,7 @@
  * webkit_network_request_get_uri:
  * @request: a #WebKitNetworkRequest
  *
- * Returns: the uri of the #WebKitNetworkRequest
+ * Returns: the URI of the #WebKitNetworkRequest
  *
  * Since: 1.0.0
  */

Modified: releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitnetworkresponse.cpp (112120 => 112121)


--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitnetworkresponse.cpp	2012-03-26 17:29:28 UTC (rev 112120)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitnetworkresponse.cpp	2012-03-26 17:36:22 UTC (rev 112121)
@@ -212,7 +212,7 @@
  * webkit_network_response_get_uri:
  * @response: a #WebKitNetworkResponse
  *
- * Returns: the uri of the #WebKitNetworkResponse
+ * Returns: the URI of the #WebKitNetworkResponse
  *
  * Since: 1.1.14
  */

Modified: releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitwebhistoryitem.cpp (112120 => 112121)


--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitwebhistoryitem.cpp	2012-03-26 17:29:28 UTC (rev 112120)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitwebhistoryitem.cpp	2012-03-26 17:36:22 UTC (rev 112121)
@@ -286,7 +286,7 @@
 
 /**
  * webkit_web_history_item_new_with_data:
- * @uri: the uri of the page
+ * @uri: the URI of the page
  * @title: the title of the page
  *
  * Creates a new #WebKitWebHistoryItem with the given URI and title

Modified: releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitwebresource.cpp (112120 => 112121)


--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitwebresource.cpp	2012-03-26 17:29:28 UTC (rev 112120)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitwebresource.cpp	2012-03-26 17:36:22 UTC (rev 112121)
@@ -207,7 +207,7 @@
                                     g_param_spec_string(
                                     "uri",
                                     _("URI"),
-                                    _("The uri of the resource"),
+                                    _("The URI of the resource"),
                                     NULL,
                                     (GParamFlags)(WEBKIT_PARAM_READWRITE|G_PARAM_CONSTRUCT_ONLY)));
     /**
@@ -329,7 +329,7 @@
  * webkit_web_resource_new:
  * @data: the data to initialize the #WebKitWebResource
  * @size: the length of @data
- * @uri: the uri of the #WebKitWebResource
+ * @uri: the URI of the #WebKitWebResource
  * @mime_type: the MIME type of the #WebKitWebResource
  * @encoding: the text encoding name of the #WebKitWebResource
  * @frame_name: the frame name of the #WebKitWebResource
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to