Wow - that might get messy. I wonder if use of v8 hidden properties might be useful here. You could potentially add a hidden object to the wrapper. But this may not work well.
Mike On Wed, Jun 3, 2009 at 10:54 PM, Adam Barth <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
