Changeset 99196 in webkit


Ignore:
Timestamp:
Nov 3, 2011 8:31:38 AM (12 years ago)
Author:
Simon Hausmann
Message:

Patch by Jesus Sanchez-Palencia <jesus@webkit.org> on 2011-11-03
Reviewed by Kenneth Rohde Christiansen.

[Qt] QtWebKit should have documentation clarifying its mobile features usage
https://bugs.webkit.org/show_bug.cgi?id=41465

Add "QtWebKit Goes Mobile" documentation

  • docs/qtwebkit-goes-mobile.qdoc: Added.
  • docs/qtwebkit.qdoc: Linked to qtwebkit-goes-mobile documentation
  • docs/webkitsnippets/qtwebkit_goes_mobile_snippets.cpp: Added.
Location:
trunk/Source/WebKit/qt
Files:
2 added
2 edited

Legend:

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

    r99195 r99196  
     12011-11-03  Jesus Sanchez-Palencia  <jesus@webkit.org>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] QtWebKit should have documentation clarifying its mobile features usage
     6        https://bugs.webkit.org/show_bug.cgi?id=41465
     7
     8        Add "QtWebKit Goes Mobile" documentation
     9
     10        * docs/qtwebkit-goes-mobile.qdoc: Added.
     11        * docs/qtwebkit.qdoc: Linked to qtwebkit-goes-mobile documentation
     12        * docs/webkitsnippets/qtwebkit_goes_mobile_snippets.cpp: Added.
     13
    1142011-11-03  Fady Samuel  <fsamuel@chromium.org>
    215
  • trunk/Source/WebKit/qt/docs/qtwebkit.qdoc

    r78266 r99196  
    2929    made fully editable to the user through the use of the \c{contenteditable}
    3030    attribute on HTML elements.
     31
     32    QtWebKit has been enhanced to become more attractive on the mobile front as well.
     33    For more information see \l{QtWebKit Goes Mobile}.
    3134
    3235    QtWebKit is based on the Open Source WebKit engine. More information about
Note: See TracChangeset for help on using the changeset viewer.