--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.
We're actually working on this API right now, a subset is available in dev channel: http://developer.chrome.com/dev/extensions/sessionRestore.html
On Tue, Feb 12, 2013 at 12:18 PM, Hans <hans...@gmail.com> wrote:
Are recently-closed tabs surfaced in any manner in the Chrome API? I didn't find any references to such.Fundamentally, I want to be able to either a) identify a freshly-created tab as a tab that was created as a direct result of the user requesting to reopen a recently closed tab or b) associate a created tab to a manually-maintained list of tabs that have been closed during the browser session. One issue that complicates this is that recently-closed tabs are regenerated (eg, on ctrl+shift+T) with a new tabId.Any ideas?Thanks,Hans Meyer
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
We're actually working on this API right now, a subset is available in dev channel: http://developer.chrome.com/dev/extensions/sessionRestore.html
On Tue, Feb 12, 2013 at 12:18 PM, Hans <hans...@gmail.com> wrote:
Are recently-closed tabs surfaced in any manner in the Chrome API? I didn't find any references to such.Fundamentally, I want to be able to either a) identify a freshly-created tab as a tab that was created as a direct result of the user requesting to reopen a recently closed tab or b) associate a created tab to a manually-maintained list of tabs that have been closed during the browser session. One issue that complicates this is that recently-closed tabs are regenerated (eg, on ctrl+shift+T) with a new tabId.Any ideas?Thanks,Hans Meyer
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
yeah, I'm not sure how easy that would be to do reliably. It's something that would be useful to track in a bug.
On Tue, Feb 12, 2013 at 12:45 PM, Vladyslav Volovyk <omn...@gmail.com> wrote:
Very similar issue with the tabs and windows restored after Chrome restart after crash or because user has enabled the option "continue from where i leave"There is actually no easy ways to reassociate all of this tabs with older tabIds, as far as know, i investigate this topic a lot.
On Tuesday, February 12, 2013 10:18:42 PM UTC+2, Hans wrote:Are recently-closed tabs surfaced in any manner in the Chrome API? I didn't find any references to such.Fundamentally, I want to be able to either a) identify a freshly-created tab as a tab that was created as a direct result of the user requesting to reopen a recently closed tab or b) associate a created tab to a manually-maintained list of tabs that have been closed during the browser session. One issue that complicates this is that recently-closed tabs are regenerated (eg, on ctrl+shift+T) with a new tabId.Any ideas?Thanks,Hans Meyer
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
We're actually working on this API right now, a subset is available in dev channel: http://developer.chrome.com/dev/extensions/sessionRestore.html
On Tue, Feb 12, 2013 at 12:18 PM, Hans <hans...@gmail.com> wrote:
Are recently-closed tabs surfaced in any manner in the Chrome API? I didn't find any references to such.Fundamentally, I want to be able to either a) identify a freshly-created tab as a tab that was created as a direct result of the user requesting to reopen a recently closed tab or b) associate a created tab to a manually-maintained list of tabs that have been closed during the browser session. One issue that complicates this is that recently-closed tabs are regenerated (eg, on ctrl+shift+T) with a new tabId.Any ideas?Thanks,Hans Meyer
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
That makes sense.
On Tue, Feb 12, 2013 at 2:49 PM, Omnray <omn...@gmail.com> wrote:
I think already existed event for new tabs is sufficient, what we need is just the new field in the tab/window object which will allow us to track it back to the previous instance, just the id will be sufficient i think.Id is never repeated in same sessions.
On Wednesday, February 13, 2013 12:22:42 AM UTC+2, Hans wrote:
Nice! Thanks.Can you add an Event that is triggered when a previously-closed tab is re-opened?
On Tuesday, February 12, 2013 8:38:40 PM UTC, kalman wrote:
We're actually working on this API right now, a subset is available in dev channel: http://developer.chrome.com/dev/extensions/sessionRestore.html
On Tue, Feb 12, 2013 at 12:18 PM, Hans <hans...@gmail.com> wrote:
Are recently-closed tabs surfaced in any manner in the Chrome API? I didn't find any references to such.Fundamentally, I want to be able to either a) identify a freshly-created tab as a tab that was created as a direct result of the user requesting to reopen a recently closed tab or b) associate a created tab to a manually-maintained list of tabs that have been closed during the browser session. One issue that complicates this is that recently-closed tabs are regenerated (eg, on ctrl+shift+T) with a new tabId.Any ideas?Thanks,Hans Meyer
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsubscribe...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.
Cool, file a bug and I'll assign it to the right person.
On Tue, Feb 12, 2013 at 12:56 PM, Vladyslav Volovyk <omn...@gmail.com> wrote:
This is VERY needed feature.
On Tuesday, February 12, 2013 10:55:40 PM UTC+2, Vladyslav Volovyk wrote:
We just need the field in the tab or the window objects which will just mention the previous Id from the previous life of this tab or window, from the previous Chrome session.
Just that. This will allow to reassociate everything back in the extension which track the sessions.
On Tuesday, February 12, 2013 10:48:36 PM UTC+2, kalman wrote:
yeah, I'm not sure how easy that would be to do reliably. It's something that would be useful to track in a bug.
On Tue, Feb 12, 2013 at 12:45 PM, Vladyslav Volovyk <omn...@gmail.com> wrote:
Very similar issue with the tabs and windows restored after Chrome restart after crash or because user has enabled the option "continue from where i leave"There is actually no easy ways to reassociate all of this tabs with older tabIds, as far as know, i investigate this topic a lot.
On Tuesday, February 12, 2013 10:18:42 PM UTC+2, Hans wrote:Are recently-closed tabs surfaced in any manner in the Chrome API? I didn't find any references to such.Fundamentally, I want to be able to either a) identify a freshly-created tab as a tab that was created as a direct result of the user requesting to reopen a recently closed tab or b) associate a created tab to a manually-maintained list of tabs that have been closed during the browser session. One issue that complicates this is that recently-closed tabs are regenerated (eg, on ctrl+shift+T) with a new tabId.Any ideas?Thanks,Hans Meyer
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsubscribe...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.