summaryrefslogtreecommitdiff
path: root/lib/ephy-file-helpers.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Ensure directories are created before sandbox is initialized""Michael Catanzaro2019-07-241-0/+1
* Mass update: Apply uncrustify style to everythingJan-Michael Brummer2019-07-151-24/+25
* Build with -Werror=declaration-after-statementMichael Catanzaro2019-07-131-1/+2
* Revert "Ensure directories are created before sandbox is initialized"Michael Catanzaro2019-07-011-1/+0
* Ensure directories are created before sandbox is initializedMichael Catanzaro2019-06-301-0/+1
* Fix setting cache/config dir for custom (non-webapp) profile dirPatrick Griffis2019-01-311-0/+3
* Store web extension settings in config dirPatrick Griffis2019-01-311-0/+37
* Rename ephy_dot_dir() to ephy_profile_dir()Patrick Griffis2019-01-311-44/+41
* Move profile directories to data dirPatrick Griffis2019-01-311-1/+1
* Move adblock and safe-browsing data to cache dirPatrick Griffis2019-01-311-2/+45
* Migrate web app profiles into their own toplevel directoriesPatrick Griffis2019-01-311-5/+2
* Fix New Window action in incognito modeMichael Catanzaro2019-01-301-1/+1
* Fix ephy_file_browse_to() to ensure it selects the fileMichael Catanzaro2019-01-091-33/+25
* file-helpers: further simplify application launchingMichael Catanzaro2019-01-081-49/+20
* Make it harder to call functions that don't work under flatpakMichael Catanzaro2019-01-081-9/+17
* file-helpers: Remove unused functionsMichael Catanzaro2019-01-081-189/+0
* Simplify and fix opening filesMichael Catanzaro2019-01-081-70/+58
* Downloads dir should always be ~/Downloads in flatpakMichael Catanzaro2019-01-081-11/+9
* Reenable test for ephy-file-helpersJan-Michael Brummer2018-12-291-5/+5
* Remove mime-types-permissions.xml handlingJan-Michael Brummer2018-12-191-84/+1
* Enable web app utils tests againCarlos Garcia Campos2018-06-281-5/+10
* Fix leaks in ephy_file_get_downloads_dirMichael Catanzaro2018-06-251-5/+10
* flatpak: Allow opening downloaded filesMichael Catanzaro2017-11-191-0/+30
* flatpak: Ignore download directory gsettingMichael Catanzaro2017-10-041-3/+5
* Purge unnecessary use of g_str_equalMichael Catanzaro2017-09-131-2/+2
* Purge g_return from lib/Michael Catanzaro2017-09-131-8/+8
* file-herlpers: Add ephy_dot_dir_is_web_application()Carlos Garcia Campos2017-02-061-9/+36
* "New Window" should never open incognito windowMichael Catanzaro2016-10-281-0/+13
* ephy-file-helpers: Free GBytes with g_bytes_unref()Iulian Radu2016-10-221-1/+1
* Move mime-types-permissions to gresourceMichael Catanzaro2016-10-171-54/+8
* Relicense to GPLv3+Michael Catanzaro2016-10-071-5/+7
* Standardize modelinesMichael Catanzaro2016-09-111-1/+1
* Replace SHARE_DIR with PKGDATADIRMichael Catanzaro2016-08-071-3/+3
* UncrustifyMichael Catanzaro2016-03-291-647/+579
* Improve some FIXMEsMichael Catanzaro2016-03-111-1/+0
* file-helpers: convert profile_dir to absolute pathMichael Catanzaro2016-02-291-2/+12
* Fix crash starting incognito modeMichael Catanzaro2016-01-151-1/+1
* Enable and placate -Wsign-compareMichael Catanzaro2015-12-261-1/+1
* Enable and placate -Wno-shadowMichael Catanzaro2015-12-261-10/+10
* build: Fix build with clang -Werror and -Wwrite-stringsTing-Wei Lan2015-12-111-1/+1
* Remove FSF address from license headersMichael Catanzaro2015-12-071-3/+1
* file-helpers: Only write the migration version when creating the dot dirCarlos Garcia Campos2015-11-171-5/+8
* file-helpers: Add ephy_default_dot_dir()Carlos Garcia Campos2015-11-171-3/+14
* build: Get rid of custom error message for missing mkdtempMichael Catanzaro2015-11-071-4/+0
* Get default browser app info using x-scheme-handlerJérémy Lal2015-10-071-2/+1
* Use AX_CHECK_ENABLE_DEBUG instead of GNOME_DEBUG_CHECKMichael Catanzaro2015-06-301-1/+1
* file-helpers: add helper to launch a incognito windowClaudio Saavedra2015-06-021-0/+24
* ephy-file-helpers: fix ephy_file_delete_dir_recursively()Claudio Saavedra2014-12-071-0/+1
* file-helpers: Fix ephy_file_delete_dir_recursively when an error is givenCarlos Garcia Campos2014-12-011-45/+47
* file-helpers: Add ephy_file_open_uri_in_default_browser()Carlos Garcia Campos2014-10-141-0/+33