Changes between Version 3 and Version 4 of QtWebKitLayoutInteraction


Ignore:
Timestamp:
Nov 15, 2011 6:40:45 AM (12 years ago)
Author:
kenneth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitLayoutInteraction

    v3 v4  
    55Basically we want the following:
    66
    7  a) Fixed layout, inform WebCore of visible area
     7 '''a) Fixed layout, inform WebCore of visible area'''
    88
    9  b) Only substitute page when something is ready to be shown.
     9 '''b) Only substitute page when something is ready to be shown.'''
    1010
    1111For a) we need to make sure that we set the viewport size, the useFixedLayout and the layout size before doing *any* layouts. This is currently not handled correctly.
     
    1818
    1919
    20 Before any layout, the following needs to be true:
     20'''Before any layout, the following needs to be true:'''
    2121
    2222 * viewport size is set correctly
     
    2525
    2626
    27 When in transition to new page:
     27'''When in transition to new page:'''
    2828
    2929 * do not send updates on visual content rect to the web process
     
    3232
    3333
    34 When do we substitute our view:
     34'''When do we substitute our view:'''
    3535
    3636 * first non empty visual layout finished
     
    3838
    3939
    40 When we substitute our view, we need to:
     40'''When we substitute our view, we need to:'''
    4141
    4242 * apply content size, scale, history position or (0, 0)