| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Now you can set G_MESSAGES_DEBUG=epiphany to see only Epiphany-specific
logs. Yay!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It isn't clear whether the API/ABI of libportal are entirely stable yet
(https://github.com/flatpak/libportal/issues/33) so it is not necessarily
appropriate for longer-term-supported OS distributions to include it.
When building a version of epiphany for a distribution package, which is
only intended to be packaged in a format other than as a Flatpak app,
libportal isn't necessary anyway.
libportal is also Linux-specific, so non-Linux OSs will likely want to
disable it (even if it might compile successfully).
Signed-off-by: Simon McVittie <smcv@debian.org>
|
|
|
|
|
| |
In case we cannot provide a gsb api key, we should disable the service entirely and
hide the config option in preferences window.
|
|
|
|
|
|
| |
Move gsb_api_key to meson_options.txt so we can provide the necessary support within flatpak, but can disable it for the rest.
Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/682
|
| |
|
|
|
|
| |
../meson.build:61:5: ERROR: String 'alpha' cannot be converted to int
|
|
|
|
| |
Let's depend on a stable version.
|
|
|
|
| |
RIP even/odd versioning. Long live GNOME 3!
|
| |
|
| |
|
| |
|
|
|
|
| |
The API is now stable.
|
| |
|
|
|
|
|
|
| |
libportal is now a fixed dependency for Epiphany.
Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/948
|
|
|
|
|
|
|
| |
Use new WebKit API to disable the internal credential storage and use
our own.
Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/719
|
|
|
|
| |
Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/813
|
| |
|
|
|
|
| |
Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/311
|
|
|
|
|
|
| |
hdy_init() has been introduced back to solve many corner cases, but this
time it must be called soon after gtk_init(), e.g. during the
GApplication::startup callback, and it doesn't need the arguments.
|
|
|
|
|
|
|
|
| |
* Increase BATCH_SIZE in respect to new SQLITE_MAX_VARIABLE_NUMBER value
* Switch to WAF journal mode, set synchronous to NORMAL and set cache
size
Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/790
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This reverts commit 83040372c8e6dfb3d3d47959f8c295bf71335993.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
This reverts commit ec7b23332b75612c88a4914ffd9019aa16be8e47.
|
|
|
|
|
|
|
| |
HdyDialog was removed, so revert to GtkDialog for now.
Normalize the remove button in passwords dialog and use a proper action
row there.
|
| |
|
|
|
|
| |
Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1168
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
WebKitGTK 2.27.3 would crash when performing DNS prefetch with PSON
enabled.
|
| |
|
|
|
| |
This reverts commit c90c1230efc13b0f2d905d176bde8c87ce7b5de0
|
|
|
|
| |
New libhandy API! Time for needless build breakage!
|
|
|
|
|
|
| |
Add secondary icons for bookmarks: Fixes https://gitlab.gnome.org/GNOME/epiphany/issues/895
Add secondary icon for jump-to-tab: Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/861
|
| |
|
| |
|
|
|
|
| |
It simplifies the code a lot and it's also a lot more efficient.
|
|
|
|
|
| |
libhandy has been around for a while now, so we shouldn't need to bundle
it anymore.
|
| |
|
|
|
|
|
|
| |
This switches from using the D-Bus based libsecret API to the simple
API that doesn't impose the particular backend implementation. That
would make it easier to migrate to the local storage in the future.
|
| |
|
|
|
|
|
| |
It doesn't work due to https://github.com/mesonbuild/meson/issues/5790
so stop pretending that it does.
|
|
|
|
| |
For "selectively enable/disable adblock filters"
|
| |
|
| |
|
| |
|
| |
|