commit fba6ae6c1eacf235be1380aba7f62d908fcd2993 Author: William Jon McCann Date: Fri Feb 7 12:50:14 2014 -0500 Use header bar for add language dialog src/resources/prefs-lang-dialog.ui | 76 ++++++++++++++++++++++---------------- 1 file changed, 44 insertions(+), 32 deletions(-) commit 3bd8cd6147cae92e1ff7896d7abb7050aaf88992 Author: William Jon McCann Date: Thu Feb 6 17:28:40 2014 -0500 Use header bar for bookmark properties dialog https://bugzilla.gnome.org/show_bug.cgi?id=723803 src/bookmarks/ephy-bookmark-properties.c | 232 ++----------------------------- 1 file changed, 10 insertions(+), 222 deletions(-) commit f61a785839d2cccfa5ecf0a319acbe7e132127ab Author: William Jon McCann Date: Thu Feb 6 16:51:30 2014 -0500 Always make message dialogs modal https://bugzilla.gnome.org/show_bug.cgi?id=723803 lib/ephy-gui.c | 6 +++--- src/window-commands.c | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) commit 0b036c01ef37b199de12add9ae17af7ebce93814 Author: William Jon McCann Date: Thu Feb 6 16:38:05 2014 -0500 Use header bar in certificate dialog https://bugzilla.gnome.org/show_bug.cgi?id=723803 lib/widgets/ephy-certificate-dialog.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit dd285fc1f03ba3341c77e258f4700e202df67007 Author: William Jon McCann Date: Thu Feb 6 16:35:08 2014 -0500 Use header bar in clear personal data dialog https://bugzilla.gnome.org/show_bug.cgi?id=723803 src/prefs-dialog.c | 4 +- src/resources/clear-data-dialog.ui | 75 +++++++++++++++++++++----------------- 2 files changed, 44 insertions(+), 35 deletions(-) commit ddd5f4af344548e1415928ba99a4f08706040ba9 Author: William Jon McCann Date: Thu Feb 6 16:21:20 2014 -0500 Use header bar on passwords dialog https://bugzilla.gnome.org/show_bug.cgi?id=723803 src/prefs-dialog.c | 4 ++- src/resources/passwords-dialog.ui | 63 +++++++++++++++++---------------------- 2 files changed, 31 insertions(+), 36 deletions(-) commit a6242a8fc0e90aa13558c5c7655efe7e6f4eb5ce Author: William Jon McCann Date: Thu Feb 6 16:14:52 2014 -0500 Use header bar on cookies dialog https://bugzilla.gnome.org/show_bug.cgi?id=723803 src/prefs-dialog.c | 4 ++- src/resources/cookies-dialog.ui | 61 ++++++++++++++++++----------------------- 2 files changed, 30 insertions(+), 35 deletions(-) commit 15cb7aa3e1b4a4cb07122760818b75ae2d008b86 Author: William Jon McCann Date: Thu Feb 6 16:06:45 2014 -0500 Make confirmation dialog modal https://bugzilla.gnome.org/show_bug.cgi?id=723803 src/ephy-history-window.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit bcbc459693e4ea830d6787519dfc92c84ba9acd6 Author: William Jon McCann Date: Thu Feb 6 15:59:37 2014 -0500 Use header bar on preferences dialog https://bugzilla.gnome.org/show_bug.cgi?id=723803 src/ephy-shell.c | 4 +++- src/resources/prefs-dialog.ui | 34 +++++++++++++--------------------- 2 files changed, 16 insertions(+), 22 deletions(-) commit d3fd1410d937aba49cee77413b7a2e455735e2b0 Author: William Jon McCann Date: Thu Feb 6 16:41:37 2014 -0500 Use header bar on encodings dialog https://bugzilla.gnome.org/show_bug.cgi?id=723803 src/resources/epiphany.ui | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) commit db9875bf308734f30eba04dbe3b040960cc7cd9d Author: William Jon McCann Date: Thu Feb 6 16:40:36 2014 -0500 Use header bar on history dialog https://bugzilla.gnome.org/show_bug.cgi?id=723803 src/ephy-history-window.c | 1 + src/resources/history-dialog.ui | 63 ++++++++++++++++++----------------------- 2 files changed, 29 insertions(+), 35 deletions(-) commit 3319d6e5bebf58e0bf20fa120203f7baf54ffb01 Author: William Jon McCann Date: Mon Jan 13 09:05:15 2014 -0500 Use header bar for create web app dialog https://bugzilla.gnome.org/show_bug.cgi?id=723803 src/window-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c2bdc795fe0e1259b66365c4071dd2bc5056ce89 Author: Claudio Saavedra Date: Fri Feb 7 19:14:04 2014 +0200 history-service: skip schemas when matching urls Modify the matching pattern used with sqlite so that the scheme is skipped. We do this by prepending a '%:' to the LIKE string. In order to reuse this string with non-url strings (for which the '%:' is unnecessary, we just skip these two characters. https://bugzilla.gnome.org/show_bug.cgi?id=723855 lib/ephy-sqlite-statement.c | 2 +- lib/history/ephy-history-service-hosts-table.c | 3 ++- lib/history/ephy-history-service-urls-table.c | 2 +- lib/history/ephy-history-service-visits-table.c | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) commit dab5c5cab69d31ca2d131ff4a503e45be3abb736 Author: Claudio Saavedra Date: Fri Feb 7 16:10:10 2014 +0200 src/Makefile.am: add missing resource file src/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit 79b48852006b77261c8a762fc47250e9a5070d76 Author: Claudio Saavedra Date: Fri Feb 7 15:51:19 2014 +0200 history-window: disable treeview sorting As it's currently implemented, sorting is very inefficient. Disabling it makes typeahead search much faster. An efficient way to implement this feature is to request the data to be sorted in the backend. src/resources/history-dialog.ui | 6 ------ 1 file changed, 6 deletions(-) commit ce9c8135835f877dd7df4544dc1f90d0bc152cbc Author: Daniel Mustieles Date: Fri Feb 7 14:45:54 2014 +0100 Updated Spanish translation po/es.po | 375 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 173 insertions(+), 202 deletions(-) commit cf1e3f636ff0c4df7cd08c121590f02d42403751 Author: Fran Diéguez Date: Fri Feb 7 01:24:13 2014 +0100 Updated Galician translations po/gl.po | 667 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 323 insertions(+), 344 deletions(-) commit bf9fc6ca8caca37235ef519627b949006625affa Author: Enrico Nicoletto Date: Thu Feb 6 18:57:01 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 323 +++++++++++++++++++++++++++--------------------------------- 1 file changed, 147 insertions(+), 176 deletions(-) commit 5d4238f4d3722c363b3b628f7120a9c76fdbb388 Author: Yosef Or Boczko Date: Thu Feb 6 20:12:02 2014 +0200 Updated Hebrew translation po/he.po | 1350 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 909 insertions(+), 441 deletions(-) commit 795cca26f33608c4c76eb931b5931270b2f08cff Author: Piotr Drąg Date: Thu Feb 6 19:01:20 2014 +0100 Updated POTFILES.in po/POTFILES.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 397dcf5afde24c42be77b910980ae4f2d1b2f2f9 Author: Enrico Nicoletto Date: Thu Feb 6 17:44:08 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 259 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 137 insertions(+), 122 deletions(-) commit 865db790651c20293dfb0ccc4a49a80ba51cf74b Author: William Jon McCann Date: Fri Jan 3 11:35:57 2014 -0500 Redesign the history dialog https://bugzilla.gnome.org/show_bug.cgi?id=721415 src/Makefile.am | 1 - src/ephy-history-window.c | 1449 +++++++------------------- src/ephy-history-window.h | 4 +- src/ephy-shell.c | 10 +- src/epiphany.gresource.xml | 2 +- src/resources/epiphany-history-window-ui.xml | 47 - src/resources/history-dialog.ui | 356 +++++++ src/window-commands.c | 4 + 8 files changed, 768 insertions(+), 1105 deletions(-) commit bd6dd7cf2b27c4196f40ef1e3365cc7a1c8113cd Author: William Jon McCann Date: Fri Jan 3 12:51:21 2014 -0500 Remove unused widgets After redesign of history dialog. https://bugzilla.gnome.org/show_bug.cgi?id=721415 data/org.gnome.epiphany.gschema.xml | 16 --- lib/ephy-prefs.h | 14 -- lib/widgets/Makefile.am | 10 -- lib/widgets/ephy-history-view.c | 200 ----------------------------- lib/widgets/ephy-history-view.h | 61 --------- lib/widgets/ephy-hosts-store.c | 248 ------------------------------------ lib/widgets/ephy-hosts-store.h | 71 ----------- lib/widgets/ephy-hosts-view.c | 115 ----------------- lib/widgets/ephy-hosts-view.h | 59 --------- lib/widgets/ephy-urls-store.c | 95 -------------- lib/widgets/ephy-urls-store.h | 66 ---------- lib/widgets/ephy-urls-view.c | 96 -------------- lib/widgets/ephy-urls-view.h | 56 -------- po/POTFILES.in | 2 - 14 files changed, 1109 deletions(-) commit 2d77a8e379028d529d34981aa20fde0f0d7c1525 Author: William Jon McCann Date: Fri Jan 3 12:42:01 2014 -0500 Make bookmark properties dialog modal https://bugzilla.gnome.org/show_bug.cgi?id=721415 src/bookmarks/ephy-bookmark-properties.c | 1 + 1 file changed, 1 insertion(+) commit 936840d5d00885d3741275321fdb461f7f76f103 Author: Lorenzo Tilve Date: Tue Feb 4 18:35:22 2014 +0100 Refactor redundant code of the different error pages Merges the almost identical process-crash.html, recovery.html and error.html pages into a single one, allowing any specific style change to the error pages through passing a custom class to the resultant generic error template. https://bugzilla.gnome.org/show_bug.cgi?id=705180 embed/ephy-web-view.c | 20 +++++++----------- src/Makefile.am | 2 -- src/epiphany.gresource.xml | 2 -- src/resources/error.html | 2 +- src/resources/process-crash.html | 44 --------------------------------------- src/resources/recovery.html | 45 ---------------------------------------- 6 files changed, 9 insertions(+), 106 deletions(-) commit c83851ee1d4e29ed327e529a75a6e82f37e67e64 Author: Daniel Mustieles Date: Thu Feb 6 13:11:38 2014 +0100 Updated Spanish translation po/es.po | 409 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 203 insertions(+), 206 deletions(-) commit 31bc1fe6ccbe53dfd14822d44fc9563a32799316 Author: Carlos Garcia Campos Date: Thu Jan 30 17:02:05 2014 +0100 Add support for using multiple web processes There's now a setting to set the process model. https://bugzilla.gnome.org/show_bug.cgi?id=723302 data/org.gnome.epiphany.gschema.xml | 5 + embed/Makefile.am | 4 +- embed/ephy-embed-shell.c | 237 +++++++++++------- embed/ephy-embed-shell.h | 1 - embed/ephy-web-extension-proxy.c | 400 +++++++++++++++++++++++++++++++ embed/ephy-web-extension-proxy.h | 100 ++++++++ embed/ephy-web-view.c | 249 +++++++++++++++---- embed/ephy-web-view.h | 17 ++ embed/web-extension/ephy-web-extension.c | 64 ++++- lib/ephy-prefs.h | 7 + src/window-commands.c | 98 ++------ 11 files changed, 957 insertions(+), 225 deletions(-) commit aaf6422a17c7080f98d2d82d95ff6313ca500c0a Author: Carlos Garcia Campos Date: Mon Jan 27 12:07:55 2014 +0100 web-extension: Use initialize-web-extensions signal to pass user data to the web extension Instead of using environment variables. https://bugzilla.gnome.org/show_bug.cgi?id=723087 configure.ac | 2 +- embed/ephy-embed-shell.c | 36 +++++++++++++++----------------- embed/web-extension/ephy-web-extension.c | 14 +++++++++---- 3 files changed, 28 insertions(+), 24 deletions(-) commit 8430003499d61122c44ebba0dc6d4544d03a884b Author: Carlos Garcia Campos Date: Wed Jan 29 15:24:15 2014 +0100 Make the location entry non-editable for popups src/ephy-window.c | 5 +++++ 1 file changed, 5 insertions(+) commit d2ec9ad9588e7f720af6fa119ab63086909afc38 Author: Carlos Garcia Campos Date: Wed Jan 29 15:15:52 2014 +0100 popup windows should respect the window properties Change the windows chrome according to the window properties used when creating popups. https://bugzilla.gnome.org/show_bug.cgi?id=723238 src/ephy-toolbar.c | 29 +++++++++++++++++++++++++---- src/ephy-window.c | 26 +++++++++++++++++++++++--- src/ephy-window.h | 2 ++ 3 files changed, 50 insertions(+), 7 deletions(-) commit 10e89a12c5c56fccf17344f834b968fb604560fd Author: Carlos Garcia Campos Date: Wed Jan 29 12:34:46 2014 +0100 Move the UI chrome handling to EphyWindow Unify all chrome flags in a single enum used by EphyWindow. embed/ephy-embed-container.c | 26 ------- embed/ephy-embed-container.h | 3 - embed/ephy-web-view.c | 5 +- embed/ephy-web-view.h | 8 --- src/ephy-window.c | 168 ++++++++++++++++++++----------------------- src/ephy-window.h | 10 +++ 6 files changed, 89 insertions(+), 131 deletions(-) commit 335f5f27a6ccb2dffea4fb8b4aa2203fce8a691c Author: Carlos Garcia Campos Date: Wed Jan 29 14:32:44 2014 +0100 Make sure the toolbar is always visible Now that Epiphany is using a headerbar hiding the toolbar means there's no way to move or close the window. src/ephy-window.c | 55 ++++++------------------------------------------------- 1 file changed, 6 insertions(+), 49 deletions(-) commit dfb05e78f84b9980818039ce031388454bee87d9 Author: Carlos Garcia Campos Date: Wed Jan 29 11:12:29 2014 +0100 Remove show-toolbars setting Epiphany doesn't have toolbars anymore and we don't want to hide the headerbar. data/epiphany.convert | 1 - data/org.gnome.epiphany.gschema.xml | 4 ---- lib/ephy-prefs.h | 1 - src/ephy-window.c | 48 ++----------------------------------- 4 files changed, 2 insertions(+), 52 deletions(-) commit 49277944be5d7dee1eee237ab2c9459900370ba0 Author: Carlos Garcia Campos Date: Tue Jan 28 12:36:13 2014 +0100 Move the window geometry handling from EphyEmbed to EphyWindow EphyEmbed should not change the window geometry. embed/ephy-embed.c | 28 ---------------------------- src/ephy-window.c | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 28 deletions(-) commit 2f600c1548d93d041ea8a073a6ca510612063138 Author: Carlos Garcia Campos Date: Tue Jan 28 12:17:04 2014 +0100 Remove chrome and popup parameters from ephy_shell_new_tab_full It's always called with chome=ALL and is-popup=FALSE. The window is configured according to the WebKitWindowProperties of the view after is created. src/ephy-session.c | 2 -- src/ephy-shell.c | 10 ++-------- src/ephy-shell.h | 2 -- src/ephy-window.c | 24 +----------------------- src/ephy-window.h | 3 --- tests/ephy-shell-test.c | 4 ---- 6 files changed, 3 insertions(+), 42 deletions(-) commit 4d89990c17c398cda445caf156c0497f962299c3 Author: Carlos Garcia Campos Date: Sun Jan 26 16:08:57 2014 +0100 Do not open an additional empty window when ephy is launched in private mode with arguments When the session is resumed in private mode, a new empty window is always shown. The shell should reuse that empty window for the first argument, and open new tabs for the rest of the aguments. https://bugzilla.gnome.org/show_bug.cgi?id=723022 src/ephy-main.c | 10 +++++++--- src/ephy-shell.c | 8 ++++++-- 2 files changed, 13 insertions(+), 5 deletions(-) commit b4045491948c376058b203add358a328b7ab90b6 Author: Claudio Saavedra Date: Tue Feb 4 21:50:28 2014 +0200 ephy-history-service: Let ephy_history_service_find_urls() take a sorting type lib/history/ephy-history-service.c | 3 ++- lib/history/ephy-history-service.h | 2 +- src/ephy-completion-model.c | 4 +++- src/ephy-history-window.c | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) commit 1223aeb461e2b08b7b6302faee17e37d8ddff05f Author: Claudio Saavedra Date: Tue Feb 4 21:48:04 2014 +0200 ephy-history-service-urls-table: implement missing sorting modes lib/history/ephy-history-service-urls-table.c | 6 ++++++ 1 file changed, 6 insertions(+) commit 4339644c32e7c600d9c5e22212c04d5c2045e88b Author: Claudio Saavedra Date: Tue Feb 4 21:46:55 2014 +0200 ephy-history-types: make the history sort type enum readable lib/history/ephy-history-service-urls-table.c | 4 ++-- lib/history/ephy-history-service.c | 2 +- lib/history/ephy-history-types.h | 8 ++++---- lib/widgets/ephy-frecent-store.c | 2 +- tests/ephy-history-test.c | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) commit c38729dcba3c40a3a7ca1049e2526874023ce816 Author: Yaron Shahrabani Date: Mon Feb 3 16:08:43 2014 +0200 Updated Hebrew translation. po/he.po | 1005 ++++++++++++++++---------------------------------------------- 1 file changed, 257 insertions(+), 748 deletions(-) commit 5c05542d12d51b4884b2840382bb9dffce9f82ea Author: Claudio Saavedra Date: Fri Jan 31 16:59:40 2014 +0200 Revert "Updated FSF's address" This reverts commit d1a500a86767210ebae8150f0713c602141e2477. embed/ephy-embed.c | 97 ++++++++++++++++++++++++++++++++++++- embed/uri-tester.c | 3 +- embed/uri-tester.h | 3 +- lib/egg/eggtreemultidnd.c | 4 +- lib/egg/eggtreemultidnd.h | 4 +- lib/widgets/nautilus-floating-bar.c | 4 +- lib/widgets/nautilus-floating-bar.h | 4 +- 7 files changed, 112 insertions(+), 7 deletions(-) commit d1a500a86767210ebae8150f0713c602141e2477 Author: Daniel Mustieles Date: Thu Jan 23 12:51:07 2014 +0100 Updated FSF's address embed/ephy-embed.c | 97 +------------------------------------ embed/uri-tester.c | 3 +- embed/uri-tester.h | 3 +- lib/egg/eggtreemultidnd.c | 4 +- lib/egg/eggtreemultidnd.h | 4 +- lib/widgets/nautilus-floating-bar.c | 4 +- lib/widgets/nautilus-floating-bar.h | 4 +- 7 files changed, 7 insertions(+), 112 deletions(-) commit 2ac372c0ba757e15ec379fe992ae477ef53e8ebe Author: Baptiste Mille-Mathias Date: Tue Jan 28 20:30:08 2014 +0000 Rename topic "Nouvelles" en "Actualites" https://bugzilla.gnome.org/show_bug.cgi?id=723192 po/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 532062b3cb588999d95bb686bfe73087ddc35be0 Author: William Jon McCann Date: Wed Jan 29 09:46:54 2014 -0500 Make temporary download files "hidden" embed/ephy-download.c | 2 +- src/window-commands.c | 2 +- tests/ephy-download-test.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 66676e1c0009dc3d232f12b88cc7c2bbca583d74 Author: William Jon McCann Date: Wed Jan 29 09:46:31 2014 -0500 Mark dialogs as modal So they can be displayed with the correct style. lib/ephy-file-chooser.c | 1 + lib/widgets/ephy-certificate-dialog.c | 1 + 2 files changed, 2 insertions(+) commit 7b1b582bd343ed34ee0b8398bdd77410c7e279ef Author: Frédéric Péters Date: Fri Jan 3 20:29:03 2014 +0100 uri-tester: do not block on rules we do not handle https://bugzilla.gnome.org/show_bug.cgi?id=711124 embed/uri-tester.c | 3 +++ 1 file changed, 3 insertions(+) commit 8adf4da93ed23a9c0352d611c158c419c2a4c3f9 Author: Marek Černocký Date: Mon Jan 27 09:35:35 2014 +0100 Updated Czech translation help/cs/cs.po | 690 +++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 419 insertions(+), 271 deletions(-) commit 9381141fb3d4fab540cc496ac51a8c082078a669 Author: Ting-Wei Lan Date: Sun Jan 19 03:43:00 2014 +0000 link to libexecinfo if needed https://bugzilla.gnome.org/show_bug.cgi?id=722521 configure.ac | 1 + 1 file changed, 1 insertion(+) commit a8867e790931efd7dab758055c45f7a44acb36ae Author: Kjartan Maraas Date: Wed Jan 22 00:38:33 2014 +0100 Updated Norwegian bokmål translation po/nb.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 3f4363a4d7b0b75ffa86be09129b765161be5e35 Author: Kjartan Maraas Date: Tue Jan 21 21:22:27 2014 +0100 Updated Norwegian bokmål translation po/nb.po | 1246 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 627 insertions(+), 619 deletions(-) commit 2661c2c1312e9b9489de4ae4c1834d5d2444347e Author: Bastien Nocera Date: Tue Jan 21 08:20:54 2014 +0100 lib: Update tracking blacklist From https://bitbucket.org/veg/pureurl/commits/9d309ef643421821a9e6630f84c522b216f9cead https://bugzilla.gnome.org/show_bug.cgi?id=722675 lib/ephy-uri-helpers.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit d0d43fe1876bdba36228114da65576c820e88460 Author: Enrico Nicoletto Date: Sun Jan 19 21:11:48 2014 -0200 Updated Brazilian Portuguese translation po/pt_BR.po | 754 +++++++++++++++++++++--------------------------------------- 1 file changed, 266 insertions(+), 488 deletions(-) commit ad778b400ca7715286724cda884d2cbf73faf861 Author: Reinout van Schouwen Date: Mon Jan 20 00:04:31 2014 +0100 Updated Dutch translation po/nl.po | 765 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 424 insertions(+), 341 deletions(-) commit 28ca379205f22d7183ad1dece6a8a209a9be529f Author: Marek Černocký Date: Sun Jan 19 09:43:38 2014 +0100 Updated Czech translation po/cs.po | 1265 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 641 insertions(+), 624 deletions(-) commit 25af77c7a97bb5ce8e7eeaf6974286b6176205af Author: Tong Hui Date: Sat Jan 18 16:30:06 2014 +0800 Update Chinese simplified translation po/zh_CN.po | 495 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 262 insertions(+), 233 deletions(-) commit 77637eebb520226057ce013f5827b349418f0284 Author: Chao-Hsiung Liao Date: Thu Jan 16 19:33:05 2014 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 42 +++++++++++++++++++++--------------------- po/zh_TW.po | 42 +++++++++++++++++++++--------------------- 2 files changed, 42 insertions(+), 42 deletions(-) commit c6e2cc5f55a637c2e9b254e763b2779a01d6dea4 Author: Manuel Rego Casasnovas Date: Tue Jan 14 17:12:34 2014 +0100 Fix web view document type setting it only for the main resource Move document type set after main resource check. Otherwise Epiphany might think that some pages are images and disable some UI features, when they are actually regular pages but some images have been loaded a bit later than the HTML. https://bugzilla.gnome.org/show_bug.cgi?id=722194 embed/ephy-web-view.c | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) commit 4a0e093bb09cac5ba08ad643b390b0eb14014338 Author: Khaled Hosny Date: Thu Jan 16 00:43:06 2014 +0200 Update Arabic translation po/ar.po | 1445 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 788 insertions(+), 657 deletions(-) commit 47740045df444495efdbe5149e8550f1e39b23d5 Author: Jiri Grönroos Date: Wed Jan 15 15:02:34 2014 +0200 Finnish translation update po/fi.po | 899 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 484 insertions(+), 415 deletions(-) commit 1f0e7468b543ec053a2a3203aea539e80aa25f54 Author: Chao-Hsiung Liao Date: Wed Jan 15 19:41:30 2014 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 1375 ++++++++++++++++++++++++++++++++-------------------------- po/zh_TW.po | 1396 +++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 1543 insertions(+), 1228 deletions(-) commit 1df0a59ef15b6b438431335028ac0e4606774fa0 Author: William Jon McCann Date: Mon Jan 13 16:53:11 2014 -0500 Fix sensitivity of download popup menu https://bugzilla.gnome.org/show_bug.cgi?id=722136 lib/widgets/ephy-download-widget.c | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) commit a3dfd911b7faf7eabc0d8ac45aae4259f5e2de0e Author: Claudio Saavedra Date: Tue Jan 14 17:51:24 2014 +0200 lib: fix a couple of return values lib/ephy-file-helpers.c | 4 +++- lib/widgets/ephy-download-widget.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-)