aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-profile-migration.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-profile-migration.c: repeat password migration when neededXan Lopez2009-09-141-2/+14
| | | | | The previous version had some bugs in it, so run it again for users that had already migrated their profile.
* ephy-profile-migration.c: fix crash when importing some profilesXan Lopez2009-09-101-2/+5
| | | | | | Be more careful about not going over the end of the lines array. Bug #594717
* ephy-profile-migration: stript URIs from whitespace before validatingXan Lopez2009-09-091-0/+1
| | | | libsoup is unhappy with trailing whitespace in some situations.
* Import passwords from the ephy/gecko profile on first run.Xan Lopez2009-08-261-3/+259
| | | | | | This feature requires NSS, so NSS is added as an optional dependency, enabled by default. Can be disabled with --disable-nss, but then passwords won't be imported.
* ephy-profile-migration: and another.Xan Lopez2009-03-141-0/+1
| | | | svn path=/trunk/; revision=8885
* ephy-profile-migration: plug leak.Xan Lopez2009-03-141-0/+1
| | | | svn path=/trunk/; revision=8884
* Add profile migration.Xan Lopez2009-03-131-0/+136
Migrate cookies from Mozilla, both sqlite and txt formats (sqlite has priority in case both exist). svn path=/trunk/; revision=8880