After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 651918 - Don't retain history when opening a new blank tab
Don't retain history when opening a new blank tab
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: History
3.0.x (obsolete)
Other Linux
: Normal minor
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-05 10:58 UTC by gbz
Modified: 2012-08-01 15:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't retain history when opening a new blank tab (1.49 KB, patch)
2012-04-04 11:25 UTC, Zan Dobersek
reviewed Details | Review

Description gbz 2011-06-05 10:58:50 UTC
It makes a useful feature that the back/fwd history is retained when you open a link in new tab or window. But it should not do that when you simply open a new blank tab. The session history should then be empty.
Comment 1 Zan Dobersek 2012-04-04 11:25:20 UTC
Created attachment 211277 [details] [review]
Don't retain history when opening a new blank tab

When opening a new tab through EphyHomeAction, declare explicitly
that a new tab should be open. When then opening a new link in
EphyWindow with that link being the home page, do not copy history
information if that link is to be open in a new tab.
Comment 2 Diego Escalante Urrelo (not reading bugmail) 2012-04-04 16:59:43 UTC
Thanks for the patch Zan!

I am not fully in support of this bug right now. Perhaps when the overview is done this would make more sense.

Right now, I believe, this is something you come to expect from Epiphany. Every new tab copies the history of the previous tab. Blank tabs can be discussed though.
Comment 3 Xan Lopez 2012-08-01 13:28:04 UTC
Comment on attachment 211277 [details] [review]
Don't retain history when opening a new blank tab

Ignoring the detail that this should probably be two commits I tend to agree with this now.

We are reviewing the overview for landing now, but with some small tweaks it should be just fine to push this.
Comment 4 Xan Lopez 2012-08-01 15:01:09 UTC
OK, I split this and pushed it to master. We do not copy the tab history for new empty tabs anymore.

Thanks!