---------- Forwarded message ---------- From: Adam Barth <abarth> Date: Wed, Jun 3, 2009 at 10:54 PM Subject: Re: [chromium-dev] Re: V8DOMMap To: [email protected] Cc: [email protected], Chromium-dev <[email protected]>
Thanks Mike. As I mentioned to Dimitri, what I'm trying to do is run content scripts from extensions in their own "world." Specifically, we don't want the extension scripts to exchange any JavaScript pointers with the page's scripts. To do this, we need to have separate DOM wrappers for the page's scripts and for the extension's scripts, which is what I'm trying to teach DOMMap. I'll ping you two with specific questions as they come up. Thanks, Adam On Wed, Jun 3, 2009 at 10:08 PM, Mike Belshe <[email protected]> wrote: > I may be able to help too. > I'm very worried about adding more dependencies on it. > void* casting is not good! > > Mike > > On Wed, Jun 3, 2009 at 5:53 PM, Dimitri Glazkov <[email protected]> > wrote: >> >> /me raises hand sheepishly. Whatcha need? :) >> >> :DG< >> >> On Wed, Jun 3, 2009 at 5:37 PM, Adam Barth <[email protected]> wrote: >> > >> > Who's a good contact for V8DOMMap? It's probably going to need some >> > surgery to support isolated user scripts, and I want to make sure I'm >> > not screwing it up. >> > >> > Thanks, >> > Adam >> > >> > > >> > >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
