[Webkit-unassigned] [Bug 126840] [GTK] Make MiniBrowser windows non-transient by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 12 11:26:08 PST 2014


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





--- Comment #10 from Adrian Perez <aperez at igalia.com>  2014-01-12 11:23:47 PST ---
(In reply to comment #9)
> (From update of attachment 220973 [details])
> I still think we could just make windows independent to each other, but if we really want to keep the parent window, I think it would be simpler to keep the pointer to the parent window in the BroserWindow struct and use g_object_add_weak_pointer to make sure the parent pointer is NULL when the parent is destroyed.

IMHO it is more correct to try to make the windows set the transient-for
when they are meant to be modal. Not that it will matter much for the
MiniBrowser, but provided that the fix is easy, I am making the change
you suggested to use  g_object_add_weak_pointer() and re-upload.

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