[Webkit-unassigned] [Bug 54822] Web Inspector: generate protocol documentation based on IDL.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 20 10:34:28 PST 2011


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





--- Comment #5 from Patrick Mueller <pmuellr at yahoo.com>  2011-02-20 10:34:27 PST ---
I generate "protocol docs" for weine as well - I have some of my own IDL as well as (obviously) reuse Inspector.idl.  Rather than generate HTML, I generate JSON.  I then have some JS code which generates HTML for the protocol doc.  I reuse the same JSON in weinre as well - to generate proxies, etc.

Current version, which I think matches the current IDL, is here:

    https://github.com/pmuellr/weinre/blob/develop/weinre.build/scripts/simple-idl2json.py

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



More information about the webkit-unassigned mailing list