- Oct 25, 2022
-
-
Michael Catanzaro authored
This reverts commit 6dd1d930.
-
- Oct 19, 2022
-
-
Carlos Garcia Campos authored
Only the main resource should be converted to download, for any other cases let WebKit decide.
-
- Oct 12, 2022
-
-
Gianvito Cavasoli authored
-
- Oct 03, 2022
-
-
Мирослав Николић authored
-
- Sep 29, 2022
-
-
Nart Tlisha authored
-
Guillaume Bernard authored
-
- Sep 25, 2022
-
-
Fabio Tomat authored
-
- Sep 19, 2022
-
-
Bruce Cowan authored
-
- Sep 18, 2022
-
-
Jürgen Benvenuti authored
(cherry picked from commit a311325869170b19b5fb6103260374d0f18f60ae)
-
Baurzhan Muftakhidinov authored
-
- Sep 17, 2022
-
-
Michael Catanzaro authored
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1193>
-
Michael Catanzaro authored
g_clear_handler_id() is good, and g_cancellable_cancel() is NULL-safe. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1193>
-
Michael Catanzaro authored
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1193>
-
Charles Monzat authored
(cherry picked from commit 07daea394c3a39a38b90d02e4860c0bb2e80fa5a)
-
Sabri Ünal authored
-
- Sep 15, 2022
-
-
Michael Catanzaro authored
-
ChangSeok Oh authored
-
- Sep 13, 2022
-
-
Marek Černocký authored
-
- Sep 12, 2022
-
-
Alexander Shopov authored
-
- Sep 11, 2022
-
-
Rūdolfs Mazurs authored
-
- Sep 10, 2022
-
-
Andre Klapper authored
-
- Sep 09, 2022
-
-
Matej Urbančič authored
-
- Sep 08, 2022
-
-
Enrico Nicoletto authored
-
- Sep 07, 2022
-
-
Марко Костић (Marko Kostić) authored
-
- Sep 06, 2022
-
-
Anders Jonsson authored
-
- Sep 03, 2022
-
-
Vika Leimane authored
-
Freddy Cheng authored
-
- Sep 02, 2022
-
-
Jürgen Benvenuti authored
-
Alan Mortensen authored
-
- Sep 01, 2022
-
-
Emin Tufan Çetin authored
-
Michael Catanzaro authored
-
- Aug 31, 2022
-
-
Michael Catanzaro authored
When starting Epiphany, we load an empty HTML document in all tabs except the currently-presented tab in order to start quickly and avoid excess memory usage. The real document is loaded later when the user clicks on the tab for the first time after starting the browser. But there's a problem with this strategy: if the user never clicks on the tab, then the placeholder document is still there when we quit, and we accidentally save the *placeholder* into the session state instead of the real state of the tab that was restored from the previous session. The most obvious impact of this is you lose the contents of the back/forward list. This fixes the issue by ensuring we check to see if delayed session state is available when saving the session. If so, the web view is displaying a placeholder document and we want to save the delayed state, not the placeholder state. Fixes #1622 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1191>
-
- Aug 30, 2022
-
-
Patrick Griffis authored
ephy_web_extension_manifest_get_localized_string() will now never return NULL. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1189>
-
Alexander Mikhaylenko authored
We already do it in ephy_window_close_tab(). Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1188>
-
Alexander Mikhaylenko authored
We never set it to anything but null, but also clear weak pointer. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1188>
-
Alexander Mikhaylenko authored
The latter has a way to get EphyTabView from it; if EphyTabView is disposed first, we get a use-after-free. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1188>
-
Leônidas Araújo authored
-
- Aug 29, 2022
-
-
Balázs Úr authored
-
- Aug 27, 2022
-
-
Jordi Mas authored
-
- Aug 25, 2022
-
-
Andre Klapper authored
-