Changeset 79826 in webkit


Ignore:
Timestamp:
Feb 27, 2011 11:38:50 AM (13 years ago)
Author:
benjamin.poulain@nokia.com
Message:

2011-02-27 Benjamin Poulain <benjamin.poulain@nokia.com>

Reviewed by Andreas Kling.

[Qt] Reference the documentation of the WebKit bridge from QWebFrame::addToJavaScriptWindowObject()
https://bugs.webkit.org/show_bug.cgi?id=55322

Documentation update, add a reference to the QtWebKit bridge page.

  • Api/qwebframe.cpp:
Location:
trunk/Source/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/qt/Api/qwebframe.cpp

    r78688 r79826  
    555555    Qt properties will be exposed as JavaScript properties and slots as
    556556    JavaScript methods.
     557    The interaction between C++ and JavaScript is explained in the documentation of the \l{The QtWebKit Bridge}{QtWebKit bridge}.
    557558
    558559    If you want to ensure that your QObjects remain accessible after loading a
     
    579580    Qt properties will be exposed as JavaScript properties and slots as
    580581    JavaScript methods.
     582    The interaction between C++ and JavaScript is explained in the documentation of the \l{The QtWebKit Bridge}{QtWebKit bridge}.
    581583
    582584    If you want to ensure that your QObjects remain accessible after loading a
  • trunk/Source/WebKit/qt/ChangeLog

    r79793 r79826  
     12011-02-27  Benjamin Poulain  <benjamin.poulain@nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt] Reference the documentation of the WebKit bridge from QWebFrame::addToJavaScriptWindowObject()
     6        https://bugs.webkit.org/show_bug.cgi?id=55322
     7
     8        Documentation update, add a reference to the QtWebKit bridge page.
     9
     10        * Api/qwebframe.cpp:
     11
    1122011-02-26  Vsevolod Vlasov  <vsevik@chromium.org>
    213
Note: See TracChangeset for help on using the changeset viewer.