[Webkit-unassigned] [Bug 56294] Web Inspector: migrate from Inspector.idl to InspectorAPI.json for protocol schema definition meta bug.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 18 09:05:33 PDT 2011


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





--- Comment #13 from Patrick Mueller <pmuellr at yahoo.com>  2011-03-18 09:05:32 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > As described here, the InspectorAPI.json file that includes documentation will be bigger than it needs to be - the runtime doesn't need the documentation, for example.
> 
> I was not saying we should make this json a part of the runtime. It is just the source for generation.

You may find you can do away with some of the generation, if you include the JSON instead.  That's what I'm doing in weinre.  I don't generate any JS code at all (or Java - the server-y bits of weinre are currently written in Java) - use the JSON to build proxies dynamically, and do some verification on the interface implementation side.  Also use the same JSON to generate doc dynamically.

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