commit 59a3fb3de2a49d65e687abb00de8da9a1bebbfbe Author: Michael Catanzaro Date: Mon Mar 14 18:21:57 2016 -0500 Prepare 3.18.5 NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) commit 6e20d918bc66a78f8cb3a3a7ec5b77ab6374fe83 Author: Michael Catanzaro Date: Fri Feb 26 22:06:42 2016 -0600 web-view: Never request snapshots when favicon is received It's too soon, it results in us getting completely white snapshots out of the snapshot service. This is hardly a "fix" I am proud of, but it works reliably, at least on my machine. https://bugzilla.gnome.org/show_bug.cgi?id=761065 embed/ephy-web-view.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) commit 9d1adc8540af3ba8a6d70f4ab555a296b79796a3 Author: Michael Catanzaro Date: Sat Feb 27 12:50:11 2016 -0600 download: Browse to file if it cannot be opened Instead of failing silently in response to the user's attempts to open a download. https://bugzilla.gnome.org/show_bug.cgi?id=610586 embed/ephy-download.c | 2 ++ 1 file changed, 2 insertions(+) commit 38c5f57e237162c96b321b222fe76d32920526c5 Author: Cédric Valmary Date: Thu Mar 3 20:19:12 2016 +0000 Updated Occitan translation po/oc.po | 4364 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 2032 insertions(+), 2332 deletions(-) commit 8ea4d95748073e8cff6b3cab14492e2469ab9db1 Author: Michael Catanzaro Date: Thu Feb 25 21:35:15 2016 -0600 title-box: Do not propagate button press events in title mode This is a speculative fix for the problem where clicking at just the right spot in the header bar opens the security popover via the security indicator in the hidden location entry. I haven't found any good way to reproduce this problem, unfortunately, but it happens regularly and I think there's a good chance this will fix it. This works because there's nothing inside the title box that users should be allowed to click on when in title mode, except for the security indicator, which is handled in this very function. https://bugzilla.gnome.org/show_bug.cgi?id=744307 src/ephy-title-box.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit 0350129b4ceb157e89e0af983ead96fc1c80c219 Author: Gabriel Ivascu Date: Wed Feb 24 01:22:49 2016 +0200 Focus the new tab when opening a page from history https://bugzilla.gnome.org/show_bug.cgi?id=762381 src/ephy-history-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 7d60c90f3b5f1587e2db86fbea037081c47e0516 Author: Carlos Garcia Campos Date: Mon Feb 22 11:44:42 2016 +0100 ephy-session: Save the pending API request URL if EphyWebView address is about:blank EphyWebView address is NULL (returned as about:blank) between the load_url() and the WEBKIT_LOAD_STARTED event, but WebKitWebView knows the pending API request URL. So use that to prevent losing the URL if the browser is closed before the WEBKIT_LOAD_STARTED event. This usually happens when the UI process crashes early, right after the session is loaded but before restored pages have started loading. https://bugzilla.gnome.org/show_bug.cgi?id=747860 src/ephy-session.c | 7 +++++++ 1 file changed, 7 insertions(+) commit ee9686b35c2347997b0a2cae53549a7332f7c5bf Author: Michael Catanzaro Date: Mon Feb 22 09:39:45 2016 -0600 Fix build embed/ephy-embed.c | 1 + 1 file changed, 1 insertion(+) commit 44a7e6f32d9a5884105490ee907666158eec35a3 Author: Michael Catanzaro Date: Sat Feb 20 13:29:20 2016 -0600 embed: set title properly when empty Otherwise notebook tabs' labels don't get updated when navigating to a page without a title (e.g. a text file). The problem here is we were checking for NULL titles, but not for zero-length titles. embed/ephy-embed.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)