[Webkit-unassigned] [Bug 25599] [GTK] Enable more tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 12 10:32:39 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25599
------- Comment #6 from gns at gnome.org 2009-06-12 10:32 PDT -------
(In reply to comment #5)
> (From update of attachment 30076 [review])
> >
> > +static void webViewStatusBarTextChanged(WebKitWebView* view, const gchar* message, gpointer data)
> > +{
> > + if (gLayoutTestController->dumpStatusCallbacks())
> > + printf("UI DELEGATE STATUS CALLBACK: setStatusText:%s\n", message ? message : "");
> > +}
>
> Looks good. Just curious: are we expecting message to be null?
>
> r=me.
>
That came from the way windows does it. I was not 100% sure that is expected,
but decided to err on being cautious.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list