- 19 Apr, 2021 1 commit
-
-
Tim Sabsch authored
(cherry picked from commit f2e60555)
-
- 11 Apr, 2021 2 commits
-
-
Michael Catanzaro authored
The problem is the strings returned by get_firefox_profiles() are freed with g_free(), which is correct, but we are actually returning pointers into the middle of the allocated region, rather than pointers to the start of the string. Truncating a string using pointer arithmetic is a nice trick for unowned strings, but for owned strings it doesn't work. https://bugzilla.redhat.com/show_bug.cgi?id=1946648
-
Мирослав Николић authored
(cherry picked from commit d4cbd1c5)
-
- 08 Apr, 2021 2 commits
-
-
Yuri Chornoivan authored
-
Yuri Chornoivan authored
-
- 05 Apr, 2021 19 commits
-
-
Michael Catanzaro authored
Oops, we don't want to ignore changes to pdfjs/build.
-
Michael Catanzaro authored
It's buried under Import and Export currently, and at least one user has reported a bug suspecting that the feature was lost entirely. Let's make it more visible. Fixes #1470
-
Jan-Michael Brummer authored
-
Jan-Michael Brummer authored
Use markdown file to highlight the sections better for readability.
-
Jan-Michael Brummer authored
AS this currently does not work, hide it by default.
-
Michael Catanzaro authored
-
Michael Catanzaro authored
This removes all Epiphany customizations, so it will not actually work. Epiphany customizations will be reapplied in the next commit.
-
Michael Catanzaro authored
Apparently, when running under X11 it is possible to tell GTK to restore particular windows on particular workspaces. That's cute, but I don't like X11-specific code, and it's gone in GTK 4. We'll have to remove this in the future no matter what, so might as well get rid of it now.
-
Michael Catanzaro authored
There is no need to bother creating the SaveData object in this case.
-
Michael Catanzaro authored
This is not strictly needed, because currently EphyShell holds a reference to the EphySession, and we guarantee it stays alive by calling g_application_hold(). But let's be robust here in case that ever changes.
-
Michael Catanzaro authored
It's a timeout, not an idle callback. Also, add a comment to explain why the timeout should not be removed. Also, let's avoid calling the timeout's callback directly.
-
Michael Catanzaro authored
This cancellable is never cancelled anywhere, so get rid of it. We don't want to allow cancelling the session save anyway. And it's also leaked, which is sad.
-
Michael Catanzaro authored
-
Sabri Ünal authored
-
Alexander Mikhaylenko authored
-
Alexander Mikhaylenko authored
These keys are useful for webpages, we shouldn't override them. Restore the 3.38 behavior here. Fixes #1482
-
Alexander Mikhaylenko authored
Don't override vfunc here, this way it's simpler and works better with HdyTabView:shortcut-widget.
-
Jan-Michael Brummer authored
Recent switch to GtkFileChooserNative broke button layout. Adding an extension was Cancel button. Swap it.
-
Alexander Mikhaylenko authored
Since we show tabs now, the button should be visible too.
-
- 04 Apr, 2021 4 commits
-
-
Michael Catanzaro authored
See #1435 for discussion of why we can't do this with older WebKit.
-
Michael Catanzaro authored
In the rest of our UI, we are careful to always brand the browser as "Web." But that doesn't work very well here, since it's easy for users to become confused as to the different between Web, Firefox, and the web. Mozilla has very few requirements for use of the Firefox Sync service other than to avoid confusing users, so let's err on the side of caution and really spell out that we are GNOME Web here. We might want to consider doing this elsewhere in the user interface as well, but this particular use is more confusing than all others, so I think this will suffice for now.
-
Michael Catanzaro authored
We use json_object_get_*_member_with_default functions from json-glib 1.6. Fixes #1489
-
Michael Catanzaro authored
XML files should be opened in a text editor, not a web browser. Regardless of how Firefox and Chrome behave, it just doesn't make sense for Epiphany to handle these. Of course XHTML remains supported. Fixes #1487
-
- 03 Apr, 2021 1 commit
-
-
Jan-Michael Brummer authored
Fixes: #1480
-
- 02 Apr, 2021 2 commits
-
-
Zander Brown authored
-
pesder authored
-
- 01 Apr, 2021 1 commit
-
-
Nathan Follens authored
-
- 30 Mar, 2021 1 commit
-
-
Hugo Carvalho authored
-
- 29 Mar, 2021 2 commits
-
-
Yaron Shahrabani authored
-
Yosef Or Boczko authored
-
- 28 Mar, 2021 2 commits
-
-
Yosef Or Boczko authored
-
Janvitus authored
-
- 27 Mar, 2021 3 commits
-
-
Rafael Fontenelle authored
-
Rafael Fontenelle authored
-
Piotr Drąg authored
-