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 609668 - Use the correct Epiphany cookies file
Use the correct Epiphany cookies file
Status: RESOLVED FIXED
Product: git-bz
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: git-bz-maint
git-bz-maint
Depends on:
Blocks:
 
 
Reported: 2010-02-11 17:54 UTC by Diego Escalante Urrelo (not reading bugmail)
Modified: 2010-06-05 14:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use the correct Epiphany cookies file (1.06 KB, patch)
2010-02-11 17:54 UTC, Diego Escalante Urrelo (not reading bugmail)
none Details | Review
Add support for epiphany with the webkit backend (1.48 KB, patch)
2010-06-05 14:40 UTC, Owen Taylor
committed Details | Review

Description Diego Escalante Urrelo (not reading bugmail) 2010-02-11 17:54:32 UTC
It's just a path mistake, now that we don't use mozilla anymore. Although we
still use the same cookie database schema.
Comment 1 Diego Escalante Urrelo (not reading bugmail) 2010-02-11 17:54:39 UTC
Created attachment 153562 [details] [review]
Use the correct Epiphany cookies file

Since the WebKit migration our cookies are in .gnome2/epiphany, they are the
same format than Firefox cookies.
Comment 2 Diego Escalante Urrelo (not reading bugmail) 2010-04-11 19:47:26 UTC
Ping?
Comment 3 Dirk Wallenstein 2010-05-18 13:29:52 UTC
I have fallen into that trap a few minutes ago.
The attachment would fix it.
Comment 4 Owen Taylor 2010-06-05 14:40:43 UTC
I'm applying a very similar patch that I got in email from Jonathon Jongsma;
the main reason for preferring it is it handles both locations.

(Yes, probably the combination of git-using-developer and
Gecko-based-Epiphany is empty at this point, but it's little
extra code.)

The following fix has been pushed:
e8544d7 Add support for epiphany with the webkit backend
Comment 5 Owen Taylor 2010-06-05 14:40:48 UTC
Created attachment 162808 [details] [review]
Add support for epiphany with the webkit backend

When they moved to webkit as the browser engine, epiphany changed the location
of their cookies database, but the format remained the same.  This patch adds
support for the new location, but falls back to the old location if the new one
doesn't exist.