aboutsummaryrefslogtreecommitdiffstats
path: root/data/epiphany.convert
Commit message (Collapse)AuthorAgeFilesLines
* Remove ability to open URIs in the clipboard through middle clickXan Lopez2013-01-181-1/+0
| | | | | This is disabled by default, pretty obscure, and problematic to port properly to WebKit2. So just drop the code.
* Remove extensions supportXan Lopez2012-10-081-1/+0
| | | | | | | This removes the old style extension support, you can read the rationale in the bug report. https://bugzilla.gnome.org/show_bug.cgi?id=685630
* Remove the 'disable-menubar' optionXan Lopez2012-03-301-1/+0
| | | | Since we don't have one anymore.
* Remove 'show-boomkarks-bar' optionXan Lopez2012-03-301-1/+0
| | | | Since we don't have one anymore.
* Don't list deprecated gsettings keys in the .convertSébastien Bacher2012-03-081-2/+0
|
* epiphany.convert: Fix cache-size schema locationYanko Kaneti2010-12-151-1/+1
| | | | | | Bug #634969 Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
* Always enable Web InspectorXan Lopez2010-10-241-1/+0
| | | | | I don't think it makes any sense to make this optional, much less to have a UI preference for it.
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-0/+56
Adds our own schemas, a migration file and removes old gconf API and files. Bug #624485