On Sat, Jan 16, 2010 at 4:56 PM, Aaron Boodman <[email protected]> wrote: > 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.
I don't see this bug on mac beta 4.0.249.30. It's certainly possible it is windows specific, but I don't have access to a Windows machine until Tuesday. I'll try and reproduce it then. - 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.
