[Webkit-unassigned] [Bug 76166] [WK2][GTK] FullScreen signals

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 1 06:07:00 PST 2012


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





--- Comment #7 from Philippe Normand <pnormand at igalia.com>  2012-02-01 06:07:00 PST ---
(In reply to comment #6)
> (From update of attachment 124730 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=124730&action=review
> 
> > Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:645
> > +    signals[ENTERING_FULLSCREEN] =
> > +            g_signal_new("entering-fullscreen",
> > +                         G_TYPE_FROM_CLASS(webViewClass),
> > +                         G_SIGNAL_RUN_LAST,
> > +                         G_STRUCT_OFFSET(WebKitWebViewClass, entering_fullscreen),
> > +                         g_signal_accumulator_first_wins, 0,
> > +                         webkit_marshal_BOOLEAN__VOID,
> > +                         G_TYPE_BOOLEAN, 0);
> > +
> 
> I guess you gave up on doing this asynchronously?
> 

I never did. I think it actually works, when testing in the MiniLauncher the popup asynchronously waits for user-input. What makes you think this signal is not set up as expected?

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