commit b76a6f44d1086cdb200a60e8f5e0d2040ea5c4d1 Author: Claudio Saavedra Date: Wed Sep 17 17:45:32 2014 +0300 [release] 3.13.91 NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) commit d6b767b7745c886c80ed82c5250ba1c11d2e8179 Author: Michael Catanzaro Date: Sun Sep 7 09:59:15 2014 -0500 Fix partially-typed address appearing in subtitle Now that the EphyLocationController manages the address of the EphyTitleBox in addition to the EphyLocationEntry, it's no longer safe to update its address when the address of the location entry changes, since we want the title box to display the address of the current page, not whatever the user has typed into the location entry. This is easy to fix by simply not updating the location controller's address with the location entry's address. https://bugzilla.gnome.org/show_bug.cgi?id=732713 src/ephy-location-controller.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) commit 9c27a268226e44dd338020c1e6f4f3dda66e5f19 Author: Carlos Garcia Campos Date: Wed Sep 17 15:02:54 2014 +0200 ephy-web-view: Update the navigation flags only when the bf list changes Instead of doing it manually. embed/ephy-web-view.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) commit b40c2172a6663619d9ecf216d5e0ed4556c1cac0 Author: Benjamin Steinwender Date: Tue Sep 16 22:38:33 2014 +0000 Updated German translation po/de.po | 616 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 376 insertions(+), 240 deletions(-) commit dd0cd1ebc07c61ef35566295602af6dff58ebb53 Author: Kenneth Nielsen Date: Tue Sep 16 20:21:07 2014 +0200 Updated Danish translation po/da.po | 511 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 354 insertions(+), 157 deletions(-) commit 6edc2373f3314d15c249396ce7ff1af85fe03ca3 Author: Dušan Kazik Date: Tue Sep 16 06:52:16 2014 +0000 Updated Slovak translation po/sk.po | 1869 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 987 insertions(+), 882 deletions(-) commit 0fabc7207087808e331f1d7e93f04279954c5ddd Author: Balázs Úr Date: Sun Sep 14 19:18:58 2014 +0000 Updated Hungarian translation po/hu.po | 612 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 426 insertions(+), 186 deletions(-) commit 3dbfc59ae62a583c2f57449a679f5c2791b4febb Author: Paweł Żołnowski Date: Sun Sep 14 15:46:29 2014 +0200 Updated Polish translation po/pl.po | 489 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 343 insertions(+), 146 deletions(-) commit 09b7ecd9292cc432af80a50493554339b5f71af7 Author: Carles Ferrando Date: Fri Sep 12 23:36:08 2014 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 714 ++++++++++++++++++++++++++---------------------------- 1 file changed, 347 insertions(+), 367 deletions(-) commit 0e70e653319d4c1a1df346d1176e800fd9a9b146 Author: Gil Forcada Date: Fri Sep 12 23:36:02 2014 +0200 [l10n] Update Catalan translation po/ca.po | 717 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 349 insertions(+), 368 deletions(-) commit faaa23cb8956336fcd16258fd74ab9f69c01e438 Author: Michael Catanzaro Date: Thu Sep 11 16:05:08 2014 -0500 search provider: open result in default browser https://bugzilla.gnome.org/show_bug.cgi?id=720245 src/ephy-search-provider.c | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) commit da2cb027b8ed22fce148605418caf606e95390ea Author: Michael Catanzaro Date: Thu Sep 11 18:49:22 2014 -0500 search-provider: tweak default timeout As recommended by Giovanni in bug #736449 src/ephy-search-provider.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2b1d6d699e4394393da009a6f0e58f58fc6501e2 Author: Michael Catanzaro Date: Wed Sep 10 22:01:35 2014 -0500 search-provider: don't live forever Search providers are supposed to quit after running for a few seconds. https://bugzilla.gnome.org/show_bug.cgi?id=735912 src/ephy-search-provider.c | 4 ++++ 1 file changed, 4 insertions(+) commit e7521ae78d17442cdab2c4b820edc3218bd5f636 Author: Michael Catanzaro Date: Wed Sep 10 21:04:43 2014 -0500 ephy-history-service: do not open a transaction in read-only mode https://bugzilla.gnome.org/show_bug.cgi?id=735912 lib/history/ephy-history-service.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit 8d13ed7517ff5d9639c61c2b804c8ea59d815ed6 Author: Bastien Nocera Date: Thu Sep 11 00:24:13 2014 +0200 ephy-web-view: Fix potential crashers The "form-auth-data-save-requested" signal was not properly disconnected as the g_signal_handlers_disconnect_by_func() was using the wrong object. The "allow-tls-certificate" signal was not disconnected at all. The "notify::favicon" was needlessly disconnected (it will be disconnected when the web view disappears). And the "cleared" signal for the history service was never disconnected. g_signal_connect_object() should ensure that all the signals we connect to that have the web view as data are disconnected when the web view is destroyed. https://bugzilla.gnome.org/show_bug.cgi?id=735706 embed/ephy-web-view.c | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) commit d5e3f0b6dceaf22d03cc13ef633a93317100be6b Author: Bastien Nocera Date: Thu Aug 7 22:09:00 2014 +0200 ephy-uri-helpers: Small fixes in tracking removal code https://bugzilla.gnome.org/show_bug.cgi?id=734453 lib/ephy-uri-helpers.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 1cbf46caf2a8339731bcd20ff76f2fb1cb7eb90b Author: Robert Roth Date: Fri May 2 13:23:22 2014 +0300 Update sensitivity for move tab to left/right based on position. https://bugzilla.gnome.org/show_bug.cgi?id=708524 Disable move to left action for the first tab and disable move to right action for the last tab. src/ephy-window.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) commit 725bde5fbbe6049da5f81d06643c0bb40cef5398 Author: Aurimas Černius Date: Wed Sep 10 19:19:51 2014 +0300 Updated Lithuanian translation po/lt.po | 260 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 174 insertions(+), 86 deletions(-) commit 55a94682cd46ad3d4c24e9cc1565009e56f619e1 Author: Michael Catanzaro Date: Tue Sep 9 10:29:51 2014 -0500 Rename new window action This needs to be named "new-window" and not "new" if we want GNOME Shell 3.14 to allow the user to open multiple windows from the dock. https://bugzilla.gnome.org/show_bug.cgi?id=736332 src/ephy-shell.c | 2 +- src/resources/epiphany-application-menu.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit ad03cc858ae98ad458863e13fcef2a39a1ab14b4 Author: Daniel Mustieles Date: Wed Sep 10 12:17:19 2014 +0200 Updated Spanish translation po/es.po | 52 +++++++++++++++++++--------------------------------- 1 file changed, 19 insertions(+), 33 deletions(-) commit 5e521213f1c7c50a0c2f37ec6c22aafb25b15f64 Author: Manoj Kumar Giri Date: Wed Sep 10 08:43:18 2014 +0000 Updated Oriya translation po/or.po | 5433 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 3057 insertions(+), 2376 deletions(-) commit 8e6d566b1db3ed666cb854d99f6aee5be15a5058 Author: František Zatloukal Date: Tue Sep 9 21:45:58 2014 +0200 Updated Czech translation po/cs.po | 582 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 391 insertions(+), 191 deletions(-) commit 053c7039339fd7467aa89fde7fa138fd672c5da3 Author: ChangSeok Oh Date: Tue Sep 9 16:06:01 2014 +0900 Updated Korean translation po/ko.po | 620 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 340 insertions(+), 280 deletions(-) commit 310efb2963d3b84712981afbdc2fc8c8b94c63f9 Author: Fran Diéguez Date: Mon Sep 8 22:00:00 2014 +0200 Updated Galician translations po/gl.po | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) commit fecf8df7fc4ed689dad366de9057a3121c1ac363 Author: Michael Catanzaro Date: Thu Aug 21 17:52:28 2014 -0500 Don't accidentally delete adblock filters The uri-tester is created from the web extension. When created, it opens ~/.config/epiphany/adblock/filters.list for reading in uri_tester_load_filters(), then calls uri_tester_set_filters() with the read filters. uri_tester_set_filters() unconditionally calls uri_tester_save_filters(), so we immediately write back what we read to filters.list. But this is racy: if you are starting multiple web processes at the same time, such as when opening epiphany with multiple saved tabs, then one process may open the file for reading after another has opened it for writing (which clears the file) but before the filters have been written back to the file, so now one UriTester instance has an empty list of filters, and it will immediately write back that empty list. The original list is completely doomed because the only time we ever write to filters.list is immediately after the filters are read, since we do not support modifying filters. That's right, these writes are NEVER necessary, so let's just remove them completely so we can be completely sure the problem is gone. Now we have an ununsued uri_tester_save_filters() function, but I don't want to get rid of it quite yet as I do want to support at least a couple different types of filters in the future (for tracking protection). Also, there are already other unused functions here as well, so one more is no difference for now, but refactor is imminent. https://bugzilla.gnome.org/show_bug.cgi?id=697329 embed/uri-tester.c | 2 -- 1 file changed, 2 deletions(-) commit e7d760be7b1c67259e2a70d6ef459899450e7dbb Author: Ivaylo Valkov Date: Sun Sep 7 18:07:36 2014 +0300 Updated Bulgarian translation po/bg.po | 1859 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1027 insertions(+), 832 deletions(-) commit 7598c6ba9c47ca2059340d721bb341448867204a Author: Guillaume Bernard Date: Sun Sep 7 10:41:44 2014 +0000 Updated French translation po/fr.po | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) commit f794af64a54c046ca66e4ade4c04ee1671cde444 Author: Ville-Pekka Vainio Date: Sun Sep 7 13:26:25 2014 +0300 Finnish translation update by Jiri Grönroos po/fi.po | 416 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 275 insertions(+), 141 deletions(-) commit 79a12a0935c770022618d750b837f19a8b800499 Author: Mattias Eriksson Date: Sat Sep 6 20:26:00 2014 +0000 Updated Swedish translation po/sv.po | 617 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 374 insertions(+), 243 deletions(-) commit e44ee2b6c636b2bd255b820a5ed485db0054c299 Author: Nilamdyuti Goswami Date: Sat Sep 6 12:27:37 2014 +0000 Updated Assamese translation po/as.po | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) commit 796c66d303609fa331884af24588e4f0739d6632 Author: Kjartan Maraas Date: Sat Sep 6 13:49:06 2014 +0200 Updated Norwegian bokmål translation. po/nb.po | 171 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 110 insertions(+), 61 deletions(-) commit 6c4891d0ee5f1dafe7364aff4a8f79184c1ef918 Author: Enrico Nicoletto Date: Fri Sep 5 18:19:11 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) commit e628bedf7e291f2b998f2915d967dd03a3bc021b Author: Yuri Myasoedov Date: Fri Sep 5 20:44:31 2014 +0400 Updated Russian translation po/ru.po | 877 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 402 insertions(+), 475 deletions(-) commit c10035e2d23466999075de5c875c51beece936b5 Author: Andika Triwidada Date: Fri Sep 5 14:02:39 2014 +0000 Updated Indonesian translation po/id.po | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) commit 766af282793fec8725c9a31822de1d573894ed4c Author: Yosef Or Boczko Date: Fri Sep 5 16:59:47 2014 +0300 Updated Hebrew translation po/he.po | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) commit 26ab1239a1eef8242a9767357e35a02ea3c881de Author: Emmanuele Bassi Date: Thu Sep 4 16:41:26 2014 +0100 Improve the message for Incognito mode Going incognito does not remove your downloads. Incognito also does not prevent other actors from tracking your browsing activity. https://bugzilla.gnome.org/show_bug.cgi?id=736065 embed/ephy-about-handler.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 661911366341c50a2addf782e4549eb083ad8159 Author: Alexandre Franke Date: Fri Sep 5 13:08:12 2014 +0000 Updated French translation po/fr.po | 723 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 336 insertions(+), 387 deletions(-) commit 5c794ede4b7118f6114da413ef040ef152ff5e43 Author: Fran Diéguez Date: Thu Sep 4 21:26:14 2014 +0200 Updated Galician translations po/gl.po | 171 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 118 insertions(+), 53 deletions(-) commit ff6ba7cc59433732e5716690c187d746d6db3fd0 Author: Daniel Mustieles Date: Thu Sep 4 12:37:54 2014 +0200 Updated Spanish translation help/es/es.po | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) commit 48efaae4becce38e1b6609f8b1906f1585393163 Author: Daniel Mustieles Date: Wed Sep 3 14:11:19 2014 +0200 Updated Spanish translation po/es.po | 185 +++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 138 insertions(+), 47 deletions(-) commit cccf1f199cbff85c6e974a986f31f44c9e74813d Author: Andika Triwidada Date: Tue Sep 2 13:48:01 2014 +0000 Updated Indonesian translation po/id.po | 473 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 330 insertions(+), 143 deletions(-) commit 412453adf1564f2387c3c6a3733ac60640030b7d Author: Nilamdyuti Goswami Date: Tue Sep 2 12:13:05 2014 +0000 Updated Assamese translation po/as.po | 66 ++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 31 insertions(+), 35 deletions(-) commit 4cdae3b6063a1a1d8918ef6f35e3301a31000f4e Author: Michael Catanzaro Date: Mon Sep 1 09:23:35 2014 -0500 ephy-shell: do not lose a remote startup context When starting epiphany multiple times in quick succession, we would asynchronously call ephy_session_resume() from ephy_shell_activate(), but ephy_session_resume() might not finish until after a subsequent call to ephy_shell_activate(), causing us to lose the commands from a remote instance and execute another's commands multiple times. Instead, distinguish between local and remote startup contexts so that ephy_shell_activate() can know whether we are receiving commands from a remote instance, and not resume the session if so. This allows us to synchronously load the commands before the next call to ephy_shell_before_emit() invalidates the remote startup context. https://bugzilla.gnome.org/show_bug.cgi?id=735577 src/ephy-shell.c | 85 +++++++++++++++++++++++++++----------------------------- 1 file changed, 41 insertions(+), 44 deletions(-) commit 698cf17c83be7a287ade81a5fc15ef8fa32964e4 Author: Sweta Kothari Date: Mon Sep 1 19:23:02 2014 +0530 Updated gujarati translations po/gu.po | 2887 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 1676 insertions(+), 1211 deletions(-) commit df340df6c88c25f642694731e2e8863b6373a10e Author: Michael Catanzaro Date: Fri Aug 29 13:56:09 2014 -0500 ephy-shell: allow multiple open_uris idles We should not silently fail a call to ephy_shell_open_uris(), to handle a race condition where a user clicks on multiple URIs in quick succession. https://bugzilla.gnome.org/show_bug.cgi?id=735577 src/ephy-shell.c | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) commit 27867c02a8e40794b3cda74290fb7ad5212e2305 Author: Michael Catanzaro Date: Sat Aug 30 20:21:37 2014 -0500 Update location entry address when title box mode changes Otherwise, we get stuck displaying an old address if the page changes while the entry is locked. https://bugzilla.gnome.org/show_bug.cgi?id=734952 src/ephy-location-controller.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) commit db37eb4975a4eea351f242f859711b8a2863475e Author: Michael Catanzaro Date: Thu Aug 28 08:38:45 2014 -0500 Let the location controller control the title box address By binding the title box's address directly to the URI property of the web view, we bypass all our custom logic for displaying the URI, sometimes leading to desyncs between the URI shown by the location entry and the URI shown by the title box. Also, with this change the title of the page now changes at the same time the displayed address does, whereas previously we would change the address on the start of load and the title on completion, which looked odd. https://bugzilla.gnome.org/show_bug.cgi?id=732713 src/ephy-location-controller.c | 23 ++++++++++++++- src/ephy-title-box.c | 65 +++++++++++++++++++++--------------------- src/ephy-title-box.h | 3 ++ src/ephy-window.c | 1 + 4 files changed, 58 insertions(+), 34 deletions(-) commit 0488a874392593bace715c096c1b71695bdcdb67 Author: Chao-Hsiung Liao Date: Sun Aug 31 15:51:35 2014 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 218 ++++++++++++++++++++++++++++++++++++++++------------------- po/zh_TW.po | 220 ++++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 297 insertions(+), 141 deletions(-) commit ffccdddbf97f6c72160c70cb57e89a6dd116d6a1 Author: Maria Mavridou Date: Sat Aug 30 21:54:31 2014 +0000 Updated Greek translation po/el.po | 70 ++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 33 insertions(+), 37 deletions(-) commit 190b87bfc7a4a019ab4fac49b712de0e036ac243 Author: Michael Catanzaro Date: Fri Aug 29 18:04:40 2014 -0500 Fix typo in log message src/ephy-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 42d3a42e3cdb390e6d8606c78c81b31a26c2f976 Author: Michael Catanzaro Date: Fri Aug 29 12:01:35 2014 -0500 ephy-shell: remove unused variable src/ephy-shell.c | 1 - 1 file changed, 1 deletion(-)