aboutsummaryrefslogtreecommitdiffstats
path: root/src/epiphany.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Do not include removed headerGustavo Noronha Silva2011-03-121-1/+0
| | | | | Building epiphany extensions was failing because epiphany.h sitll included a header that is not longer present in Epiphany.
* ephy-download: add the new EphyDownload objectDiego Escalante Urrelo2011-03-081-0/+1
| | | | | | | | | | | | | | | | | 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
* Remove obsolete includeXan Lopez2010-05-191-1/+0
|
* Get rid of EphyCommandManagerXan Lopez2009-09-101-1/+0
| | | | It was just another useless abstraction at this point.
* Remove ephy-password-manager leftoversXan Lopez2009-08-101-1/+0
|
* epiphany.h.in: remove old includes.Xan Lopez2009-06-061-2/+0
|
* Use libsoup, getting the session from webkit, to handle cookies.Xan Lopez2009-02-231-1/+0
| | | | | | | 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
* Revert cookies stuff, didn't want to commit that.Xan Lopez2008-12-121-0/+1
| | | | svn path=/trunk/; revision=8633
* Port ephy to use libsoup for cookies.Xan Lopez2008-12-121-1/+0
| | | | svn path=/trunk/; revision=8632
* Remove legacy ephy-history-item from epiphany.hDiego Escalante Urrelo2008-11-271-1/+0
| | | | | | 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 otherChristian Persch2008-04-121-0/+75
Add epiphany.h. Only allow including epiphany/epiphany.h; all other headers are internal. svn path=/trunk/; revision=8210