~gnome3-team/epiphany-browser/+git/master:mcatanzaro/#1897

Last commit made on 2022-11-04
Get this branch:
git clone -b mcatanzaro/#1897 https://git.launchpad.net/~gnome3-team/epiphany-browser/+git/master

Branch merges

Branch information

Name:
mcatanzaro/#1897
Repository:
lp:~gnome3-team/epiphany-browser/+git/master

Recent commits

cd41888... by Michael Catanzaro <email address hidden>

window-commands: fix critical when opening about dialog

GLib-GObject-CRITICAL **: 17:38:04.419: ../gobject/gsignal.c:2620: signal 'response' is invalid for instance '0x5575a6def290' of type 'GtkAboutDialog'

Fixes #1897

Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1215>

2b9f5f7... by Kjartan Maraas

Update Norwegian Bokmål translation

(cherry picked from commit c0986cb8b0969bdbaafca2dbd8175bc58a1d0522)

fe439cb... by Lukáš Tyrychtr

Remove unreachable libsoup code

Fixes #1892.

Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1211>

680e148... by Alexander Mikhaylenko <email address hidden>

location-entry: Scroll suggestions to the top when showing

Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1209>

d7b031b... by Michael Catanzaro <email address hidden>

Avoid -Wnonnull warning from scan-build CI

Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1212>

adb55e2... by Nathan Follens <email address hidden>

Update Dutch translation

7fe1ca9... by Aleksandr Melman <email address hidden>

Update Russian translation

2340606... by Michael Catanzaro <email address hidden>

Revert "embed: do not download subresources that can't be handled by the web view"

This reverts commit 65855630c6ce9b7383d6c27a8c3716249c199112.

Fixes #1888

30f9fdd... by Piotr Drąg

Update POTFILES.in

6585563... by Carlos Garcia Campos <email address hidden>

embed: do not download subresources that can't be handled by the web view

Only the main resource should be converted to download, for any other
cases let WebKit decide.