GNOME Bugzilla – Bug 669835
Make inspector handling real-world compliant
Last modified: 2012-02-19 16:23:37 UTC
As things stand, reusing the inspector web view does not work, and we don't currently have a way of making the inspector remember whether it should start docked or not (that may change if we fix the inspector settings handling to use gsettings again). The patch I'll attach, following the fixes that went into WebKit recently makes the inspector usable and robust again in Epiphany.
Created attachment 207293 [details] [review] proposed fix
Pff. the commit message is this one, actually: Make inspector handling real-world compliant Destroy and recreate the inspector's WebView instead of reusing it, and make it always start windowed. https://bugzilla.gnome.org/show_bug.cgi?id=669835
Review of attachment 207293 [details] [review]: Looks good with the right commit message :)
befd8e788df39ba95b0936d1f728c07e8901dacf Thanks =)