summaryrefslogtreecommitdiff
path: root/src/bookmarks/ephy-bookmarks-import.c
Commit message (Expand)AuthorAgeFilesLines
* bookmarks-import: Fix importing duplicate bookmarks from HTMLignapk2020-05-021-2/+6
* Add Chrome/Chromium bookmark importerJan-Michael Brummer2020-04-241-0/+120
* Allow importing bookmarks from HTML filesignapk2020-03-071-0/+212
* Use an in memory history database for incognito modeJan-Michael Brummer2019-11-271-1/+1
* bookmarks-import: Fix error handlingMichael Catanzaro2019-10-161-11/+12
* Mass update: Apply uncrustify style to everythingJan-Michael Brummer2019-07-151-26/+26
* Make ephy_bookmarks_manager_save_to_file_async() actually asyncMichael Catanzaro2019-06-221-1/+6
* Update GVDBMichael Catanzaro2019-06-221-4/+4
* sync: Migrate timestamps to gint64Gabriel Ivascu2017-12-121-2/+2
* sqlite-connection: Add function to delete database filewip/google-safe-browsingGabriel Ivascu2017-10-031-2/+2
* bookmarks-import: Import Firefox mobile bookmarks under Mobile tagGabriel Ivascu2017-08-161-1/+5
* sync: Replace old bookmarks sync codeGabriel Ivascu2017-08-061-11/+12
* Fix search provider horribly breaking history serviceMichael Catanzaro2017-02-181-1/+1
* Fix a typoMichael Catanzaro2016-12-031-1/+1
* bookmarks-import: Add option to import from FirefoxIulian Radu2016-11-301-0/+145
* bookmarks: Add option to import bookmarks from .gvdb fileIulian Radu2016-11-301-0/+154
* Remove files inadvertently added in previous commitMichael Catanzaro2016-10-071-853/+0
* Relicense to GPLv3+Michael Catanzaro2016-10-071-0/+853
* Remove obsolete bookmarks import/export codeIulian Radu2016-09-281-851/+0
* Standardize modelinesMichael Catanzaro2016-09-111-1/+1
* UncrustifyMichael Catanzaro2016-03-291-880/+716
* Enable and placate -Wswitch-enum and -Wswitch-defaultMichael Catanzaro2015-12-261-0/+3
* build: Fix build with clang -Werror and -Wwrite-stringsTing-Wei Lan2015-12-111-2/+2
* Remove FSF address from license headersMichael Catanzaro2015-12-071-3/+1
* ephy-bookmarks-import: sort headersXan Lopez2013-03-241-8/+7
* ephy-bookmarks-import: missing return after ifXan Lopez2012-06-141-0/+1
* Always close bookmarks fileLubomír Sedlář2012-05-211-7/+11
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-6/+12
* ephy-bookmarks-import: check for possible NULL derefXan Lopez2010-01-281-1/+1
* Fix the RDF bookmark importer (bug #129852).Vincent Untz2009-03-031-45/+77
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Fix bookmark import of ff3 filesDiego Escalante Urrelo2009-01-041-3/+4
* Avoid the parsing of non doc commentsDiego Escalante Urrelo2008-09-291-1/+1
* Rewrite the bookmark HTML importer, it now uses GRegex, this is bug #533986.Diego Escalante Urrelo2008-05-241-56/+74
* Don't free file_info too soon or the pointer to file_type will be lost. ThisDiego Escalante Urrelo2008-05-201-1/+1
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-131-5/+15
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-111-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* If we can't detect the mime type, fall back to checking the fileChristian Persch2006-03-021-17/+33
* lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.cCrispin Flowerday2005-11-101-1/+1
* Adapt folder import to new menu code, patch by Peter Harvey.Christian Persch2005-10-181-56/+36
* Check return value of fgets.Christian Persch2005-05-281-4/+6
* Make sure folder is != NULL. Fixes bug #163341.Christian Persch2005-02-261-3/+3
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-281-1/+1
* Show profile name for mozilla bookmarks, so we can distinguish betweenChristian Persch2005-01-191-13/+8
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-021-2/+0
* Fix import of bookmarks in root folder. Fixes bug #152443.Christian Persch2004-10-191-1/+1
* Make the hierarchy separator a #define.Christian Persch2004-08-231-3/+5
* Fix a mem leak.Christian Persch2004-08-091-8/+15
* Fix signedness difference warnings with gcc 3.5. Patch by Jon Oberheide.Christian Persch2004-07-311-34/+34