[Webkit-unassigned] [Bug 97907] New: [Qt] QRawWebView tests are broke after r129545

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 28 06:35:41 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=97907

           Summary: [Qt] QRawWebView tests are broke after r129545
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbalazs at webkit.org
                CC: ossy at webkit.org, noam.rosenthal at nokia.com


The issue here was that we were setting the page loader client before initialized the page. This is not correct, the API expects that the page is initialized, i.e. we have a living page at the web process side. Without that most of the API calls will be implicitly ignored. This has been revealed by http://trac.webkit.org/changeset/129545 because it changed the initializing of the loader client so that it requires sending a message.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list