[webkit-qt] Regarding Qt Webkit progress & finished behaviour

sunny shah sunny.cpp at gmail.com
Wed Sep 21 02:55:24 PDT 2011


Hi Caio,

 I checked with latest qtwebkit ( I have mentioned the last update I
have), with demo browser, It is still not working.

 I am checking with the demo browser provided with Qt 4.7.3. Here is
the code which reports error to me,

void WebView::loadFinished(bool bSuccess)
{
    if (100 != m_progress) {
       // we are getting below warnings.
        qWarning() << "Received finished signal while progress is
still:" << progress()
                   << "Url:" << url();
    }
  // Some other code over here.
}


I am tested with the below as the last commit,

commit 64cce100215c71575f19ca0b090c65fa97d4ba10
Author: Ademar de Souza Reis Jr <ademar.reis at openbossa.org>
Date:   Tue Sep 13 17:23:44 2011 -0300

    [Qt] Unreviewed: Unskip xmlhttprequest-missing-file-exception.html (Qt-4.8)

    [Qt]http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception.html
    fails with Qt 4.8
    https://bugs.webkit.org/show_bug.cgi?id=60176

    This test was skipped because of a regression in Qt-4.8. The problem has
    been fixed and the bots have been updated, so there's no need to keep
    the test skipped.


  Sorry for delay, It was busy with other developments.

Thanks.
 Sunny.



On Wed, Sep 21, 2011 at 3:18 AM, Caio Marcelo de Oliveira Filho
<caio.oliveira at openbossa.org> wrote:
>
> Hello Sunny Shah,
>
> On Wed, Sep 14, 2011 at 7:16 PM, sunny shah <sunny.cpp at gmail.com> wrote:
> > Ok, I will do it and reply back by tomorrow.
>
> Any follow up on that?
>
>
> Cheers,
>
> --
> Caio Marcelo de Oliveira Filho
> OpenBossa - INdT


More information about the webkit-qt mailing list