Does/Will Chromium implement the "sleeping tabs" concept like Microsoft Edge?
263 views
Skip to first unread message
Ryan C.
unread,
Jan 26, 2021, 2:33:15 PM1/26/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-discuss
Hi,
I just saw that Microsoft Edge recently introduced their native feature called "sleeping tabs", which is like "The Great Suspender" Chrome add-on. Do you know if Chromium will likely include a feature like this? I think this would be a really great idea to implement natively too.
Thanks!
Ryan
Joe Mason
unread,
Jan 26, 2021, 8:12:14 PM1/26/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
This gives most of the benefits of suspending, but with much less risk of breaking sites. We've experimented with suspending in M79 (we called it "tab freezing") but found a lot of corner cases of sites that expected to keep running in the background (eg. chat apps that want to give notice on incoming messages) - generally these sites are coded in a non-optimal way but we decided to take an approach that has less compatibility risk, while it looks like Microsoft has decided to use UI to show the user which tabs are asleep and let them report breakages.