Updates:
        Status: WontFix

Comment #6 on issue 24955 by [email protected]: Content script "global"  
variables stomp on each other
http://code.google.com/p/chromium/issues/detail?id=24955

This changed recently, and is the desired behavior. All the content scripts  
from an
extension run in the same global scope, similar to how all <script> files  
on webpages
run in the same global scope.

This makes it possible to share variables between different scripts, which  
is important
for some use cases.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to