commit 185ab751c20a825f832efd89a7cfbd75fa09e20c Author: Xan Lopez Date: Tue May 1 23:07:30 2012 +0200 Revert "tests: add ephy-file-helpers-test" This reverts commit d1ba46b3f4a4e2afbffe5a0ab2543462caea0bbe. Does not pass distcheck and I need to release. tests/Makefile.am | 7 - tests/data/user-dirs.dirs | 2 - tests/ephy-file-helpers-test.c | 392 ---------------------------------------- 3 files changed, 0 insertions(+), 401 deletions(-) commit a166462bcaf8211416c3e19a421c0ae5279e1b9f Author: Diego Escalante Urrelo Date: Wed Mar 7 18:04:43 2012 -0500 ephy-navigation-history-action: restore menus In ebbb1c48197f53b98575b0cb4f6d9fa1e4535abc back/forward drop-downs were removed. This commit brings them back, using the removed code with minor updates. https://bugzilla.gnome.org/show_bug.cgi?id=671609 src/ephy-navigation-history-action.c | 396 ++++++++++++++++++++++++++++++++++ 1 files changed, 396 insertions(+), 0 deletions(-) commit afc5412ee87d1bf9bae16ff1c2b6ea7e3043d1e2 Author: William Ting Date: Tue Apr 3 22:42:56 2012 +0900 epiphany-bookmarks-html.xsl: prioritize smart link URIs over regular links When exporting bookmarks to HTML, certain smart link metadata is lost that would otherwise be preserved in RDF / XML format. Now smart link URIs are used in place of regular link URIs if they exist. https://bugzilla.gnome.org/show_bug.cgi?id=534565 data/epiphany-bookmarks-html.xsl | 25 +++++++++++++++++++++---- 1 files changed, 21 insertions(+), 4 deletions(-) commit 43c56077a25778deaa9d96e19633d3482cd70c0d Author: Kjartan Maraas Date: Mon Apr 30 14:31:46 2012 +0200 Updated Norwegian bokmål translation po/nb.po | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit d1ba46b3f4a4e2afbffe5a0ab2543462caea0bbe Author: Diego Escalante Urrelo Date: Sun Apr 1 19:27:09 2012 -0500 tests: add ephy-file-helpers-test Test API for file switch, tmp file creation, downloads, desktop directories. https://bugzilla.gnome.org/show_bug.cgi?id=673337 tests/Makefile.am | 7 + tests/data/user-dirs.dirs | 2 + tests/ephy-file-helpers-test.c | 392 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 401 insertions(+), 0 deletions(-) commit cebb6d5f7baf01520e02d2434612c57fe878acea Author: Diego Escalante Urrelo Date: Sun Apr 1 19:24:39 2012 -0500 e-file-helpers: unset EPHY_UUID_ENVVAR on shutdown https://bugzilla.gnome.org/show_bug.cgi?id=673337 lib/ephy-file-helpers.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 9571561ecfea075e3443e5d7344be8f1ffa9e49e Author: Martin Robinson Date: Fri Apr 20 10:30:32 2012 -0700 Replace "system" with system languages when setting spelling dictionaries The string "system" is used as a placeholder for the default system languages in the preference listing of spelling dictionaries. Before sending this to WebKit to set the spelling dictionaries, we should fill in the actual default system languages. embed/ephy-embed-prefs.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) commit 055a0f01e8ffcb857c1187d13450972dab05cca8 Author: Takayuki KUSANO Date: Wed Apr 25 12:18:44 2012 +0900 [l10n] Update Japanese translation po/ja.po | 665 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 282 insertions(+), 383 deletions(-) commit 49998e766854b57d889fe3ed22221f3d81000806 Author: Gabor Kelemen Date: Sun Apr 22 15:45:10 2012 +0200 Updated Hungarian translation po/hu.po | 560 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 282 insertions(+), 278 deletions(-) commit ed4624fcd8ec557f4df74d47cb7e277c0165aa1c Author: Yaron Shahrabani Date: Sun Apr 22 11:26:31 2012 +0300 Updated Hebrew translation. po/he.po | 1139 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 642 insertions(+), 497 deletions(-) commit a101be10c2bcdbd5ca8d5d22b1315237d54f54f4 Author: Diego Escalante Urrelo Date: Fri Apr 6 12:09:49 2012 -0500 e-file-helpers: improve ephy_file_tmp_filename comment https://bugzilla.gnome.org/show_bug.cgi?id=673337 lib/ephy-file-helpers.c | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) commit 7a114f5c90af9fecad7054cd00badcc27511b469 Author: Diego Escalante Urrelo Date: Sat Mar 31 19:20:49 2012 -0500 e-web-app-utils: use LOG and g_warning instead of g_print https://bugzilla.gnome.org/show_bug.cgi?id=673348 embed/ephy-web-app-utils.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit b072cc742dea761846fc0d445851a53dff3ed829 Author: Diego Escalante Urrelo Date: Sat Apr 7 03:03:24 2012 -0500 ephy-shell: EPHY_NEW_TAB_DONT_SHOW_WINDOW means no realize If the user passed EPHY_NEW_TAB_DONT_SHOW_WINDOW do not call gtk_widget_realize and gtk_widget_grab_focus on the returned EphyEmbed since this is most likely against the intentions of EPHY_NEW_TAB_DONT_SHOW_WINDOW. https://bugzilla.gnome.org/show_bug.cgi?id=673683 src/ephy-shell.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f9e00946d51a745f392ba88bf879e77bb157e663 Author: Gustavo Noronha Silva Date: Mon Apr 9 00:10:51 2012 -0300 Also consider email inputs when looking for user/password forms Some sites use email addresses for login purposes, and already adopted the email input type for the login forms. This means we should also consider email inputs as a possible username entry. https://bugzilla.gnome.org/show_bug.cgi?id=666326 embed/ephy-web-view.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4435b6197650a8ce8e9ade06f8835e9ef140b425