[Webkit-unassigned] [Bug 22551] [GTK] API to start inspector for a WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 9 08:41:52 PST 2008


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





------- Comment #7 from gns at gnome.org  2008-12-09 08:41 PDT -------
(In reply to comment #6)
> I like that idea very much. I'd like that to also switch an existing inspector
> to the specified section. I wonder if the 'section' should be a string, since
> pages might be added in the future or even by the user, I remember seeing that
> described on a website.

The panel seems to currently be indexed by an enum, in the inspector
controller. The client doesn't provide facilities for that. What do you suggest
for indexing the panel, if not strings?

    typedef enum {
        CurrentPanel,
        ConsolePanel,
        DatabasesPanel,
        ElementsPanel,
        ProfilesPanel,
        ResourcesPanel,
        ScriptsPanel
    } SpecialPanels;

> Which makes me think of native integration of the inspector. If the artifical
> toolbar could be hidden, the application could add its own, and merge other
> application specific views in the same interface.

I would love that, yeah. I'm not sure how feasible that is.


-- 
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