GNOME Bugzilla – Bug 679616
Port inspector to WebKit2
Last modified: 2012-08-03 07:58:12 UTC
For WebKit2 we could just remove all inspector code in ephy, because the default inspector works perfectly and does mostly the same than ephy. The only thing that works differently is that ephy uses a GtkPaned when the inspector is attached. Xan and I already agreed that using a GtkPaned makes easier to resize the inspector view and it's easier to discover too. The WebKit2 inspector API is designed to allow the users to implement their own attach and rely on webkit defaults for everything else.
Created attachment 218322 [details] [review] Patch I've found a couple of issues in WebKit while porting the inspector. To properly work, this patch requires these two bugs fixed in webkit: https://bugs.webkit.org/show_bug.cgi?id=90763 https://bugs.webkit.org/show_bug.cgi?id=90767
Review of attachment 218322 [details] [review]: OK.