On Thu, 2010-04-22 at 17:41 +0530, AshokKumar G wrote:
> When I browse through http://www.yahoomail.com or
> http://www.gmail.com, in these pages we have two fields viz. user name
> text filed and password text filed. Is there any possibility that when
> user name / password filed gets the highlight, a notification should
> be sent to GtkLauncher. I was not able to find the proper signals to
> do this. I used webkit_web_frame_dump_render_tree(WebKitWebFrame*) to
> dump the render tree contents. Could some body help me on this?

There's no API for that on WebKitWeb*, but you can use JavaScriptCore to
set an event listener in those fields, and call a function of yours.
Look at how Epiphany saves/pre-fills passwords in forms, for instance.

See you,

-- 
Gustavo Noronha Silva <[email protected]>
GNOME Project

_______________________________________________
webkit-gtk mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk

Reply via email to