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 145386 - Add a "private browsing" feature
Add a "private browsing" feature
Status: RESOLVED DUPLICATE of bug 676914
Product: epiphany
Classification: Core
Component: General
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
: 355719 620703 (view as bug list)
Depends on: 329680 462447
Blocks:
 
 
Reported: 2004-07-04 12:57 UTC by Bastien Nocera
Modified: 2012-06-01 03:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2004-07-04 12:57:25 UTC
See this page for details:
http://makeashorterlink.com/?C411228B8
The dialog pretty much speaks for itself.
Comment 1 spark 2004-07-04 14:18:58 UTC
Yep, this is A Good Idea(tm) :)

Also see http://www.apple.com/macosx/tiger/safari.html
Comment 2 Christian Persch 2004-07-04 19:10:40 UTC
Some questions / notes:

- Would this be global, or only affect one window / one tab ?

- With disabled history, should back/forward still work ?

- Cookies are a problem, we probably don't want to delete existing ones, but
need not accept new ones and need not send existing ones to servers... probably
needs mozilla support.

- Cache disabling seems already possible with moz api
Comment 3 Christian Persch 2004-10-13 10:53:39 UTC
Mass reassigning of Epiphany bugs to epiphany-maint@b.g.o
Comment 4 Bastien Nocera 2005-12-18 21:30:34 UTC
From http://macs.about.com/od/osx/qt/safari_private.htm
"
When Private Browsing is switched on:

   1. Web pages are not added to the History
   2. Items are automatically removed from the Downloads window
   3. Information (including names and passwords) is not saved for Autofill
   4. Searches are not added to the pop-up menu in the Google search box
"

To respond to comment #2:
- This would be global
- only history saving would be disabled, back/forward should still work
Comment 5 Keywan Najafi Tonekaboni 2006-03-15 08:52:44 UTC
It would be nice to have a gconf-key to seet this as default behavior. This would be really helpful in our internet-cafe. We like to use epiphany, but couldn't use it because of privacy issues.
Comment 6 Christian Persch 2006-03-15 11:08:07 UTC
In version 2.14.0, there's --private-instance startup argument which will run the browser with a pristine profile (you'll need to rm -rf /tmp/epiphany-$random after the program quits manually for now). I think that can be used to emulate this and we do want to evolve this into a full private browsing mode later.
Comment 7 Reinout van Schouwen 2006-09-13 09:12:15 UTC
*** Bug 355719 has been marked as a duplicate of this bug. ***
Comment 8 Reinout van Schouwen 2006-09-13 09:13:42 UTC
For reference: http://live.gnome.org/Epiphany/FeatureDesign/PrivateBrowsing
Comment 9 Diego Escalante Urrelo (not reading bugmail) 2007-08-01 13:16:03 UTC
Bug 462447 has a patch for disabling saving history to disk (which is a first step to a private mode).
Comment 10 Diego Escalante Urrelo (not reading bugmail) 2007-09-28 21:49:11 UTC
Now that profile dirs are cleaned after being used, can this be considered finished?
I recall that cookie handling is a different matter (that's the only thing left for on the fly private mode I think).
Comment 11 Bastien Nocera 2007-09-28 22:12:21 UTC
(In reply to comment #10)
> Now that profile dirs are cleaned after being used, can this be considered
> finished?
> I recall that cookie handling is a different matter (that's the only thing left
> for on the fly private mode I think).

I guess we'd just be missing a way to access "epiphany -p" from epiphany itself, and a way to differentiate normal ephy windows from private ephy windows.
Comment 12 Bastien Nocera 2007-09-28 22:38:37 UTC
Actually, this should do much more than just load a new private ephy if we want the feature to match the safari one, because you'd be losing bookmarks, history, saved passwords, etc.
Comment 13 Fabian Greffrath 2010-06-11 07:10:43 UTC
Is there any progress on this issue? I think a private browsing mode is a very important feature for web browsers nowadays!
Comment 14 Xan Lopez 2011-04-20 21:20:54 UTC
*** Bug 620703 has been marked as a duplicate of this bug. ***
Comment 15 Eetu Huisman 2011-05-04 21:34:10 UTC
Having private mode available as a command line option is nice, but it really should be accessible from the UI as well. What other tasks are remaining? Should they be split into separate "Depends on" bugs?
Comment 16 Yaakov Selkowitz 2011-06-20 21:44:17 UTC
No kidding.  Every other browser which supports private browsing has a way from activating it from within the GUI.  In fact, due to the lack thereof, I wasn't even aware that Epiphany supported private mode until I did some googling and found this bug.

At the very least, a epiphany-private.desktop menu item should be installed for this purpose, with the following differences over the main one:

Name=Epiphany (Private Mode)
GenericName=Web Browser (Private Mode)
X-GNOME-FullName=Epiphany Web Browser (Private Mode)
Comment=Browse the web privately
Exec=epiphany -p %U

This would go a long way to 1) letting users know that the feature exists, and 2) giving a GUI-method of using it.
Comment 17 kxra 2012-01-09 21:02:15 UTC
- Would this be global, or only affect one window / one tab ?
One window, with the ability to add more 

- With disabled history, should back/forward still work ?
yes, just clear the history on window close

see: https://bugs.launchpad.net/epiphany-browser/+bug/343395

"Private browsing mode like Firefox or incognito mode as Chrome calls it, is extremely useful. Being able to enable this on a per-tab basis is important as well. When in this stealth mode, browser and download history is not saved and cookies are deleted when the tab is closed. There should be some visual to indicate private browsing as well.

More than one instance should also work for example so that a user could sign ento three accounts of the same service simultaneously. This is still lacking from Chromium and Firefox."

See also bug 667450
Comment 18 Reinout van Schouwen 2012-01-11 23:27:15 UTC
I think Epiphany has supported private browsing through the -p parameter for a while now. Could someone confirm that this bug can be closed?
Comment 19 kxra 2012-01-11 23:29:02 UTC
As dicsucced above, a GUI is missing
Comment 20 Diego Escalante Urrelo (not reading bugmail) 2012-06-01 03:25:51 UTC
Marking dupe of bug #676914, where a patch has been attached.

*** This bug has been marked as a duplicate of bug 676914 ***