Changeset 112004 in webkit


Ignore:
Timestamp:
Mar 24, 2012 10:01:46 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Replace occurrences of "uri" in the documentation with "URI"
https://bugs.webkit.org/show_bug.cgi?id=82025

Patch by Martin Robinson <mrobinson@igalia.com> on 2012-03-24
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):

Location:
trunk/Source/WebKit/gtk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/gtk/ChangeLog

    r111915 r112004  
     12012-03-24  Martin Robinson  <mrobinson@igalia.com>
     2
     3        [GTK] Replace occurrences of "uri" in the documentation with "URI"
     4        https://bugs.webkit.org/show_bug.cgi?id=82025
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        In documentation "uri" should really be written as "URI" so
     9        we should fix all existing strings.
     10
     11        * webkit/webkitdownload.cpp: Replace "uri" with "URI."
     12        * webkit/webkitnetworkrequest.cpp: Ditto.
     13        * webkit/webkitnetworkresponse.cpp: Ditto.
     14        * webkit/webkitwebhistoryitem.cpp: Ditto.
     15        * webkit/webkitwebresource.cpp: Ditto.
     16        (webkit_web_resource_class_init):
     17
    1182012-03-23  Zan Dobersek  <zandobersek@gmail.com>
    219
  • trunk/Source/WebKit/gtk/webkit/webkitdownload.cpp

    r111696 r112004  
    562562 * #WebKitNetworkRequest which is being downloaded.
    563563 *
    564  * Returns: the uri
     564 * Returns: the URI
    565565 *
    566566 * Since: 1.1.2
  • trunk/Source/WebKit/gtk/webkit/webkitnetworkrequest.cpp

    r111696 r112004  
    211211 * @request: a #WebKitNetworkRequest
    212212 *
    213  * Returns: the uri of the #WebKitNetworkRequest
     213 * Returns: the URI of the #WebKitNetworkRequest
    214214 *
    215215 * Since: 1.0.0
  • trunk/Source/WebKit/gtk/webkit/webkitnetworkresponse.cpp

    r111696 r112004  
    213213 * @response: a #WebKitNetworkResponse
    214214 *
    215  * Returns: the uri of the #WebKitNetworkResponse
     215 * Returns: the URI of the #WebKitNetworkResponse
    216216 *
    217217 * Since: 1.1.14
  • trunk/Source/WebKit/gtk/webkit/webkitwebhistoryitem.cpp

    r99239 r112004  
    287287/**
    288288 * webkit_web_history_item_new_with_data:
    289  * @uri: the uri of the page
     289 * @uri: the URI of the page
    290290 * @title: the title of the page
    291291 *
  • trunk/Source/WebKit/gtk/webkit/webkitwebresource.cpp

    r111027 r112004  
    208208                                    "uri",
    209209                                    _("URI"),
    210                                     _("The uri of the resource"),
     210                                    _("The URI of the resource"),
    211211                                    NULL,
    212212                                    (GParamFlags)(WEBKIT_PARAM_READWRITE|G_PARAM_CONSTRUCT_ONLY)));
     
    330330 * @data: the data to initialize the #WebKitWebResource
    331331 * @size: the length of @data
    332  * @uri: the uri of the #WebKitWebResource
     332 * @uri: the URI of the #WebKitWebResource
    333333 * @mime_type: the MIME type of the #WebKitWebResource
    334334 * @encoding: the text encoding name of the #WebKitWebResource
Note: See TracChangeset for help on using the changeset viewer.