Skip to content

session: Delay loads only in browser or standalone mode

Michael Catanzaro requested to merge mcatanzaro/#677 into master

Delayed loads are useful when restoring a big session in browser mode, because we don't want Epiphany to restore a bunch of tabs at the same time. In theory, in the unlikely event someone is using standalone mode, it could be useful here too. But otherwise, e.g. in web app mode, it's not desirable.

Fixes #677 (closed)

Merge request reports