~gnome3-team/epiphany-browser/+git/master:mcatanzaro/password-manager

Last commit made on 2023-01-22
Get this branch:
git clone -b mcatanzaro/password-manager https://git.launchpad.net/~gnome3-team/epiphany-browser/+git/master

Branch merges

Branch information

Name:
mcatanzaro/password-manager
Repository:
lp:~gnome3-team/epiphany-browser/+git/master

Recent commits

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

Password manager should autofill forms more aggressively

Currently the password manager will only fill passwords if the origin,
form target origin, username, name of username element, and name of
password element all match what is stored in the keyring. In practice,
this is just too strict because some websites do weird stuff with their
forms. Changing the form before submission might seem weird, but it's
tame compared to other weird stuff websites do with their forms.

4d70e20... by Michael Catanzaro <email address hidden>

Update for removal of WebKitGTK sandbox API

The sandbox is now mandatory.

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

467fa6e... by Ekaterine Papava <email address hidden>

Update Georgian translation

daf2783... by sunflowerskater <email address hidden>

history-dialog: Reduce window size

History window height is unnecessary big, a problem that also existed in the Preferences dialog (https://gitlab.gnome.org/GNOME/epiphany/-/issues/1705)

This commit makes the History window to have the same height used in the Preferences dialog.

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

32c5da1... by Sabri Ünal

Update Turkish translation

feba76d... by Aleksandr Melman <email address hidden>

Update Russian translation

4bf4d75... by Fabio Tomat <email address hidden>

Update Friulian translation

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

file-dialog-utils: remove ephy_file_dialog_add_shortcuts()

The underlying API was just removed in gtk!5396, so we have to stop
using it. This is fine, though, because all it does is add the downloads
folder to the file chooser sidebar, which is redundant because XDG
directories are already there by default for a decade or so now. So this
code is not useful and can disappear.

Thanks to Alexander for telling me exactly what to do here.

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

0044f55... by Michael Catanzaro <email address hidden>

Require GTK 4.9.2

We can't build against 4.9.1 due to the GtkFileDialog API changes.

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

756f369... by Michael Catanzaro <email address hidden>

Prepare 44.alpha