summaryrefslogtreecommitdiff
path: root/org.gnome.Epiphany.json
Commit message (Collapse)AuthorAgeFilesLines
* flatpak: add elementary stylesheet and icon modulesJordan Petridis2020-11-261-0/+69
| | | | | | Needed so we can use the correct assets when running under Pantheon and to make it easier to test Pantheon related specific changes.
* flatpak: Stop building libhandywip/exalm/libhandyAlexander Mikhaylenko2020-10-131-17/+0
| | | | It's in the sdk now.
* Add flatpak open directory download actions using libportalJan-Michael Brummer2020-07-251-0/+13
| | | | | | libportal is now a fixed dependency for Epiphany. Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/948
* Port to libhandy masterAlexander Mikhaylenko2020-06-051-2/+1
| | | | | | | | | HdyDialog was removed, so revert to GtkDialog for now. Normalize the remove button in passwords dialog and use a proper action row there. This reverts commit 5a9e76f676dd4ea98841ac5f1348f146f00d034f.
* Revert "Port to libhandy master"Michael Catanzaro2020-06-031-1/+2
| | | | This reverts commit 83040372c8e6dfb3d3d47959f8c295bf71335993.
* Port to libhandy masterAlexander Mikhaylenko2020-06-031-2/+1
| | | | | | | | | HdyDialog was removed, so revert to GtkDialog for now. Normalize the remove button in passwords dialog and use a proper action row there. This reverts commit 5a9e76f676dd4ea98841ac5f1348f146f00d034f.
* Revert "Port to libhandy master"Michael Catanzaro2020-05-261-1/+2
| | | | This reverts commit ec7b23332b75612c88a4914ffd9019aa16be8e47.
* Port to libhandy masterAlexander Mikhaylenko2020-05-251-2/+1
| | | | | | | HdyDialog was removed, so revert to GtkDialog for now. Normalize the remove button in passwords dialog and use a proper action row there.
* flatpak: Update libhandy repo urlAlexander Mikhaylenko2020-05-221-1/+1
| | | | It happened.
* Revert "flatpak: grant access to CUPS socket"Michael Catanzaro2020-05-141-1/+0
| | | This reverts commit 9f163ade271e9ffb98aa6010c22acaedf584e0ad
* flatpak: grant access to CUPS socketMichael Catanzaro2020-05-111-0/+1
| | | | | Apparently this is a thing we can do, until I have time to make it use the printing portal.
* Flatpak: remove unneeded x11Bilal Elmoussaoui2020-05-081-1/+0
| | | The manifest already makes use of fallback-x11
* Directly handle all notificationsJan-Michael Brummer2020-05-081-2/+1
| | | | | | | Transfer notification handling from webkit to Epiphany thus enabling jump to tab/window on notification click. Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1180
* Remove secrets permission from flatpak manifestJan-Michael Brummer2020-04-281-2/+1
| | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1009
* Follow libhandy-0-0Michael Catanzaro2020-01-221-1/+2
|
* Try #2 at kerberos support, flatpak does not like symlinks hereMichael Catanzaro2019-09-181-1/+1
|
* Try enabling flatpak access to kerberosMichael Catanzaro2019-09-181-0/+1
| | | | | This is a hack and we don't know if it will work or not... let's find out!
* Revert "Try reenabling MP4 playback in Tech Preview"Michael Catanzaro2019-09-101-7/+0
| | | | | | This reverts commit 6efe57ae505ad08b22728a97859658a4ea1db471. We will not support HTML5 video for the time being.
* Revert "Track 19.08 extension"Michael Catanzaro2019-09-101-1/+1
| | | | This reverts commit 3e2afef56b9a694acfb521e09c6615ec2bf4ddfa.
* Track 19.08 extensionMichael Catanzaro2019-09-101-1/+1
|
* Try reenabling MP4 playback in Tech PreviewMichael Catanzaro2019-09-091-0/+7
|
* Give up on settings migrationMichael Catanzaro2019-07-241-1/+0
| | | | | | This doesn't work because the gsettings path /org/gnome/epiphany doesn't match our app ID, org.gnome.Epiphany.Devel. We will just not have any settings migration. Oh well.
* flatpak: remove unneeded builddir linesMichael Catanzaro2019-07-161-4/+1
| | | | This doesn't do anything for meson projects.
* flatpak: Remove unnecessary cleanupsMichael Catanzaro2019-07-161-11/+0
| | | | | | | We're not autotools, so no need to remove libtool files. And we shouldn't be installing library stuff, so no need to remove library stuff.
* flatpak: Block access to XWayland socket under WaylandMichael Catanzaro2019-07-161-0/+1
|
* flatpak: alphabetize the finish-argsMichael Catanzaro2019-07-161-7/+6
|
* flatpak: Fix DConf settings migrationPatrick Griffis2019-07-131-5/+3
|
* Enable co-existing of Epiphany Tech Preview with stable versionJan-Michael Brummer2019-03-171-2/+3
| | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/20
* flatpak: Move manifest back to toplevel directoryMichael Catanzaro2019-02-021-0/+84
| | | | | There are no longer any other files, so no need for a directory to itself.
* Move flatpak files into the directoryYi-Soo An2018-12-051-98/+0
| | | | flatpak directory is used to keep the top level directory clean.
* Add libdazzle test fix to investigate dazzle location entry bugJan-Michael Brummer2018-12-041-1/+5
|
* flatpak: Add libhandyAdrien Plazas2018-11-291-0/+17
| | | | This is needed as it is going to be used in the following commits.
* flatpak: enable libdazzle debuggingMichael Catanzaro2018-10-191-1/+2
| | | | | We are trying to debug some issues with DzlSuggestionEntry. This should help.
* Revert "Convert flatpak manifest to yaml"Michael Catanzaro2018-07-221-0/+76
| | | | | | | | This reverts commit e498ee9674475f47409dd9a3398736ff0fc44bd9. Builder is not ready for yaml yet. Switch back to JSON, preserving the other changes that have occurred in this file since we switched to YAML. Fixes #63.
* Convert flatpak manifest to yamlMichael Catanzaro2018-05-211-75/+0
|
* Allow Builder to reformat the flatpak-builder manifestMichael Catanzaro2018-05-211-45/+52
|
* Use new repo location for libdazzleMichael Catanzaro2018-05-011-1/+1
|
* Bundle libdazzle in flatpak manifestMichael Catanzaro2018-04-301-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=783912
* flatpak: Don't delete the search providerMichael Catanzaro2018-03-291-1/+0
|
* Drop gnome-desktop dependency by copying thumbnail factory bitsMichael Catanzaro2018-01-081-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | gnome-desktop is not supposed to be used by applications, that's why it's not in the runtime. And we have an Epiphany-specific security problem in the thumbnailer, which we cannot otherwise fix without adding new gnome-desktop API that would only be useful for Epiphany. The thumbnail factory is a lot of code, and we only need a small bit of it. In particular, get rid of the thumbnail mtime tracking code, which is unnecessary now that we control the thumbnailing code. For the past couple of years, it has only been used to convince the thumbnail factory to not discard our requests for thumbnails. Also, save the snapshots under ~/.cache/epiphany, so that we can delete them. Right now, we store undeletable snapshots of all the websites you view, which don't go away when clearing history (except, fortunately, in incognito mode). Now we can fix that. This commit also contains a minor memory leak fix, for good measure. https://bugzilla.gnome.org/show_bug.cgi?id=778578
* flatpak: Experiment with the desktop file's nameMichael Catanzaro2017-12-171-1/+1
|
* Revert "flatpak: Speculative attempt to fix suspend inhibitor"Michael Catanzaro2017-11-271-3/+1
| | | | | | | | This reverts commit 6f7b8edb12fd25431b01047fac1a73dda86b933a. This won't work. WebKit is using org.freedesktop.ScreenSaver instead. I'll try to fix this is WebKit.
* flatpak: Speculative attempt to fix suspend inhibitorMichael Catanzaro2017-11-271-1/+3
| | | | | We don't currently inhibit suspend when playing video, but we do when fullscreen. That seems to be broken in flatpak. Try to fix it.
* flatpak: Disable shallow clonesMichael Catanzaro2017-11-231-1/+2
| | | | | I didn't know about this. It should allow us to use 'git describe' during the build on the SDK master. Yay!
* Stop using DzlSuggestionEntry for nowMichael Catanzaro2017-11-221-12/+0
| | | | | | | | | | | It's very promising, but not ready for the master branch yet... poor Carlos Garcia has been suffering this whole time, because I was not using it regularly and did not realize how many problems it had. It's a great widget and a great library, and we should definitely aim to bring it back ASAP. But let's not break master in the meantime. https://bugzilla.gnome.org/show_bug.cgi?id=790732
* Add Epiphany Tech Preview brandingMichael Catanzaro2017-11-151-0/+1
| | | | | And use git describe to compute the version, so I can tell which commit I'm using.
* flatpak: Respect XDG_DOWNLOAD_DIRMichael Catanzaro2017-11-141-1/+1
|
* flatpak: Attempt to grant access to the downloads directoryMichael Catanzaro2017-11-141-1/+3
| | | | Hard to know if this will work...
* flatpak: Allow access to gnome-keyringMichael Catanzaro2017-10-041-1/+3
|
* flatpak: stop building avahiMichael Catanzaro2017-10-021-32/+0
|