| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Which tells us that test-ephy-download is broken.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EphyDownload is a wrapper object around WebKitDownload that handles common
behavior in downloads: auto-destination, default action for the MIME type.
It can be used to wrap a WebKitDownload coming from a WebKitView or to download
a url: ephy_download_new_for_uri and ephy_download_new_for_download are
provided.
Its lifetime is not automagic like EphyEmbedPersist, so you have to unref it
when you no longer need it.
This new object replaces EphyEmbedPersist and enables us to use a single
codepath for downloads in all Epiphany.
Bug #618443
|
|
|
|
| |
Make filenames readable and tab-completion friendly.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
Bug #600987
|
|
|
|
| |
Don't cherry pick internal libraries for tests.
|
|
|
|
| |
svn path=/trunk/; revision=8655
|
|
|
|
| |
svn path=/trunk/; revision=8621
|
|
|
|
| |
svn path=/trunk/; revision=8581
|
|
|
|
|
|
| |
See the FIXME about the mystery crasher, it's probably some kind of leak.
svn path=/trunk/; revision=8552
|
|
|
|
|
|
| |
This reverts commit 58afaf81fbf64dfcb779ef2e7531afb4c11693e1.
svn path=/trunk/; revision=8551
|
|
|
|
| |
svn path=/trunk/; revision=8439
|
|
|
|
|
|
| |
Part of #544642.
svn path=/trunk/; revision=8385
|
|
Include a test for ephysearchentry, need to make them optional too.
Part of #544642.
svn path=/trunk/; revision=8384
|