| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Building epiphany extensions was failing because epiphany.h sitll
included a header that is not longer present in Epiphany.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
It was just another useless abstraction at this point.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Requires libsoup-gnome for SoupCookieJarSQLite storage. Depending on
2.25.91, although we actually need trunk to get working code.
svn path=/trunk/; revision=8811
|
|
|
|
| |
svn path=/trunk/; revision=8633
|
|
|
|
| |
svn path=/trunk/; revision=8632
|
|
|
|
|
|
| |
It was breaking the build of things including epiphany.h
svn path=/trunk/; revision=8617
|
|
Add epiphany.h.
Only allow including epiphany/epiphany.h; all other headers are internal.
svn path=/trunk/; revision=8210
|