Hi,
    Finally I can get errorcode in gtkapplication.Thanks for your
suggestion.
I have emitted a GTK signal (error-load-page) in the
FrameLoaderClientGtk::shouldFallBack method
and handled it in gtkapplication.
    Here I can get errorcode but errorcode are not matching with standard
errorcode.For wrong url ie HTTP error it give errorcode '6' but standard
errorcode is '404',
for security exception it gives errorcode is '60'.If network is not
available then errorcode is '7'.
How can I do mapping this errorcode with standard errorcode?How can I give
proper errormessage on browser using this errorcode?

Regards,
Nitin
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to