[Webkit-unassigned] [Bug 28271] V8 Bindings for Desktop Notifications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 13 12:41:44 PDT 2009


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





--- Comment #3 from John Gregg <johnnyg at google.com>  2009-08-13 12:41:43 PDT ---

The V8 code generator requires event listener accessors to be custom, which is
the vast majority of that custom file.

Beyond that there are the 2 createNotification functions which I made custom,
as explained in the ChangeLog, because I need them to be different in page
context and worker context.  

I don't particularly like that either since the difference is so minor.  The
alternative solution would be to change the code generator to be aware that V8
uses different proxy objects in worker and page contexts, and mark up the IDL
with a tag that causes context-aware code to be generated.  But I consider that
a more substantial change.

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