Skip to content
  • hausmann@webkit.org's avatar
    Tor Arne Vestbø <tavestbo@trolltech.com> · 5aa504eb
    hausmann@webkit.org authored
    Fix QWebView::loadFinished isn't always emitted
    
    Replaced loadDone() with loadFinished(bool) and moved the signals for progress
    tracking (start, progres, and finish) to the page instead of the frame. This
    ensures that we emit loadFinished even when a subframe started the actual load.
    
    This causes a few regressions in the layout tests that we for now accept for
    the sake of the correct API. Layout tests we can fix any time though, including
    patch release, the API however we can't change anymore in patch releases.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@32643 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    5aa504eb