commit ce178751b9f04f294fdee745b39f6a55c8251710 Author: Michael Catanzaro Date: Sun Sep 3 11:33:25 2017 -0500 Prepare 3.24.4 NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) commit 1515d94ffe7b7b00dba4b2969a6897038c1499f6 Author: Michael Catanzaro Date: Fri Sep 1 08:54:40 2017 -0500 permissions-manager: Fix leak in error path lib/ephy-permissions-manager.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) commit 7aef778b3764fbd27cd230402a1b0d5df73ac0ae Author: Michael Catanzaro Date: Wed Aug 30 20:51:23 2017 -0500 Adblocker must not block main resource during redirects Our logic to avoid blocking the main resource doesn't work during redirects. Also, move the GSettings check inside our helper function. https://bugzilla.gnome.org/show_bug.cgi?id=787011 embed/web-extension/ephy-web-extension.c | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) commit d399385548fa8909442622f849bb5013ddb3f683 Author: Michael Catanzaro Date: Tue Aug 29 20:37:18 2017 -0500 location-controller: Fix no-show URIs displaying on Escape src/ephy-location-controller.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 1ffd801cf147a0d89ffa49be5d09750b9e6d4296 Author: Stas Solovey Date: Thu Aug 24 22:29:01 2017 +0000 Update Russian translation po/ru.po | 6332 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 3166 insertions(+), 3166 deletions(-) commit e4e7de5b06c98b796f4b9abbfeb004cbe25c25fd Author: Gabriel Ivascu Date: Thu Aug 24 11:57:40 2017 +0300 Fix leaks of GtkContainer children list lib/widgets/ephy-location-entry.c | 2 ++ src/bookmarks/ephy-bookmarks-popover.c | 11 +++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) commit 49ebf910af6280647ffb6806efc61b0e50242c69 Author: Gabriel Ivașcu Date: Wed Aug 23 23:17:31 2017 +0300 bookmarks-popover: Don't snapshot URLs when creating new bookmark rows https://bugzilla.gnome.org/show_bug.cgi?id=780549 src/bookmarks/ephy-bookmark-row.c | 8 +++ src/bookmarks/ephy-bookmark-row.h | 6 +- src/bookmarks/ephy-bookmarks-popover.c | 107 ++++++++++++--------------------- 3 files changed, 49 insertions(+), 72 deletions(-) commit 4a9588f5812c7e5cd56fde2844fa29a4e33304fb Author: Michael Catanzaro Date: Mon Aug 14 10:30:29 2017 -0500 embed-shell: Fix protection against recursive launching It needs to use the new desktop file name. I don't think g_application_get_id() is the best way to handle this. Best just hardcode the desktop file name. embed/ephy-embed-shell.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) commit 27b9f188058cf90552813a37327be0a5f884d29b Author: Dimitrios Christidis Date: Tue Aug 8 15:37:31 2017 +0200 ephy-window: Disable Alt+Home shortcut for web apps https://bugzilla.gnome.org/show_bug.cgi?id=785996 src/ephy-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 5fc96898e35d4c430b1eab2b82a02db318e5f5f8 Author: Matej Urbančič Date: Wed Aug 9 22:09:01 2017 +0200 Updated Slovenian translation po/sl.po | 109 ++++++++++++++++----------------------------------------------- 1 file changed, 27 insertions(+), 82 deletions(-) commit b7e8c2ab1059481635e7dce718e31db50d9bf715 Author: Jiri Grönroos Date: Thu Aug 3 09:34:42 2017 +0000 Update Finnish translation po/fi.po | 333 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 165 insertions(+), 168 deletions(-) commit 58502355d87ea2094dbc55dd9bd536dd91c9ff45 Author: Matej Urbančič Date: Fri Jul 28 13:59:08 2017 +0200 Updated Slovenian translation po/sl.po | 4206 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 2564 insertions(+), 1642 deletions(-) commit ba5f31b57ef6bcdcfc23c94f4218d7f044d9ddc7 Author: Jordi Mas Date: Thu Jul 27 07:01:43 2017 +0200 Update Catalan translation po/ca.po | 57 +++++++++++++++++++++++++++------------------------------ 1 file changed, 27 insertions(+), 30 deletions(-) commit aea6232c3c90e6cb0aff71f4adca50775459faa3 Author: Michael Catanzaro Date: Mon Jul 24 15:50:14 2017 -0500 window: Pass address from embed to security popover It's wrong to try to use the address from the title widget here, because the user could edit it to say whatever he wants, and it will crash if there is no text in the location entry. Instead, get the address from the web view. https://bugzilla.gnome.org/show_bug.cgi?id=785338 src/ephy-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)