commit fd5f935cc529be1d85dc1ed3658262baa5c0a41c Author: Claudio Saavedra Date: Wed Sep 9 10:34:14 2015 +0300 [release] 3.17.91 NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) commit de56275d0a6d08e34e10672c20cdf5c56940e58e Author: Claudio Saavedra Date: Wed Sep 9 11:18:59 2015 +0300 ephy-download-test: Register the application Otherwise the inhibition will fail. tests/ephy-download-test.c | 1 + 1 file changed, 1 insertion(+) commit aa9fb6b9328ba24a0a6aed4b4a3d028816585ae5 Author: Michael Catanzaro Date: Mon Aug 31 09:42:42 2015 -0500 uri-tester: don't leak from the pattern table This code is difficult to understand, but it's clear that these elements are not freed when they are removed. Fix it. https://bugzilla.gnome.org/show_bug.cgi?id=696484 embed/web-extension/uri-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f324749c8c1cfce9e450a977856f1b703916fb42 Author: Carlos Garcia Campos Date: Mon Aug 31 09:12:22 2015 +0200 uri-tester: Create optslist HashTable with a free function fo the keys Keys are inserted with g_strdup, so they need to be freed. https://bugzilla.gnome.org/show_bug.cgi?id=696484 embed/web-extension/uri-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 257ecd12ecdb887318b2f758ca43bf1620191e0b Author: Michael Catanzaro Date: Sat Jul 25 15:03:54 2015 -0500 Don't overwrite page titles in history When loading a page, we schedule two history updates: the first to reset the page's title to the empty string (when the web view's title property is unset after load started) and the second to set the page's title properly. The first history update is obviously a mistake. It seems like it should be harmless, so long as the page load is allowed to complete, but avoiding it seems to solve the bug where pages appear in the history dialog with URLs for the title, and it's clearly wrong, so let's stop doing this. https://bugzilla.gnome.org/show_bug.cgi?id=741385 embed/ephy-web-view.c | 2 +- lib/history/ephy-history-service.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) commit b518c6e900a05bfbc7d3f61ce2b9b71e5469bf2c Author: Michael Catanzaro Date: Sun Aug 30 12:40:37 2015 -0500 Link the web extension to libephymisc.la This avoids compiling many files multiple times. Also, move the uri-tester into the web extension directory, since that's the only place it's used. https://bugzilla.gnome.org/show_bug.cgi?id=747521 embed/uri-tester.c | 975 --------------------------------------- embed/uri-tester.h | 99 ---- embed/web-extension/Makefile.am | 20 +- embed/web-extension/uri-tester.c | 975 +++++++++++++++++++++++++++++++++++++++ embed/web-extension/uri-tester.h | 99 ++++ 5 files changed, 1077 insertions(+), 1091 deletions(-) commit 67a0888c940ea384ee932c5dea90644d5e2e22b0 Author: ChangSeok Oh Date: Tue Sep 8 02:19:36 2015 +0900 Added Korean help translation help/Makefile.am | 2 +- help/ko/ko.po | 1783 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1784 insertions(+), 1 deletion(-) commit 0930650ec17086f72bed52a49e96ca6dcbf209a0 Author: Aurimas Černius Date: Mon Sep 7 14:07:54 2015 +0300 Updated Lithuanian translation po/lt.po | 343 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 191 insertions(+), 152 deletions(-) commit 5414a20a7e049454c50b8a41ce24df1d3d8964fe Author: ChangSeok Oh Date: Sat Sep 5 17:55:05 2015 +0900 Updated Korean translation po/ko.po | 339 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 187 insertions(+), 152 deletions(-) commit 6740ac8046a64d7a120d7c1cb5e6f91cf95bd853 Author: Baurzhan Muftakhidinov Date: Fri Sep 4 17:37:26 2015 +0000 Updated Kazakh translation po/kk.po | 317 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 170 insertions(+), 147 deletions(-) commit 08d54ae133ac5f7bdd96c72d16287fdd2cb89bc0 Author: Michael Catanzaro Date: Thu Sep 3 18:16:54 2015 -0500 EphyProfileUtils: fix leak in ephy_profile_utils_do_migration The first parameter to g_environ_setenv is "transfer full" but so is the return value, and it is used as the return value. Indirect leak of 5579 byte(s) in 82 object(s) allocated from: #0 0x7f1d6e115a0a in malloc (/lib64/libasan.so.2+0x98a0a) #1 0x7f1d582b33c4 in g_malloc /home/mcatanzaro/jhbuild/checkout/glib/glib/gmem.c:94 #2 0x7f1d582cb1ac in g_strdup /home/mcatanzaro/jhbuild/checkout/glib/glib/gstrfuncs.c:363 #3 0x7f1d582cca45 in g_strdupv /home/mcatanzaro/jhbuild/checkout/glib/glib/gstrfuncs.c:2491 #4 0x7f1d582997e1 in g_get_environ /home/mcatanzaro/jhbuild/checkout/glib/glib/genviron.c:413 #5 0x4ee3cc in ephy_profile_utils_do_migration /home/mcatanzaro/jhbuild/checkout/epiphany/lib/ephy-profile-utils.c:102 #6 0x42437c in main /home/mcatanzaro/jhbuild/checkout/epiphany/src/ephy-main.c:378 #7 0x7f1d574196ff in __libc_start_main (/lib64/libc.so.6+0x206ff) lib/ephy-profile-utils.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 252cc3c15d30793f182eec94963867d15387d1ce Author: Michael Catanzaro Date: Sun Aug 30 10:44:36 2015 -0500 EphyEmbed: fix leak setting the title property Direct leak of 178 byte(s) in 3 object(s) allocated from: #0 0x7fce2bc1ba0a in malloc (/lib64/libasan.so.2+0x98a0a) #1 0x7fce1d271068 in g_malloc /home/mcatanzaro/jhbuild/checkout/glib/glib/gmem.c:94 #2 0x7fce1d27134a in g_malloc_n /home/mcatanzaro/jhbuild/checkout/glib/glib/gmem.c:330 #3 0x7fce1d28c077 in g_strdup /home/mcatanzaro/jhbuild/checkout/glib/glib/gstrfuncs.c:363 #4 0x7fce1d5b5186 in g_value_dup_string /home/mcatanzaro/jhbuild/checkout/glib/gobject/gvaluetypes.c:1136 #5 0x49020c in ephy_embed_set_property /home/mcatanzaro/jhbuild/checkout/epiphany/embed/ephy-embed.c:444 #6 0x7fce1d58ef42 in object_set_property /home/mcatanzaro/jhbuild/checkout/glib/gobject/gobject.c:1421 #7 0x7fce1d58fbd4 in g_object_new_internal /home/mcatanzaro/jhbuild/checkout/glib/gobject/gobject.c:1814 #8 0x7fce1d59071a in g_object_new_valist /home/mcatanzaro/jhbuild/checkout/glib/gobject/gobject.c:2039 #9 0x7fce1d58f6c5 in g_object_new /home/mcatanzaro/jhbuild/checkout/glib/gobject/gobject.c:1623 #10 0x427214 in ephy_shell_new_tab_full /home/mcatanzaro/jhbuild/checkout/epiphany/src/ephy-shell.c:694 #11 0x459433 in session_parse_embed /home/mcatanzaro/jhbuild/checkout/epiphany/src/ephy-session.c:1067 #12 0x4595c8 in session_start_element /home/mcatanzaro/jhbuild/checkout/epiphany/src/ephy-session.c:1113 #13 0x7fce1d26deb9 in emit_start_element /home/mcatanzaro/jhbuild/checkout/glib/glib/gmarkup.c:1049 #14 0x7fce1d26ea4e in g_markup_parse_context_parse /home/mcatanzaro/jhbuild/checkout/glib/glib/gmarkup.c:1396 #15 0x459e2c in load_stream_read_cb /home/mcatanzaro/jhbuild/checkout/epiphany/src/ephy-session.c:1266 #16 0x7fce1d83ac11 in async_ready_callback_wrapper /home/mcatanzaro/jhbuild/checkout/glib/gio/ginputstream.c:529 #17 0x7fce1d871911 in g_task_return_now /home/mcatanzaro/jhbuild/checkout/glib/gio/gtask.c:1104 #18 0x7fce1d87196e in complete_in_idle_cb /home/mcatanzaro/jhbuild/checkout/glib/gio/gtask.c:1118 #19 0x7fce1d26b430 in g_idle_dispatch /home/mcatanzaro/jhbuild/checkout/glib/glib/gmain.c:5441 #20 0x7fce1d268a78 in g_main_dispatch /home/mcatanzaro/jhbuild/checkout/glib/glib/gmain.c:3153 #21 0x7fce1d2698bc in g_main_context_dispatch /home/mcatanzaro/jhbuild/checkout/glib/glib/gmain.c:3769 #22 0x7fce1d269aa0 in g_main_context_iterate /home/mcatanzaro/jhbuild/checkout/glib/glib/gmain.c:3840 #23 0x7fce1d269b64 in g_main_context_iteration /home/mcatanzaro/jhbuild/checkout/glib/glib/gmain.c:3901 #24 0x7fce1d8a349d in g_application_run /home/mcatanzaro/jhbuild/checkout/glib/gio/gapplication.c:2311 #25 0x4247ca in main /home/mcatanzaro/jhbuild/checkout/epiphany/src/ephy-main.c:484 #26 0x7fce1c3ca6ff in __libc_start_main (/lib64/libc.so.6+0x206ff) embed/ephy-embed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 25c3734d1ca24bc942f4c8e18b1e41057a65e77b Author: Michael Catanzaro Date: Wed Sep 2 11:10:23 2015 -0500 Fixup for the previous commit src/ephy-title-box.c | 1 - 1 file changed, 1 deletion(-) commit 01014b88746925b3d5e17e09527e0fb48ebf50de Author: Michael Catanzaro Date: Tue Sep 1 22:25:01 2015 -0500 EphyTitleBox: Escape should not work when there's no title Be careful to not allow switching to title mode when the page has no title. https://bugzilla.gnome.org/show_bug.cgi?id=754427 src/ephy-title-box.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) commit 9f230a24d42220b8343a1d5ff74c9d3bb969dae0 Author: Gianvito Cavasoli Date: Wed Sep 2 06:17:18 2015 +0000 Updated Italian translation po/it.po | 322 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 173 insertions(+), 149 deletions(-) commit af073916477c6300e18490b6be609a1dbfabe676 Author: Andika Triwidada Date: Tue Sep 1 08:57:30 2015 +0000 Updated Indonesian translation po/id.po | 317 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 168 insertions(+), 149 deletions(-) commit 75d293330d0d29db104f01c1e17684cf1e4bd903 Author: Balázs Úr Date: Mon Aug 31 15:46:39 2015 +0000 Updated Hungarian translation po/hu.po | 244 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 129 insertions(+), 115 deletions(-) commit 6863df9a1027cf506af09a1ce13b53b10f20c858 Author: Michael Catanzaro Date: Thu Feb 26 21:18:33 2015 -0600 ephy-embed: slightly delay delayed load requests If the user is rapidly switching through many tabs with delayed load requests, we shouldn't load them all. Instead, wait until the user stops briefly on a tab before loading it. https://bugzilla.gnome.org/show_bug.cgi?id=745260 embed/ephy-embed.c | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) commit 4ca650b788b2ef34813722f73bb85e3491580a7a Author: Michael Catanzaro Date: Sat Mar 7 14:57:31 2015 -0600 Do not open an extra overview when starting the browser If there is no saved session and the user launches Epiphany by clicking a URI in another application, then we should open only one tab with that URI. Currently we may open the overview and then the URI in a second tab, because we do not consider the page to be blank if it is still loading. Replace this tricky code. If the page is still loading it's not safe to assume the URI has been set to whatever page was last loaded in it, and we can't risk losing tabs from a previous session. https://bugzilla.gnome.org/show_bug.cgi?id=745792 src/ephy-shell.c | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) commit 248cb650f2b192210e7d2eaf66b0e12cda929e3a Author: Tom Tryfonidis Date: Sun Aug 30 12:09:41 2015 +0300 Updated Greek translation po/el.po | 332 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 181 insertions(+), 151 deletions(-) commit 72819cb52ebfa118b20293e99943cc89cc61a03e Author: Yosef Or Boczko Date: Sun Aug 30 10:58:31 2015 +0300 Updated Hebrew translation po/he.po | 242 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 130 insertions(+), 112 deletions(-) commit 9ab0e18547aa71dbdd8ae4304d48d2fb80c76ae5 Author: Piotr Drąg Date: Sun Aug 30 01:20:21 2015 +0200 Updated Polish translation po/pl.po | 464 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 242 insertions(+), 222 deletions(-) commit ef4c8fd80e8863a8355f0e7c194970ccd9df0a48 Author: Michael Catanzaro Date: Sat Aug 29 09:20:59 2015 -0500 Enable adblock by default It's been a long time since we've seen complaints about non-ads being blocked. https://bugzilla.gnome.org/show_bug.cgi?id=754273 data/org.gnome.epiphany.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4ff8705155fda53460bc9dfdc1de6c14e83880a1 Author: Michael Catanzaro Date: Sat Aug 29 09:12:04 2015 -0500 Enable DNT headers by default Argument in favor: The do-not-track header should be sent by default. Otherwise, setting the header makes it easier to track you (since fewer users will change the setting than leave it unchanged). It's hard to understate how silly this is. ;) data/org.gnome.epiphany.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 080a2a02aaec820883f11e66ab0eae8a7e5c185d Author: Anders Jonsson Date: Thu Aug 27 08:36:25 2015 +0000 Updated Swedish translation po/sv.po | 638 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 326 insertions(+), 312 deletions(-) commit f671076569683c3f369ca64030dfe7c30a0abc00 Author: Fran Dieguez Date: Tue Aug 25 16:28:02 2015 +0200 Updated Galician translations po/gl.po | 337 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 182 insertions(+), 155 deletions(-) commit 43c1c5eba6028807ce45d09829fa5a9f4c0b1dff Author: Chao-Hsiung Liao Date: Tue Aug 25 13:20:28 2015 +0000 Updated Chinese (Taiwan) translation po/zh_TW.po | 344 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 188 insertions(+), 156 deletions(-) commit 51b329fb59433247204efaadaa394d3b0ea9a3ae Author: Alexandre Franke Date: Mon Aug 24 20:15:29 2015 +0000 Updated French translation po/fr.po | 335 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 185 insertions(+), 150 deletions(-) commit 8dcc5dcba04140bd2adca2ed51a3057e518b321c Author: Dušan Kazik Date: Mon Aug 24 15:54:20 2015 +0000 Updated Slovak translation po/sk.po | 783 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 514 insertions(+), 269 deletions(-) commit ddf6de69c5e815aaa5064432000a4f521f63144c Author: Michael Catanzaro Date: Sat Aug 22 10:37:56 2015 -0500 Update autogen.sh to latest example Adds support of out-of-tree builds. Also, set +-x have become too unwieldy and are removed. autogen.sh | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) commit 7b56201a1676ceda24b8597ce9d3d444066a9d00 Author: Daniel Mustieles Date: Wed Aug 12 08:58:57 2015 +0200 Updated Spanish translation po/es.po | 247 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 130 insertions(+), 117 deletions(-) commit 39f4fea86b4349c6d859f1272d191ed1f7754ea3 Author: Enrico Nicoletto Date: Mon Aug 10 23:06:31 2015 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 807 ++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 512 insertions(+), 295 deletions(-) commit 592e5dff5b6aadeccf437c3ddbfb2e4b0134353e Author: Carlos Garcia Campos Date: Fri Aug 7 11:15:57 2015 +0200 ephy-location-entry: Get rid of the cell data func to set the text It seems that changing the model in the cell data func callback confuses GtkTreeView that keeps validating the rows all the time while the popup is hidden. The fact that GtkEntry recomputes the size of the popup on every size_allocate even when the popup is hidden doesn't help either. So, not changing the model inside the cell data func callback prevents the rows from being validated indefinitely, but still the cell data func is called too often in my opinion. And we are always setting the same text for every row, so I think we should set the title in the model and get rid of the cell data func. This patch also ensures that the URL is not shown twice in the completion menu when there's no title. https://bugzilla.gnome.org/show_bug.cgi?id=753321 lib/widgets/ephy-location-entry.c | 76 +-------------------------------------- src/ephy-completion-model.c | 63 +++++++++++++++++++++++++++++--- 2 files changed, 60 insertions(+), 79 deletions(-) commit de0b20af8832fe8ebf3c8a70f9b82c6fc76cb4c9 Author: Carlos Garcia Campos Date: Thu Aug 6 16:00:30 2015 +0200 ephy-completion-model: Do not add smart bookmarks to the completion model They are already added by EphyLocationController to the completion menu as completion actions. Otherwise they appear twice in the completion menu, and with a null address in the first case. https://bugzilla.gnome.org/show_bug.cgi?id=753321 src/ephy-completion-model.c | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) commit 4d3f2dc8763c2eee28479ee8e45962ec28924dd1 Author: Kjartan Maraas Date: Thu Aug 6 11:15:10 2015 +0200 Updated Norwegian bokmål translation. po/nb.po | 145 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 81 insertions(+), 64 deletions(-) commit b2a53b9c7b9b6cb57a03cc44b266d5dfd8555ed1 Author: Pedro Albuquerque Date: Tue Aug 4 10:25:59 2015 +0000 Updated Portuguese translation po/pt.po | 249 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 129 insertions(+), 120 deletions(-) commit 597d7f9f8661e464e083ce75151690012bfca885 Author: Carlos Garcia Campos Date: Fri Jul 31 10:15:49 2015 +0200 Implement shared-secondary-process model as MULTIPLE_SECONDARY_PROCESSES with a process limit of 1 The main difference is that the networking is done in the network process, instead of the web process. https://bugzilla.gnome.org/show_bug.cgi?id=753093 embed/ephy-embed-shell.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 74e1ff0dd50afc3450eb494dc3c6f5ac0c00b2f5 Author: Carlos Garcia Campos Date: Fri Jul 31 09:55:19 2015 +0200 Add a setting to set the maximum number of web processes It allows to limit the amount of web processes created at the same time by the one-secondary-process-per-web-view process model. https://bugzilla.gnome.org/show_bug.cgi?id=753092 configure.ac | 2 +- data/org.gnome.epiphany.gschema.xml | 6 ++++++ embed/ephy-embed-shell.c | 2 ++ lib/ephy-prefs.h | 1 + 4 files changed, 10 insertions(+), 1 deletion(-) commit f8b2b4e0e050fe8ff04a6ea1d6260a6527822033 Author: Carlos Garcia Campos Date: Fri Jul 31 12:10:57 2015 +0200 overview: Move the overview CSS to about.css and generate the HTML from the code This way we get rid of the overview.html template resource. All the overview specific classes and ids have been renamed to overview-name, since the CSS is now in the common abbout.css resource. This fixes the problems of using a printf template and makes the generation fo the overview consistent with all other about handlers. https://bugzilla.gnome.org/show_bug.cgi?id=751385 embed/ephy-about-handler.c | 66 +++++++---- embed/web-extension/ephy-web-overview.c | 18 +-- src/Makefile.am | 1 - src/epiphany.gresource.xml | 1 - src/resources/about.css | 134 +++++++++++++++++++++ src/resources/overview.html | 204 -------------------------------- 6 files changed, 188 insertions(+), 236 deletions(-) commit 75d044a556533ab58cd1f895c4aaba29ac5acc8e Author: Michael Catanzaro Date: Sun Aug 2 19:04:34 2015 -0500 Fix the desktop file AC_CONFIG_FILES cannot translate things... broken since 0711c69b583af8a5a455e75458a96058f74317d0 configure.ac | 1 - 1 file changed, 1 deletion(-) commit 6e5d64aeac48493c201f7fec611840510168e8d1 Author: Michael Catanzaro Date: Thu Jul 30 09:57:02 2015 -0500 Reorder options in remember password prompt I messed this up replacing the close button with don't save: affirmative is always on the right in GNOME. Just like it already is for geolocation/notification requests. https://bugzilla.gnome.org/show_bug.cgi?id=753061 embed/ephy-web-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit db05593e2710ab6df0d45fcc9df1d069e66c2906 Author: Kjartan Maraas Date: Fri Jul 31 12:08:26 2015 +0200 Updated Norwegian bokmål translation. po/nb.po | 378 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 187 insertions(+), 191 deletions(-) commit 3c4525de2b3e7cfa8938709094aa9b9dd3a2b930 Author: Michael Catanzaro Date: Sat Jul 25 17:14:08 2015 -0500 EphyWindow: store a decoded address, not a percent-encoded address This means the location controller will get a user-friendly display URI. https://bugzilla.gnome.org/show_bug.cgi?id=710004 src/ephy-lockdown.c | 2 +- src/ephy-window.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) commit 961074415b68792ac0282e72a0d93245c1ad5ea2 Author: Michael Catanzaro Date: Sat Jul 25 17:08:01 2015 -0500 Show decoded URI in the new web application dialog https://bugzilla.gnome.org/show_bug.cgi?id=710004 src/window-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a3317ec824d80d99537918f168db0a1f70bd268e Author: Michael Catanzaro Date: Sat Jul 25 17:02:35 2015 -0500 EphyWebView: add get_display_address() This returns a decoded URI. It is the only URI that is appropriate for display to the user. https://bugzilla.gnome.org/show_bug.cgi?id=710004 embed/ephy-web-view.c | 29 +++++++++++++++++++++++++++-- embed/ephy-web-view.h | 2 +- 2 files changed, 28 insertions(+), 3 deletions(-) commit dbee788e39394de6c0536d95dbef95528dbc7e3a Author: Michael Catanzaro Date: Mon Jul 27 19:47:34 2015 -0500 Fixup for 'display decoded URIs in the history dialog' https://bugzilla.gnome.org/show_bug.cgi?id=710004 src/ephy-history-window.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 339e2903b2adab2cbac8a69cce254285a61c2b4b Author: Michael Catanzaro Date: Mon Jul 27 19:44:26 2015 -0500 Fixup for 'display decoded URIs in bookmarks editor' I pushed before addressing Carlos's review comments. Bad Michael! https://bugzilla.gnome.org/show_bug.cgi?id=710004 src/bookmarks/ephy-bookmarks-editor.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 71be3ea36f1f7287d232f5410882017abc551768 Author: Michael Catanzaro Date: Thu Dec 11 19:10:58 2014 +0100 Display decoded URIs in the history dialog https://bugzilla.gnome.org/show_bug.cgi?id=710004 src/ephy-history-window.c | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) commit 7218cb46abc59561f026406d4c5141bc71ae8c67 Author: Michael Catanzaro Date: Thu Dec 11 18:53:06 2014 +0100 Display decoded URIs in the bookmarks editor https://bugzilla.gnome.org/show_bug.cgi?id=710004 src/bookmarks/ephy-bookmarks-editor.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) commit 965244584bfdf414137224d3728a578c472d3335 Author: Michael Catanzaro Date: Thu Dec 11 18:40:03 2014 +0100 Add ephy_node_view_add_column_full Allow creating an EphyNodeView column that derives its values from a property, but is modified by a function for display. https://bugzilla.gnome.org/show_bug.cgi?id=710004 lib/widgets/ephy-node-view.c | 52 ++++++++++++++++++++++++++++++++++---------- lib/widgets/ephy-node-view.h | 10 +++++++++ 2 files changed, 51 insertions(+), 11 deletions(-) commit e9f28821db0fabe8c6c96e898bd3e0e7a09e8d50 Author: Michael Catanzaro Date: Thu Dec 11 18:29:18 2014 +0100 Add ephy_tree_model_node_add_column_full Allow creating a tree model column that derives its values from a property, but is modified by a function for display. https://bugzilla.gnome.org/show_bug.cgi?id=710004 lib/widgets/ephy-tree-model-node.c | 54 +++++++++++++++++++++++--------------- lib/widgets/ephy-tree-model-node.h | 6 +++++ 2 files changed, 39 insertions(+), 21 deletions(-) commit 072ccaceb6dabc0a7a3baef4950b47aa282f315b Author: Michael Catanzaro Date: Thu Dec 11 12:16:42 2014 +0100 Display decoded URIs in the bookmark properties dialog https://bugzilla.gnome.org/show_bug.cgi?id=710004 src/bookmarks/ephy-bookmark-properties.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 17e4d34628fc425c08a5c6d9cc2419bf3926222f Author: Michael Catanzaro Date: Thu Dec 11 11:30:22 2014 +0100 Display decoded URIs in the location entry completion https://bugzilla.gnome.org/show_bug.cgi?id=710004 lib/widgets/ephy-location-entry.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit b2f5f1af21a9204c2645e6f56749d8aa6492351b Author: Michael Catanzaro Date: Sat Jul 25 16:01:39 2015 -0500 EphyWebView: Decode URI before setting the loading or status message This ensures that the URI displayed in the floating bar is decoded. https://bugzilla.gnome.org/show_bug.cgi?id=710004 embed/ephy-web-view.c | 15 +++++++++++---- embed/ephy-web-view.h | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) commit 2e42c298bc656cbd2ab02dbec2f45327dbfbb34d Author: Marek Černocký Date: Sat Jul 25 03:35:01 2015 +0200 Updated Czech translation po/cs.po | 347 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 174 insertions(+), 173 deletions(-) commit f8739c4ba09171c63f88df017e6a6bc244c082c0 Author: Michael Catanzaro Date: Fri Jul 17 10:10:10 2015 -0500 Inhibit logout and suspend while downloading files https://bugzilla.gnome.org/show_bug.cgi?id=339809 embed/ephy-download.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) commit 4ffd3902c3316b0d2f65fd4abede852eb995108c Author: Bastien Nocera Date: Sat Oct 18 20:58:05 2014 +0200 ephy-dom-utils: Remember some more passwords Remember passwords for the French tax office: https://cfspart.impots.gouv.fr/LoginMDP The identifier's entry type is set as "tel" so that only digits can be input on browsers that support those hints. Make sure that Epiphany knows that "telephone numbers" can be used as identifiers, in addition to free-form text and emails. https://bugzilla.gnome.org/show_bug.cgi?id=750024 lib/ephy-web-dom-utils.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)