aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-profile-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* ephy-profile-migration: separate migration code into another binaryDiego Escalante Urrelo2010-12-071-0/+49
The migration code is now in the ephy-profile-migrator binary, this means: - epiphany is not linking to NSS anymore - lib/ephy-profile-migration.c was split into: + lib/ephy-profile-migrator.c: the new ephy-profile-migrator binary + lib/ephy-profile-utils.c: convenience _ephy_profile_*_form_auth_data functions. - testing for migration is done without running ephy-profile-migrator Bug #636685