Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | overview: add favicon to page thumbnails | Claudio Saavedra | 2013-08-22 | 1 | -2/+19 |
| | |||||
* | Port to wk2 webview's snapshotting API | Claudio Saavedra | 2013-03-12 | 1 | -11/+48 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=695347 | ||||
* | ephy-snapshot-service: don't leak the async result | Claudio Saavedra | 2012-09-06 | 1 | -0/+1 |
| | |||||
* | ephy-snapshot-service: Split ephy_snapshot_service_get_snapshot_async() | Carlos Garcia Campos | 2012-09-06 | 1 | -173/+338 |
| | | | | | | | | | | | | | | | | | | | ephy_snapshot_service_get_snapshot_async() receives an option web view parameter, that it's only used in case the snapshot is not the in the thumbnails cache. We can split the method into ephy_snapshot_service_get_snapshot_async() to get a snapshot from a web view and ephy_snapshot_service_get_snapshot_for_url_async() to get a snapshot from the cache. The former uses the latter to try first if the web view URI is in the cache. Patch includes other cleanups and fixes: - Add missing ephy_snapshot_service_save_snapshot_finish() - Add EphySnapshotServiceError to handle errors - Use GSimpleAsyncResult API instead of using GIOScheduler directly - Use different async data structs for every async operation https://bugzilla.gnome.org/show_bug.cgi?id=683327 | ||||
* | ephy-snapshot-service: Fix memory leak | Carlos Garcia Campos | 2012-09-03 | 1 | -0/+1 |
| | |||||
* | Add a service for snapshotting webpages | Claudio Saavedra | 2012-09-01 | 1 | -0/+456 |
This service provides pixbufs for URLs while caching these locally as thumbnails. gnome-desktop-thumbnail is used to handle caching. https://bugzilla.gnome.org/show_bug.cgi?id=668578 |