On Tue, Jun 9, 2009 at 6:23 PM, Nick Baum<[email protected]> wrote: > This is very cool, Jack. I l really like the polish of the UI, and in the > future I hope we can enable these kinds of interactions without needing to > use content scripts. > I wonder if we should retroactively inject content-scripts into existing > tabs that match? > It seems this would be useful for all sorts of extensions.
I don't want to retroactively inject because it breaks the promise that scripts are injected before onload, which makes a special case that programmers have to worry about. I think a better solution would be programmatic injection of content scripts (http://code.google.com/p/chromium/issues/detail?id=12465). - a --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
