commit bee54f0b2e072c0d7f7bf4d0bd5148c36e504206
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Oct 14 18:46:54 2014 +0300

    tests: disable broken cases
    
    A page that doesn't load won't have a proper uri, so disable that.
    The about pages, not sure yet, but there's a release to make.

 tests/ephy-web-view-test.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit a225e8b1724cd69fdd6aa1f63c83165255bbed41
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Oct 13 17:31:05 2014 +0200

    window: Ignore new-window-in-tabs setting in application mode
    
    There are no tabs in application mode.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712402

 src/ephy-window.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit ee17d6e8c10bf99914cbef8eb2e8aa0c4a33d11f
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Fri Oct 10 14:56:35 2014 +0200

    app-mode: Make sure external links are openend in the default web browser
    
    Some sites like gmail, open external links by first opening an empty
    window and then loading the URL in that window. In that case we need to
    wait until we know the URL to decide whether to show the window, or open
    the request in the default browser.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658395

 src/ephy-window.c | 52 ++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 44 insertions(+), 8 deletions(-)

commit 76cd91aa585cf62b3966ec8dfee2c7cdd52e24f1
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Fri Oct 10 12:49:29 2014 +0200

    window: Simplify the code to open external uris in default browser when in app mode
    
    Use ephy_embed_utils_urls_have_same_origin() to check if the target URL
    is external or not and ephy_file_open_uri_in_default_browser() to open
    the URL in the default browser if it's external.

 src/ephy-window.c | 38 ++++++--------------------------------
 1 file changed, 6 insertions(+), 32 deletions(-)

commit 10f7127750d2717a1a252f37ac97bf9ea73c06ac
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Fri Oct 10 12:48:22 2014 +0200

    embed: Add ephy_embed_utils_urls_have_same_origin()
    
    Helper function to check if two URLs have the same origin

 embed/ephy-embed-utils.c | 22 ++++++++++++++++++++++
 embed/ephy-embed-utils.h |  2 ++
 2 files changed, 24 insertions(+)

commit d7b9f5b6875b40fb00ff3ba1029c6285c3edf78f
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Fri Oct 10 11:54:52 2014 +0200

    file-helpers: Add ephy_file_open_uri_in_default_browser()
    
    Helper function to open the given uri in the default browser

 lib/ephy-file-helpers.c | 33 +++++++++++++++++++++++++++++++++
 lib/ephy-file-helpers.h |  3 +++
 2 files changed, 36 insertions(+)

commit 27506cc00cff60ad4fb5a9ffb23f1d7383a1f3f0
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Tue Oct 14 08:51:57 2014 +0200

    app-mode: Use shared secondary process model for web app mode
    
    External links that might broke the app are opened in a external
    browser, so better use a single web process for all web app windows.

 embed/ephy-embed-shell.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit ea9e139acb7a6373627e980b9beb8efad8d0d8e2
Author: Michael Catanzaro <mcatanzaro@igalia.com>
Date:   Wed Aug 27 09:08:34 2014 -0500

    Do not show weird context menu entries in app mode
    
    "Inspect element" and "Send Link by Email" should not be shown in app
    mdoe.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699584

 src/ephy-window.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit 4d7a442320f2e4d87871fd0003617ddd25331b55
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Sun Oct 5 11:19:18 2014 +0000

    Updated Italian translation

 po/it.po | 608 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 370 insertions(+), 238 deletions(-)

commit de11d95eeb0f33951f9346ab8f6a5d2feef2b9fb
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Fri Oct 3 15:44:26 2014 +0300

    ephy-embed-shell: make history read-only in incognito mode
    
    Whatever is searched in a incognito session shouldn't go to the
    history, not even if this will be deleted afterwards.

 embed/ephy-embed-shell.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 2211cd3861f70b55a9dae27dffeb82419859c499
Author: Michael Catanzaro <mcatanzaro@igalia.com>
Date:   Wed Oct 1 14:38:06 2014 -0500

    Add support for mhtml files to desktop file
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737738

 data/epiphany.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d7f645fc24b91546f882a044a704fe8e4644ffed
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Thu Oct 2 12:30:16 2014 +0000

    Updated Chinese (Taiwan) translation

 po/zh_TW.po | 277 ++++++++++++++++++++++++++++--------------------------------
 1 file changed, 131 insertions(+), 146 deletions(-)

commit fd4357f9a78cb7c77d7c375e778457f9015be78b
Author: Michael Catanzaro <mcatanzaro@igalia.com>
Date:   Tue Sep 30 17:53:21 2014 -0500

    Use a GtkMenuButton for the window menu and remove EphyPageMenuAction
    
    This fixes the style of the button when it is active with GTK+ 3.14.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737688

 src/Makefile.am             |   2 -
 src/ephy-page-menu-action.c | 181 --------------------------------------------
 src/ephy-page-menu-action.h |  55 --------------
 src/ephy-toolbar.c          |  17 ++---
 src/ephy-window.c           |  31 +++-----
 5 files changed, 19 insertions(+), 267 deletions(-)

commit bce2687b65a580d68c0b24ed19d9b6a560369b3b
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Sun Sep 28 17:14:03 2014 +0300

    Updated Latvian translation

 po/lv.po | 669 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 409 insertions(+), 260 deletions(-)

commit e5cca91e78ec76f1f75cd4d1ee73c2df8bc7b57b
Author: Andres Gomez <agomez@igalia.com>
Date:   Fri Sep 26 19:02:31 2014 +0300

    configure.ac: bump libsoup version requirement
    
    Since the update in some deprecated soup API, we
    are using new one only present sin 2.48.0, so
    bump to it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737452

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2061b1ff027c1394ebfcb414dcfc903c0cd11e07
Author: Michael Catanzaro <mcatanzaro@igalia.com>
Date:   Wed Sep 24 21:58:07 2014 -0500

    Fix download failure when overwriting file
    
    When using e.g. Save Image As, if the user tries to save a download over
    an existing file we prompt him to confirm that he wishes to delete the
    original file. Then the download fails. Actually delete the original
    file instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737329

 src/popup-commands.c | 4 ++++
 1 file changed, 4 insertions(+)

commit e4dc1c20fd92cc9681ae76d980c9a9cec9f469e6
Author: YunQiang Su <yqsu@src.gnome.org>
Date:   Thu Sep 25 00:27:33 2014 +0800

    update zh_CN translation

 po/zh_CN.po | 162 +++++++++++++++++++-----------------------------------------
 1 file changed, 52 insertions(+), 110 deletions(-)