Thanks! On Jan 19, 8:40 pm, Rafael Weinstein <[email protected]> wrote: > Thanks for your question. > > Just to make sure I understand, are you trying to find the > programmatic equivalent of tearing an existing tab off of a browser > window into it's own window? > > If so, I've created a bug report here: > > http://code.google.com/p/chromium/issues/list?thanks=32607&ts=1263929945 > > You can star this issue to be notified of it's status. > > Cheers > Rafael > > On Mon, Jan 18, 2010 at 3:09 AM, lucabelluccini<[email protected]> > wrote: > > Workaround using as {url:} a local extension page which uses a delayed > > self.close(); for auto-closing. > > > On 17 Gen, 18:59, lucabelluccini <[email protected]> wrote: > >> chrome.tabs.move(integer tabId, object moveProperties, function > >> callback) is described as "Moves a tab to a new position within its > >> window, or to a new window." > >> My question: is it possible after the creation of a new Window or > >> there's a tricky way to create a new Window implicitly? > > >> chrome.windows.create(object createData, function callback) is > >> described as "Creates (opens) a new browser with any optional sizing, > >> position or default url provided." > >> My question: is there any way to create a new window with no opened > >> default tab? > > >> Thanks in advance... > > > -- > > 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 > > athttp://groups.google.com/group/chromium-extensions?hl=en.
-- 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.
