Re: certificate dialog in microb

2008-05-16 Thread Zhihai Wang
Hi josh, Thanks for your advice. Maybe I didn't express myself clearly. Those signals are declared but never emitted. The only one place "certificate-dialog" emited is in gmozillaweb.c (function gtk_moz_common_certificate_error_cb): *#ifdef USE_CST ... if (result != CST_STATE_VALID) #end

RE: certificate dialog in microb

2008-05-16 Thread josh.soref
Zhihai Wang wrote: > When accessing some websites like "https://www.gmail.com";, a > certificate dialog will show to the user. > > I guess that the one of the following signals should be emited: > G_WEB_SIGNAL_CERTIFICATE_DIALOG (defined in gweb.h) > G_WEB_SIGNAL_CERTIFICATE_PASSWORD_DIALOG (defi