src/3rdparty/webkit/WebKit/qt/ChangeLog
changeset 22 79de32ba3296
parent 19 fcece45ef507
child 23 89e065397ea6
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
       
     1 2010-04-08  Joe Ligman  <joseph.ligman@nokia.com>
       
     2 
       
     3         Reviewed by Simon Hausmann.
       
     4 
       
     5         [Qt] qtwebkit_webframe_scrollRecursively scrolls when body.style.overflow="hidden"
       
     6         https://bugs.webkit.org/show_bug.cgi?id=36674
       
     7 
       
     8         The scrolling check was based on the frameview's scrolloffset, and
       
     9         maximumScrollPosition, which does not acknowledge the overflow properties.
       
    10 
       
    11         I am now basing the scrolling off the scrollbar position. The scrollbars are
       
    12         affected by the overflow properties indicating when not to scroll. The scrollbar
       
    13         positions also continue to work for CSS ::-webkit-scrollbar styles.
       
    14 
       
    15         * Api/qwebframe.cpp:
       
    16         (qtwebkit_webframe_scrollRecursively):
       
    17 
       
    18 2010-03-24  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
       
    19 
       
    20         Reviewed by Laszlo Gombos.
       
    21 
       
    22         Auto-uppercase and predictive text need to be disabled for S60 (as for maemo)
       
    23         https://bugs.webkit.org/show_bug.cgi?id=33176
       
    24 
       
    25         * WebCoreSupport/EditorClientQt.cpp:
       
    26 
     1 2010-03-22  Jakub Wieczorek  <jwieczorek@webkit.org>
    27 2010-03-22  Jakub Wieczorek  <jwieczorek@webkit.org>
     2 
    28 
     3         Reviewed by Simon Hausmann.
    29         Reviewed by Simon Hausmann.
     4 
    30 
     5         [Qt] Don't construct a QLineEdit every time when painting a text field
    31         [Qt] Don't construct a QLineEdit every time when painting a text field