src/3rdparty/webkit/WebKit/qt/ChangeLog
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
child 7 3f74d0d4af4c
equal deleted inserted replaced
4:3b1da2848fc7 5:d3bac044e0f0
       
     1 2010-01-28  Kenneth Rohde Christiansen  <kenneth@webkit.org>
       
     2 
       
     3         Reviewed by Simon Hausmann.
       
     4 
       
     5         Do not set the combobox font on Maemo5 and S60; use the
       
     6         default instead.
       
     7 
       
     8         * WebCoreSupport/QtFallbackWebPopup.cpp:
       
     9         (WebCore::QtFallbackWebPopup::populate):
       
    10 
       
    11 2010-01-28  Andreas Kling  <andreas.kling@nokia.com>
       
    12 
       
    13         Reviewed by Kenneth Rohde Christiansen.
       
    14 
       
    15         [Qt] Support kinetic scrolling on Maemo 5
       
    16 
       
    17         https://bugs.webkit.org/show_bug.cgi?id=34267
       
    18 
       
    19         Patch by Ralf Engels <ralf.engels@nokia.com> and
       
    20         Robert Griebl <rgriebl@trolltech.com>
       
    21 
       
    22         * Api/qwebview.cpp:
       
    23         (QWebViewKineticScroller::QWebViewKineticScroller):
       
    24         (QWebViewKineticScroller::eventFilter):
       
    25         (QWebViewKineticScroller::currentFrame):
       
    26         (QWebViewKineticScroller::scrollingFrameAt):
       
    27         (QWebViewKineticScroller::attachToWidget):
       
    28         (QWebViewKineticScroller::removeFromWidget):
       
    29         (QWebViewKineticScroller::positionRange):
       
    30         (QWebViewKineticScroller::position):
       
    31         (QWebViewKineticScroller::viewportSize):
       
    32         (QWebViewKineticScroller::setPosition):
       
    33         (QWebView::QWebView):
       
    34 
       
    35 2010-01-29  Kenneth Rohde Christiansen  <kenneth@webkit.org>
       
    36 
       
    37         Reviewed by Simon Hausmann
       
    38 
       
    39         Disable auto-uppercase and predictive text on Maemo5, just like the
       
    40         build-in MicroB Browser.
       
    41 
       
    42         * WebCoreSupport/EditorClientQt.cpp:
       
    43         (WebCore::EditorClientQt::setInputMethodState):
       
    44 
       
    45 2010-01-28  Trond Kjernåsen <trond@trolltech.com>
       
    46 
       
    47         Reviewed by Simon Hausmann.
       
    48 
       
    49         [Qt] Fix for endless print loop when printing web pages
       
    50 
       
    51         * Api/qwebframe.cpp:
       
    52         (QWebFrame::print):
       
    53 
       
    54 2010-01-26  Simon Hausmann  <simon.hausmann@nokia.com>
       
    55 
       
    56         Reviewed by Kenneth Rohde Christiansen.
       
    57 
       
    58         [Qt] Show comboboxes on Maemo 5
       
    59         https://bugs.webkit.org/show_bug.cgi?id=34088
       
    60 
       
    61         Don't try to show the combobox by simulating a mouse event from QCursor::pos() to
       
    62         get the combobox position right. The position on Maemo 5 is independent from the mouse
       
    63         and there's no QCursor::pos().
       
    64 
       
    65         * WebCoreSupport/QtFallbackWebPopup.cpp:
       
    66         (WebCore::QtFallbackWebPopup::show):
       
    67 
       
    68 2010-01-26  Holger Hans Peter Freyther  <zecke@selfish.org>
       
    69 
       
    70         Reviewed by Simon Hausmann.
       
    71 
       
    72         [Qt] JavaScript prompt is currently broken
       
    73         https://bugs.webkit.org/show_bug.cgi?id=30914
       
    74 
       
    75         In r52152 a patch was landed to convert a null QString
       
    76         to an empty WebCore::String in case the prompt was accepted
       
    77         but the default implementation returned the null QString.
       
    78 
       
    79         The patch tried to avoid assign to result twice and
       
    80         was not checking the QString if it is null but the default
       
    81         value. This lead to always returning an empty string on
       
    82         successful prompts. Fix it by checking the variable 'x'
       
    83         for isNull.
       
    84 
       
    85         The manual test case used didn't cover the case of non
       
    86         empty input, replace it with an automatic test case that
       
    87         should cover all cases.
       
    88 
       
    89         * WebCoreSupport/ChromeClientQt.cpp:
       
    90         (WebCore::ChromeClientQt::runJavaScriptPrompt): Fix the bug.
       
    91         * tests/qwebpage/tst_qwebpage.cpp: Add automatic test case
       
    92         (JSPromptPage::JSPromptPage):
       
    93         (JSPromptPage::javaScriptPrompt):
       
    94         (tst_QWebPage::testJSPrompt):
       
    95 
       
    96 2010-01-25  Janne Koskinen  <janne.p.koskinen@digia.com>
       
    97 
       
    98         Reviewed by Simon Hausmann.
       
    99 
       
   100         [Qt] Phone backup support for QtWebkit for Symbian devices.
       
   101         https://bugs.webkit.org/show_bug.cgi?id=34077
       
   102 
       
   103         * symbian/backup_registration.xml: Added.
       
   104 
     1 2009-11-19  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
   105 2009-11-19  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     2 
   106 
     3         Reviewed by Kenneth Rohde Christiansen.
   107         Reviewed by Kenneth Rohde Christiansen.
     4 
   108 
     5         [Qt] Fix QWebInspector destruction problem.
   109         [Qt] Fix QWebInspector destruction problem.