[Webkit-unassigned] [Bug 19392] [Gtk] Enable WebInspector in the Gtk port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 16 05:47:48 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19392





------- Comment #16 from gns at gnome.org  2008-07-16 05:47 PDT -------
(In reply to comment #14)
> > the WebKit side? It should be possible, to unset the view via
> > gtk_widget_destroyed and request a new web view as needed, shouldn't it?
> 
> I thought about doing it that way, but I can't remember why I decided going
> with the already existing WebKit 'workflow' would be better. I can implement
> that; I believe it would feel more natural indeed.

While preparing to come to work today I was thinking about how to make this
work, and remembered what I found to be the problem earlier: the
InspectorController which interacts with the InspectorClient didn't seem to
have an (at least obvious) way of redefining the page. I took a quick look at
the code again right now, and think I may have found the Right Way of doing
this.

I'm not sure WebCore will enjoy having multiple InspectorControllers pointing
to the same inspector page, though, which will be needed to enable sharing
WebKitWebInspector instances.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list