[Webkit-unassigned] [Bug 45459] New: [Qt] MiniBrowser does not starts properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 9 08:07:37 PDT 2010


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

           Summary: [Qt] MiniBrowser does not starts properly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kb at inf.u-szeged.hu


The faulty code is in main.cpp:
BrowserWindow* window = 0;
foreach (QString url, urls) {
    window = new BrowserWindow();
    window->newWindow(url);

The firstly created BrowserWindow is never shown so it just leaves in the memory and feel boring.

-- 
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