Hey, On Mon, 2012-04-16 at 13:20 +0000, [email protected] wrote: > I would like to profile my HTML5 Application running on GtkLauncher > (obtained by building webkitGtk 1.8). I have tried running GtkLauncher > with –enable-developer-extras=true. After launching the browser and > doing a right click, > > I can see “Inspect Element” but on clicking that , I donot see any > window opening. Infact, after clicking it for the second time, > GtkLauncher is crashing with a segmentation fault.
The inspector requires more than just enable-developer-extras, unfortunately. A patch would need to be written for GtkLauncher to handle the signal and create the webview and add it to a container. I recommend using Epiphany or Midori for your profiling, for now. This will hopefully be improved in WebKit2GTK+ Cheers, -- Gustavo Noronha Silva <[email protected]> GNOME Project _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
