[Webkit-unassigned] [Bug 79499] New: [GTK] Add support for nested event loops in RunLoop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 09:15:56 PST 2012


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

           Summary: [GTK] Add support for nested event loops in RunLoop
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: msanchez at igalia.com
                CC: mrobinson at webkit.org, cgarcia at igalia.com,
                    pnormand at igalia.com


This is something needed for properly implementing modal dialogs in WebKit2 at least, and something that other ports (e.g. Qt, Mac) already have, so it would be a good addition.

Actually, it would be more than just "a good addition" but something needed if we want to implement modal dialogs in WebKit2GTK+, since I have observed (while working in the patch for modal dialogs in WK2GTK) that it would be very hard (impossible?) to implement proper unit tests for such a patch since the WebProcess would die right after closing the modal dialog, since WebCore would quit the only event loop once the dialog was closed, which would result in the WebProcess being terminated, causing great trouble and pain in the form of the unit tests hanging after that.

So, a patch would be nice here.

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