Status: Available
Owner: ----
Labels: Type-Bug OS-All Area-extensions
New issue 22110 by [email protected]: All content scripts for a given
extension should execute in the same isolated world
http://code.google.com/p/chromium/issues/detail?id=22110
It doesn't make sense to use a separate isolated world for each content
script.
And it would be nice to be able to do things like:
chrome.tabs.executeScript({"code": "var foo = 'foo';"});
chrome.tabs.executeScript({"file": "file_that_uses_foo_variable.js"});
--
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
-~----------~----~----~----~------~----~------~--~---