[Webkit-unassigned] [Bug 54135] Web Inspector: define interface per domain in Inspector.idl.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 9 14:58:47 PST 2011


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





--- Comment #1 from Patrick Mueller <pmuellr at yahoo.com>  2011-02-09 14:58:47 PST ---
Looks good to me.  But haven't looked at the hit to my parser yet :-)

Here's another thing we could do, to handle [notify] methods.  Split notify methods into a separate interface, named [OriginalInterfaceName]Notify.  That's what my parsing actually does; for instance, the IDL in the description would have the following interfaces:

   DOM
   DOMNotify
   CSS
   Timeline
   TimelineNotify

But it's not a big deal to me.

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