On Fri, Jan 15, 2010 at 6:17 PM, Michael <[email protected]> wrote: > Content scripts share a global namespace, so that document_start > scripts can define a global variable that document_end scripts can > access. > > Except at http://wonderwall.msn.com (with Chrome Beta 4.0.249.64) when > all_frames=true for both content scripts, this doesn't work. The > document_end script doesn't see the variable defined at > document_start. > > Which behavior is the bug?
All content scripts for the same extension/page pair should share a context. If you aren't seeing this, it is a bug. I'll investigate. - a
-- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.
