bookmarks-import: Add option to import from Firefox

Desktop / GNOME / Epiphany - Iulian Radu [gmail.com] - 30 November 2016 07:27 UTC

Firefox stores bookmarks for each profile in a SQLite file, in the .mozilla/firefox// directory, in the users home directory.

If the user has no profiles, don't display the 'Firefox' option in the impport combo box. If he has one profile, automatically import from that one. If he has multiple profiles, display a dialog which allows the user to select the profile he wants to import from.

https://bugzilla.gnome.org/show_bug.cgi?id=772423

0de094d bookmarks-import: Add option to import from Firefox
src/bookmarks/ephy-bookmarks-import.c | 145 +++++++++++++++++++++++
src/bookmarks/ephy-bookmarks-import.h | 14 ++-
src/window-commands.c | 207 ++++++++++++++++++++++++++++++++-
3 files changed, 358 insertions(+), 8 deletions(-)

Upstream: git.gnome.org


  • Share