Changeset 70036 in webkit


Ignore:
Timestamp:
Oct 19, 2010 1:17:22 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-19 Joone Hur <joone@kldp.org>

Reviewed by Martin Robinson.

[GTK] Needs fixing mistyped comments in the API documentation
https://bugs.webkit.org/show_bug.cgi?id=47656

Fixed mistyped comments in the API documenentation.

  • webkit/webkitwebsettings.cpp: Fixed a mistyped comment in the the section block.
  • webkit/webkitwebwindowfeatures.cpp: Fixed a mistyped comment in the section block.
Location:
trunk/WebKit/gtk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/gtk/ChangeLog

    r70026 r70036  
     12010-10-19  Joone Hur  <joone@kldp.org>
     2
     3        Reviewed by Martin Robinson.
     4
     5        [GTK] Needs fixing mistyped comments in the API documentation
     6        https://bugs.webkit.org/show_bug.cgi?id=47656
     7
     8        Fixed mistyped comments in the API documenentation.
     9
     10        * webkit/webkitwebsettings.cpp: Fixed a mistyped comment in the the section block.
     11        * webkit/webkitwebwindowfeatures.cpp: Fixed a mistyped comment in the section block.
     12
    1132010-10-18  Xan Lopez  <xlopez@igalia.com>
    214
  • trunk/WebKit/gtk/webkit/webkitwebsettings.cpp

    r69919 r70036  
    4646 * @short_description: Control the behaviour of a #WebKitWebView
    4747 *
    48  * #WebKitWebSettings can be applied to a #WebKitWebView to control
    49  * the to be used text encoding, color, font sizes, printing mode,
    50  * script support, loading of images and various other things.
     48 * #WebKitWebSettings can be applied to a #WebKitWebView to control text encoding,
     49 * color, font sizes, printing mode, script support, loading of images and various other things.
     50 * After creation, a #WebKitWebSettings object contains default settings.
    5151 *
    5252 * <informalexample><programlisting>
  • trunk/WebKit/gtk/webkit/webkitwebwindowfeatures.cpp

    r56217 r70036  
    3939 * to get the #WebKitWebWindowFeatures and then monitor the property
    4040 * changes. Be aware that the #WebKitWebWindowFeatures might change
    41  * change before #WebKitWebView::web-view-ready signal is emitted.
     41 * before #WebKitWebView::web-view-ready signal is emitted.
    4242 * To be safe listen to the notify::window-features signal of the #WebKitWebView
    4343 * and reconnect the signals whenever the #WebKitWebWindowFeatures of
Note: See TracChangeset for help on using the changeset viewer.