Changes between Version 2 and Version 3 of QtWebKitLayoutInteraction


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

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitLayoutInteraction

    v2 v3  
     1== Layout and Interaction in QQuickWebView (with resizeToContent) ==
     2
    13Layout and interaction in combination with tiling/resizeToContent is a complicated situation.
    24
     
    2325
    2426
     27When in transition to new page:
     28
     29 * do not send updates on visual content rect to the web process
     30 * ignore (queue?) content size changes
     31 * ignore (queue?) viewport property changes (minimum-scale etc)
     32
     33
    2534When do we substitute our view:
    2635