On Fri, Jan 15, 2010 at 4:31 AM, antjoh <[email protected]> wrote: > I think I might have solved this. > I was calling the window.open function from a script in the popup.html > file. When I moved this code to background.html it seems to work.
Hey Antjoh, while you may have arrived at a workaround, I believe we have an API method for what you're trying to do -- "chrome.windows.create" <http://code.google.com/chrome/extensions/windows.html#method-create> (which requires "tabs" permission).
-- 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.
