commit 2ff9861151c969f1883593144d69761895c530ea Author: Claudio Saavedra Date: Tue Jan 14 00:12:49 2014 +0200 [release] 3.11.3 NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) commit 00946fff36aed48fac4645a2587bf9c9ef0b0b00 Author: Bastien Nocera Date: Mon Dec 16 11:13:48 2013 +0100 Remove analytics from browsed URLs When using "Do not track", also remove analytics information from URLs using the new URI helper. https://bugzilla.gnome.org/show_bug.cgi?id=720520 embed/web-extension/Makefile.am | 2 ++ embed/web-extension/ephy-web-extension.c | 13 ++++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) commit 7f09ee3763add068fc715da677568ffbbd2273df Author: Bastien Nocera Date: Mon Dec 16 11:11:21 2013 +0100 lib: Add helper to remove tracking from URIs This function, based on the PureURL Firefox add-on, will strip tracking information from URLs, such as analytics information. See https://addons.mozilla.org/fr/firefox/addon/pure-url/ https://bugzilla.gnome.org/show_bug.cgi?id=720520 lib/Makefile.am | 2 + lib/ephy-uri-helpers.c | 258 ++++++++++++++++++++++++++++++++++++++++++ lib/ephy-uri-helpers.h | 38 +++++++ tests/Makefile.am | 4 + tests/ephy-uri-helpers-test.c | 82 ++++++++++++++ 5 files changed, 384 insertions(+) commit d9bf10fa3c3a65596984c38202d2de49bb694014 Author: William Jon McCann Date: Mon Jan 13 11:56:07 2014 -0500 Fix process crashed error page embed/ephy-web-view.c | 2 +- src/resources/process-crash.html | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) commit c3928d4a4c1e0c69c01d5c62e6d0217d8fe9f7fc Author: Carlos Garcia Campos Date: Mon Jan 13 17:44:46 2014 +0100 ephy-web-view: Use new API in WebKitResponsePolicyDecision to check if mime type is supported To decide whether to start a download or not. This method is a lot more efficient, because it doesn't require to send a message to the web process like webkit_web_view_can_show_mime_type() does. configure.ac | 2 +- embed/ephy-web-view.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 1227c9732890da40a14e746080792a784b9131bb Author: Carlos Garcia Campos Date: Thu Jan 9 13:30:52 2014 +0100 downloads: Use the filename suggested by the server when asking the user https://bugzilla.gnome.org/show_bug.cgi?id=674291 src/popup-commands.c | 109 +++++++++++++++++++-------------------------------- 1 file changed, 40 insertions(+), 69 deletions(-) commit d7941bf07f72af1778cdcac66652d1e583620844 Author: Carlos Garcia Campos Date: Thu Jan 9 13:27:40 2014 +0100 downloads: Do not add automatically the downloads to the UI when they are created This allows the creator to decide whether to add the download to the UI or not and when. The downloads are no longer handled by the EphyEmbedShell making clear who takes the ownership. Downloads are now explicitly added to a particular Ephywindow, instead of all the windows be notified by a download and deciding whether such download belongs to that particular window or not. embed/ephy-download.c | 7 ---- embed/ephy-embed-shell.c | 92 ------------------------------------------------ embed/ephy-embed-shell.h | 10 ------ embed/ephy-embed.c | 10 ------ embed/ephy-embed.h | 2 -- src/ephy-shell.c | 6 +++- src/ephy-window.c | 42 ++++++++-------------- src/ephy-window.h | 4 +++ src/popup-commands.c | 4 +++ 9 files changed, 27 insertions(+), 150 deletions(-) commit b84a86d5989b16092856ae3a24a3f8ab917840dd Author: Carlos Garcia Campos Date: Thu Jan 9 12:57:41 2014 +0100 downloads: Simplify save_property_url Remove unused action parameter and ask_user, since it's always called with TRUE value. src/popup-commands.c | 60 ++++++++++++++++++++++------------------------------ 1 file changed, 25 insertions(+), 35 deletions(-) commit 96910a007577333b07fddee67f95ae768cc4e5c0 Author: Carlos Garcia Campos Date: Thu Jan 9 12:44:42 2014 +0100 downloads: Do not duplicate the destination in EphyDownload Use the WebKitDownload API instead. It simplifies the code and ensures we always use the right destination. embed/ephy-download.c | 79 +++++++++++---------------------------------------- 1 file changed, 17 insertions(+), 62 deletions(-) commit 1fbe35039f6706c2e10c888859ea392460fc0d8f Author: Fran Diéguez Date: Mon Jan 13 01:38:57 2014 +0100 Updated Galician translations po/gl.po | 382 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 206 insertions(+), 176 deletions(-) commit 9a35dc32ec45847e3e2a31f2ef6ec3e7ed1f35bf Author: Dimitris Spingos Date: Sun Jan 12 20:13:24 2014 +0200 Updated Greek translation po/el.po | 390 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 210 insertions(+), 180 deletions(-) commit c8e5911606ef056cfbae3daafca633a7fda223e8 Author: Aurimas Černius Date: Sun Jan 12 19:43:33 2014 +0200 Updated Lithuanian translation po/lt.po | 469 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 233 insertions(+), 236 deletions(-) commit 884643e2740a29dddb1bf10917efcd4d76258600 Author: Daniel Mustieles Date: Fri Jan 10 11:04:30 2014 +0100 Updated Spanish translation po/es.po | 147 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 93 insertions(+), 54 deletions(-) commit d2b9c24175387c9951c362ff052a65061465435c Author: Yosef Or Boczko Date: Wed Jan 8 17:15:57 2014 +0200 Updated Hebrew translation po/he.po | 119 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 77 insertions(+), 42 deletions(-) commit 4b80445233471e4fd9f92b59fcf0e213e4d631bf Author: Michael Catanzaro Date: Wed Jan 8 08:54:41 2014 -0600 Use HTTPS for DDG and Google searches by default Change the default bookmarks, the gschema, and the search engine options in the preferences dialog https://bugzilla.gnome.org/show_bug.cgi?id=707694 data/default-bookmarks.rdf.in | 12 ++++++------ data/org.gnome.epiphany.gschema.xml | 2 +- src/prefs-dialog.c | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) commit f24d612266b4dbf27c4ce91f3807e1f38a139bd9 Author: William Jon McCann Date: Sun Dec 22 11:27:11 2013 -0500 Use a menu button for the download item https://bugzilla.gnome.org/show_bug.cgi?id=720941 lib/widgets/ephy-download-widget.c | 73 ++++++++++++++++++++------------------ 1 file changed, 39 insertions(+), 34 deletions(-) commit e0bf4057b44661cb83ee24f9195e817ea0c00cbd Author: William Jon McCann Date: Sun Dec 22 10:48:45 2013 -0500 Fix download bar close button https://bugzilla.gnome.org/show_bug.cgi?id=720941 src/ephy-window.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit a2cb59a934cf33be6731ac6e274d847dc776c92d Author: William Jon McCann Date: Sun Dec 22 10:27:01 2013 -0500 Make download label smaller https://bugzilla.gnome.org/show_bug.cgi?id=720941 lib/widgets/ephy-download-widget.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit 6b7999b1ea3428d60d6853f0e30d299fec8d4dfd Author: William Jon McCann Date: Sun Dec 22 10:07:01 2013 -0500 Separate the icon from the label in the download item https://bugzilla.gnome.org/show_bug.cgi?id=720941 lib/widgets/ephy-download-widget.c | 1 + 1 file changed, 1 insertion(+) commit 08aa34f09eeb4f04bd5c34c355a7c7a474732470 Author: William Jon McCann Date: Sun Dec 22 09:23:25 2013 -0500 Improve the display of remaining time https://bugzilla.gnome.org/show_bug.cgi?id=720941 lib/widgets/ephy-download-widget.c | 61 ++++++++++++++++++++++++-------------- 1 file changed, 39 insertions(+), 22 deletions(-) commit b390094c31c704153fb9fab767c43cd134a4288c Author: William Jon McCann Date: Tue Jan 7 20:46:33 2014 -0500 Refactor download widget to split create and populate https://bugzilla.gnome.org/show_bug.cgi?id=720941 lib/widgets/ephy-download-widget.c | 218 ++++++++++++++++++++++--------------- 1 file changed, 132 insertions(+), 86 deletions(-) commit b8347fa31225f200cd1f6ae1a0ab48a68e6819d8 Author: Carlos Garcia Campos Date: Wed Jan 8 12:46:54 2014 +0100 downloads: Prefer the content type returned by the server Instead of using the destination file. g_file_query_info() does synchronous I/O, so use it only as fallback when the server response doesn't include a content type header. https://bugzilla.gnome.org/show_bug.cgi?id=721781 embed/ephy-download.c | 55 ++++++++++++++++++++++++--------------------------- 1 file changed, 26 insertions(+), 29 deletions(-) commit 4fc9029ad60b18fe3232c2ffc1b1757a42744bab Author: Daniel Mustieles Date: Wed Jan 8 12:42:03 2014 +0100 Updated Spanish translation po/es.po | 283 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 143 insertions(+), 140 deletions(-) commit 2d5c91603bb5a7856ef940a3e3c7429f263cc9b8 Author: Carlos Garcia Campos Date: Wed Jan 8 12:28:54 2014 +0100 downloads: Rename ephy_download_new_for_download as ephy_download_new embed/ephy-download.c | 8 ++++---- embed/ephy-download.h | 5 ++--- src/ephy-shell.c | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) commit e28f8c6f268376899527bf00ccfb8380eeef0cce Author: Carlos Garcia Campos Date: Wed Jan 8 12:03:54 2014 +0100 downloads: Remove unused EphyDownload:source property embed/ephy-download.c | 39 --------------------------------------- embed/ephy-download.h | 1 - tests/ephy-download-test.c | 7 +++++-- 3 files changed, 5 insertions(+), 42 deletions(-) commit 227c7f3f2dcc703133a27bf6d7848f4eec6efbb8 Author: Carlos Garcia Campos Date: Wed Jan 8 11:56:02 2014 +0100 downloads: Remove ephy_download_start() This doesn't make sense now in WebKit2, because a WebKitDownload object represents an already started download. embed/ephy-download.c | 21 ++------------------- embed/ephy-download.h | 1 - src/popup-commands.c | 4 ---- tests/ephy-download-test.c | 1 - 4 files changed, 2 insertions(+), 25 deletions(-) commit 064e878a4b1f23539df54b0234b0cb287b0e0c8e Author: Carlos Garcia Campos Date: Wed Jan 8 11:49:45 2014 +0100 downloads: Remove ephy_download_set_auto_destination() It's currently no-op. embed/ephy-download.c | 15 --------------- embed/ephy-download.h | 1 - embed/ephy-embed.c | 1 - src/popup-commands.c | 2 -- 4 files changed, 19 deletions(-) commit 792120a5cecb76e0426afc442ae7507432c0692b Author: Carlos Garcia Campos Date: Wed Jan 8 11:39:18 2014 +0100 downloads: Remove unused method ephy_download_new() embed/ephy-download.c | 18 +----------------- embed/ephy-download.h | 1 - 2 files changed, 1 insertion(+), 18 deletions(-) commit f255b36e3807f9fc8b99893e5394236f7665a01a Author: Carlos Garcia Campos Date: Wed Jan 8 11:36:58 2014 +0100 downloads: Remove unexistent method ephy_download_pause() embed/ephy-download.h | 1 - 1 file changed, 1 deletion(-) commit 8fe41d2fb949b982c4d475b8304745aa534b97e7 Author: Colin Walters Date: Tue Jan 7 18:47:36 2014 -0500 build: Fix srcdir != builddir from git Continuous does srcdir != builddir from git. Now that we're including generates files from lib/widgets, we need $(builddir). embed/Makefile.am | 1 + src/Makefile.am | 2 ++ src/bookmarks/Makefile.am | 1 + tests/Makefile.am | 1 + 4 files changed, 5 insertions(+) commit 8c1d336d106f3419e095361c6935cd1b2e2ed227 Author: Yosef Or Boczko Date: Wed Jan 8 01:32:05 2014 +0200 Updated Hebrew translation po/he.po | 283 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 145 insertions(+), 138 deletions(-) commit 6a47dd3f1594cf510d953bd6db2e443eec488da1 Author: Yosef Or Boczko Date: Wed Jan 8 01:23:06 2014 +0200 Mark a string to translatable src/resources/epiphany.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c92b52c38495c79add07bd91bcf181beae80d20f Author: William Jon McCann Date: Tue Dec 31 13:31:45 2013 -0500 Remove use of stock items in floating status bar By syncing widget from nautilus https://bugzilla.gnome.org/show_bug.cgi?id=721285 embed/ephy-embed.c | 4 +- lib/widgets/nautilus-floating-bar.c | 134 +++++++++++++++++++++++++++--------- lib/widgets/nautilus-floating-bar.h | 12 +++- 3 files changed, 111 insertions(+), 39 deletions(-) commit 3dc55cfc1de7029575f0a145f875bdb7ccb6ba00 Author: William Jon McCann Date: Tue Dec 31 13:20:40 2013 -0500 Don't use stock items and deprecated widgets in lang prefs dialog https://bugzilla.gnome.org/show_bug.cgi?id=721285 src/resources/prefs-lang-dialog.ui | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) commit 116810b771501f5c40216f6bc792bc83ada627f5 Author: William Jon McCann Date: Tue Jan 7 17:17:44 2014 -0500 Don't use stock and deprecated widgets in prefs dialog https://bugzilla.gnome.org/show_bug.cgi?id=721285 src/resources/prefs-dialog.ui | 78 +++++++++++++++++++++++++++---------------- 1 file changed, 50 insertions(+), 28 deletions(-) commit e532c781b15b2dea844bbc65d04bcdd3da32ffb6 Author: William Jon McCann Date: Tue Jan 7 17:17:25 2014 -0500 Remove help button from prefs dialog https://bugzilla.gnome.org/show_bug.cgi?id=721285 src/prefs-dialog.c | 6 ------ src/resources/prefs-dialog.ui | 17 ----------------- 2 files changed, 23 deletions(-) commit d7324a6bfda05fd47fd7579ebc8ff092db70c266 Author: William Jon McCann Date: Tue Jan 7 17:15:40 2014 -0500 Don't use stock items and deprecated widgets in encoding dialog https://bugzilla.gnome.org/show_bug.cgi?id=721285 src/resources/epiphany.ui | 79 +++++++++++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 34 deletions(-) commit 7c53b353cf175e6f9fcef549e9f562980b017cd8 Author: William Jon McCann Date: Tue Jan 7 17:15:01 2014 -0500 Remove help button from the encoding dialog https://bugzilla.gnome.org/show_bug.cgi?id=721285 src/ephy-encoding-dialog.c | 6 ------ src/resources/epiphany.ui | 18 ------------------ 2 files changed, 24 deletions(-) commit 3bf0f7dbb2c8dea3ac7b66d2ca62ed6779e66077 Author: William Jon McCann Date: Tue Dec 31 12:17:34 2013 -0500 Don't use stock ids for the security state of a page Use an enum instead. https://bugzilla.gnome.org/show_bug.cgi?id=721285 lib/widgets/Makefile.am | 3 ++- lib/widgets/ephy-location-entry.c | 40 ++++++++++++++++++++------------------- lib/widgets/ephy-location-entry.h | 13 ++++++++----- src/ephy-location-controller.c | 36 +++++++++++++++++------------------ src/ephy-window.c | 14 +++++++------- 5 files changed, 56 insertions(+), 50 deletions(-) commit a61723cf43a978e418afd4bd8c15d79c8dfb4d4d Author: William Jon McCann Date: Sat Dec 21 09:11:31 2013 -0500 Use a smaller text size for the url line in the completion menu https://bugzilla.gnome.org/show_bug.cgi?id=720876 lib/widgets/ephy-location-entry.c | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) commit a5760597d18267659293a5c1d820da82c42c315d Author: William Jon McCann Date: Sat Dec 21 08:16:47 2013 -0500 Match spacing in current Adwaita https://bugzilla.gnome.org/show_bug.cgi?id=720876 lib/widgets/ephy-location-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a22a8ae7543ce01316b93ffc3558aa333fd953e8 Author: William Jon McCann Date: Sat Dec 21 07:48:42 2013 -0500 Increase the row padding in the completion menu https://bugzilla.gnome.org/show_bug.cgi?id=720876 lib/widgets/ephy-location-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4fc7602943406e19d211221e3a3ff7a90c019b95 Author: William Jon McCann Date: Sat Dec 21 07:23:29 2013 -0500 Add more padding around the drag surface https://bugzilla.gnome.org/show_bug.cgi?id=720876 lib/widgets/ephy-location-entry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0b1e5e06d043057ae1126f468fd40bf6fb4190b9 Author: William Jon McCann Date: Sat Dec 21 07:18:19 2013 -0500 Center the favicon vertically on the drag surface https://bugzilla.gnome.org/show_bug.cgi?id=720876 lib/widgets/ephy-location-entry.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 4f76ca479f52ff23b66109fed641b590a7d249d5 Author: William Jon McCann Date: Sat Dec 21 06:51:40 2013 -0500 Always use a favicon in the drag surface https://bugzilla.gnome.org/show_bug.cgi?id=720876 lib/widgets/ephy-location-entry.c | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) commit fb0de41f33913cded3eb0ebc59dd4e7ad85bc520 Author: William Jon McCann Date: Sat Dec 21 06:30:49 2013 -0500 Don't show null in page title for about:plugins If for some reason an about: page doesn't load the next startup will show one of the error screens. Those screens assume they can get a hostname for the URL. There is no hostname for about: schemes. So, in that case just display the entire URL. https://bugzilla.gnome.org/show_bug.cgi?id=720876 embed/ephy-web-view.c | 2 ++ 1 file changed, 2 insertions(+) commit e504fb8fbc94a467190db0526bbe165ca9b6d250 Author: William Jon McCann Date: Sat Dec 21 06:25:35 2013 -0500 Don't show ephy-about: in the UI https://bugzilla.gnome.org/show_bug.cgi?id=720876 lib/widgets/ephy-location-entry.c | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) commit 6219f2b9e624ed32d5514906cb98cd94e3e16b2e Author: William Jon McCann Date: Fri Jan 3 13:24:28 2014 -0500 Copy all metadata when moving files lib/ephy-file-helpers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 5409a66aaa3ff2178504c6cfaa7adfe03624cba8 Author: Daniel Wyatt Date: Sat Nov 30 12:47:11 2013 -0500 Add ephy_file_move_uri to ephy-file-helpers https://bugzilla.gnome.org/show_bug.cgi?id=674291 lib/ephy-file-helpers.c | 35 +++++++++++++++++++++++++++++++++++ lib/ephy-file-helpers.h | 2 ++ 2 files changed, 37 insertions(+) commit 4897f86d5192049e88c4964411eecd07dd5fe43b Author: Daniel Wyatt Date: Sat Nov 30 12:46:43 2013 -0500 Add filename-suggested signal to EphyDownload https://bugzilla.gnome.org/show_bug.cgi?id=674291 embed/ephy-download.c | 17 +++++++++++++++++ embed/ephy-download.h | 2 ++ 2 files changed, 19 insertions(+) commit 007e6de4deb8d5ccb86290fbe0715dae35aede5c Author: Yosef Or Boczko Date: Tue Jan 7 22:58:36 2014 +0200 ephy-toolbar: Fix item positions Also bump GTK+ dependency to 2.1.4. https://bugzilla.gnome.org/show_bug.cgi?id=721713 configure.ac | 2 +- src/ephy-toolbar.c | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) commit 628dd3dc3994f063a257b5b3349cbf7f65d3076f Author: Garrett Regier Date: Tue Jan 7 15:54:27 2014 -0500 Set downloads that fail as finished Otherwise we will show a dialog when closing the window about unfinished downloads. https://bugzilla.gnome.org/show_bug.cgi?id=703576 lib/widgets/ephy-download-widget.c | 1 + 1 file changed, 1 insertion(+) commit 297c522463fb232ca23c6b1657fb3c2dd5aa526c Author: Garrett Regier Date: Wed Jul 3 13:46:05 2013 -0700 Fix failed downloads to disconnect from the finished handler Otherwise the finished signal will be called right after the failed handler and the download's label will be set to finished instead of the error message. Signed-off-by: Garrett Regier https://bugzilla.gnome.org/show_bug.cgi?id=703577 lib/widgets/ephy-download-widget.c | 3 +++ 1 file changed, 3 insertions(+) commit d3636181ea83ef14daa47ed21b8f02063e76115e Author: William Jon McCann Date: Sat Dec 21 13:39:40 2013 -0500 Don't open downloads automatically It is a bit strange to have apps open at random times in the future. https://bugzilla.gnome.org/show_bug.cgi?id=675854 data/org.gnome.epiphany.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6044c959c13f5d2e9950379c2f5620e724d85414 Author: Bastien Nocera Date: Thu Dec 19 18:37:11 2013 +0100 Revert "ephy-embed-single: also initialize nspluginwrapper plugins in WebKit2" The only plugin nspluginwrapper could really handle was Flash. Flash has had a 64-bit version for a while, and isn't available separately from Google Chrome any more. So, nspluginwrapper doesn't have anything to support, ergo, let's remove nspluginwrapper support. This reverts commit 09f082567a909bc9369f57a2e14b28846057814e. https://bugzilla.gnome.org/show_bug.cgi?id=720758 embed/ephy-embed-shell.c | 5 ----- 1 file changed, 5 deletions(-) commit 66160f5f2cd69383b9152a1579d1d92082a8afd1 Author: William Jon McCann Date: Thu Dec 19 14:05:29 2013 -0500 about: display whether plugins are disabled by preferences https://bugzilla.gnome.org/show_bug.cgi?id=720768 embed/ephy-about-handler.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) commit 77a267c05299c29ca9bd17127620a7d90cfb3a67 Author: Michael Catanzaro Date: Fri Jan 3 17:04:33 2014 -0600 Improve test_ephy_web_view_normalize_or_autosearch Run the test using a search engine other than DuckDuckGo, to make sure changing the search engine works as expected. https://bugzilla.gnome.org/show_bug.cgi?id=721348 tests/ephy-web-view-test.c | 43 ++++++++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 11 deletions(-) commit 7f5f8cd524f7061cda7b1a439ac891f1e20521bc Author: Michael Catanzaro Date: Fri Jan 3 16:12:26 2014 -0600 Fix tests if search engine is changed test_ephy_web_view_normalize_or_autosearch(): don't assume the default search engine has never been changed. https://bugzilla.gnome.org/show_bug.cgi?id=721348 tests/ephy-web-view-test.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) commit 848f7c1c79ea111c67adfb364f867c6a3aa4d31d Author: Yosef Or Boczko Date: Tue Jan 7 15:46:37 2014 +0200 ephy-window: Set the icon name as "web-browser" For the fallback app-menu in the headerbar. https://bugzilla.gnome.org/show_bug.cgi?id=720930 src/ephy-window.c | 1 + 1 file changed, 1 insertion(+) commit 9ba58a92a58d087dcb6b52c1ab727a81938cff4d Author: Yosef Or Boczko Date: Mon Jan 6 15:53:27 2014 +0200 about-handler: Align correctly the about page of incognito mode in RTL https://bugzilla.gnome.org/show_bug.cgi?id=721363 embed/ephy-about-handler.c | 3 +++ 1 file changed, 3 insertions(+) commit 1ee61ea6100ca526c5fae5552970eeba924279ec Author: Dimitris Spingos Date: Sat Jan 4 22:37:57 2014 +0200 Updated Greek translation of help help/el/el.po | 131 +++++++++++++++++++++++++++++++++------------------------- 1 file changed, 74 insertions(+), 57 deletions(-) commit 0f33d5697a38c8b86266acc118295747c283cf02 Author: William Jon McCann Date: Mon Dec 23 07:48:02 2013 -0500 Make alt + left/right navigate back/forward https://bugzilla.gnome.org/show_bug.cgi?id=720897 src/ephy-window.c | 2 ++ 1 file changed, 2 insertions(+) commit 4495e1bda293e027d0616b7d4856a5ca3088d67a Author: William Jon McCann Date: Sat Dec 21 13:54:38 2013 -0500 Reset the language setting when all languages are removed from the UI https://bugzilla.gnome.org/show_bug.cgi?id=720896 src/prefs-dialog.c | 4 ++++ 1 file changed, 4 insertions(+) commit 243bbeb5a77410b70aff9f6858b3c6c576b09d47 Author: Michael Catanzaro Date: Mon Dec 16 12:35:53 2013 -0600 Generate .gitignore with git.mk Keeps it up to date. Also, allows cleaning Autotools-generated files with 'make maintainer-clean' https://bugzilla.gnome.org/show_bug.cgi?id=720548 .gitignore | 62 -------- Makefile.am | 7 + data/Makefile.am | 2 + data/pages/Makefile.am | 2 + doc/Makefile.am | 2 + embed/Makefile.am | 2 + embed/web-extension/Makefile.am | 2 + git.mk | 311 ++++++++++++++++++++++++++++++++++++++++ help/Makefile.am | 2 + lib/Makefile.am | 2 + lib/egg/Makefile.am | 2 + lib/history/Makefile.am | 2 + lib/widgets/Makefile.am | 2 + src/Makefile.am | 2 + src/bookmarks/Makefile.am | 2 + tests/Makefile.am | 2 + tests/data/Makefile.am | 2 + 17 files changed, 346 insertions(+), 62 deletions(-) commit d0af7ceec1ee8bf2cb16f1553fc9f4f2879b4886 Author: William Jon McCann Date: Thu Jan 2 14:16:18 2014 -0500 Use a custom style for incognito mode https://bugzilla.gnome.org/show_bug.cgi?id=696078 src/Makefile.am | 1 + src/ephy-main.c | 5 ----- src/ephy-toolbar.c | 2 ++ src/ephy-window.c | 5 +++++ src/epiphany.gresource.xml | 1 + src/resources/epiphany.css | 26 ++++++++++++++++++++++++++ src/resources/incognito-tinted.png | Bin 0 -> 8497 bytes 7 files changed, 35 insertions(+), 5 deletions(-) commit 2c5a06f84d64cb640645ed5208577787562753f2 Author: William Jon McCann Date: Thu Jan 2 14:39:47 2014 -0500 Make incognito image a resource https://bugzilla.gnome.org/show_bug.cgi?id=696078 data/Makefile.am | 3 +-- data/incognito.png | Bin 8445 -> 0 bytes embed/ephy-about-handler.c | 19 +++++++++++-------- src/Makefile.am | 1 + src/epiphany.gresource.xml | 1 + src/resources/incognito.png | Bin 0 -> 8445 bytes 6 files changed, 14 insertions(+), 10 deletions(-) commit 67799d1a3e2370ab327511c223df02aae3379e20 Author: Andika Triwidada Date: Fri Jan 3 21:37:29 2014 +0700 Updated Indonesian translation po/id.po | 1141 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 566 insertions(+), 575 deletions(-) commit 768f014f1c40b6be73a200c247d19810ea79f22c Author: William Jon McCann Date: Tue Dec 31 14:15:31 2013 -0500 Add me and jimmac to about dialog https://bugzilla.gnome.org/show_bug.cgi?id=721288 data/about.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 138c1b441619d2abbaaec971c62b73236ed3da84 Author: William Jon McCann Date: Tue Dec 31 14:13:21 2013 -0500 Remove unused old about page https://bugzilla.gnome.org/show_bug.cgi?id=721288 data/Makefile.am | 3 --- data/epiphany.xhtml | 64 ----------------------------------------------------- 2 files changed, 67 deletions(-) commit 5476c9c2ab3e832564e4f09cf31c01799366bf45 Author: William Jon McCann Date: Tue Dec 31 14:10:48 2013 -0500 Clean up some style in about: https://bugzilla.gnome.org/show_bug.cgi?id=721288 data/pages/about.css | 13 +++++++++++-- embed/ephy-about-handler.c | 6 +++--- 2 files changed, 14 insertions(+), 5 deletions(-) commit 1d5764e2c12e3e1c8e406705c2daf5a4e50e608f Author: Colin Walters Date: Thu Jan 2 08:52:22 2014 -0500 build: s/INCLUDES/AM_CPPFLAGS/ to silence Automake warning We were already using AM_CPPFLAGS elsewhere, so it has to work. tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cb869fae2ea518d3779666f8ee8a1dba9e7d7d92 Author: Colin Walters Date: Mon Oct 21 11:00:51 2013 -0400 EphyWindow: Avoid passing unquoted uri to /bin/sh While in this case we're probably safe because this code path is for embedding users and thus aren't going to be subject to code injection attacks, we'll still going to fail if the argument contains shell metacharacters. Fix that by using g_spawn_async() which doesn't go through /bin/sh. Tested compilation, not at runtime, but should work. https://bugzilla.gnome.org/show_bug.cgi?id=710570 src/ephy-window.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) commit 37b5dd50d81394270c0089f012ed72301d26e3d2 Author: María Majadas Date: Thu Jan 2 09:58:40 2014 +0100 Updated Spanish translation help/es/es.po | 132 +++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 81 insertions(+), 51 deletions(-) commit 3019752776fce3a486013a798f0965c6560b13ff Author: Rafael Ferreira Date: Thu Jan 2 05:57:38 2014 -0200 Updated Brazilian Portuguese translation po/pt_BR.po | 1333 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 738 insertions(+), 595 deletions(-) commit dccd420e255728fc6949c3ebc5628804a6bf4003 Author: Daniel Mustieles Date: Mon Dec 30 11:51:04 2013 +0100 Updated Spanish translation po/es.po | 380 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 206 insertions(+), 174 deletions(-) commit c779008e89231f9f7834845cd9a66e0c5ce28b3a Author: Fran Diéguez Date: Mon Dec 30 00:00:57 2013 +0100 Updated Galician translations po/gl.po | 367 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 207 insertions(+), 160 deletions(-) commit 5793e9387ac20cc1133a558c95e38463461b7666 Author: Aurimas Černius Date: Sun Dec 29 18:01:22 2013 +0200 Updated Lithuanian translation po/lt.po | 1199 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 622 insertions(+), 577 deletions(-) commit ead37a59d08fe8b522bc848bb1c5a1efb9851853 Author: Sphinx Jiang Date: Fri Dec 27 22:08:47 2013 +0800 Update Chinese simplified translation po/zh_CN.po | 1300 +++++++++++++++++++++++++++++++---------------------------- 1 file changed, 694 insertions(+), 606 deletions(-) commit 074437db36f55b5a036fce369bce9d9a35893822 Author: Dimitris Spingos Date: Thu Dec 26 18:34:24 2013 +0200 Updated Greek translation po/el.po | 343 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 196 insertions(+), 147 deletions(-) commit ef1ac79e8db8523fe679f9e19ab514ae607c431f Author: Matej Urbančič Date: Mon Dec 23 20:10:51 2013 +0100 Updated Slovenian translation po/sl.po | 1202 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 615 insertions(+), 587 deletions(-) commit 090c42731c5949f28ff918db933c4c55388e6f96 Author: Michael Catanzaro Date: Sun Dec 22 22:03:06 2013 -0600 Fix bookmark importing Bookmark importing was broken due to a typo during the stock item removal. https://bugzilla.gnome.org/show_bug.cgi?id=719821 src/bookmarks/ephy-bookmarks-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2a072571e6cf9b526043c39ef4fb9434e241d55f Author: Yosef Or Boczko Date: Sun Dec 22 19:20:06 2013 +0200 Updated Hebrew translation po/he.po | 406 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 231 insertions(+), 175 deletions(-) commit 438e566d4fb45388dd889435264ffcd027570569 Author: Michael Catanzaro Date: Sat Dec 14 18:32:51 2013 -0600 Add a preference for setting the search engine This combo box allows the user to select from: * DuckDuckGo, Google, and Bing, always. * Any smart bookmarks the user may have added. * The current value of the gsetting, if the user has manually edited it. An improvement would be to provide a better UI for the creation of smart bookmarks in the preferences dialog. https://bugzilla.gnome.org/show_bug.cgi?id=709459 src/bookmarks/ephy-bookmarks.h | 5 ++ src/prefs-dialog.c | 152 +++++++++++++++++++++++++++++++++++++++++ src/resources/prefs-dialog.ui | 101 ++++++++++++++++++++++++++- 3 files changed, 255 insertions(+), 3 deletions(-) commit c986763df40307ac812902307716abc41bb6b8d4 Author: Michael Catanzaro Date: Mon Dec 16 20:19:45 2013 -0600 Mark keyword-search-url default for translation We allow region parameters in the default "Search the web" smart bookmark, which probably nobody ever uses, so why not in the default search engine that people actually DO use? Also needed because the DDG URL in the preferences dialog will be translatable, and this must match it to avoid being detected as a separate, custom search engine. https://bugzilla.gnome.org/show_bug.cgi?id=709459 data/org.gnome.epiphany.gschema.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit 6881e68c7b3b0b7e4039a2939c8e20ad791751e7 Author: Colin Walters Date: Fri Dec 20 14:12:20 2013 -0500 embed: Fix use of g_source_set_name_by_id The compiler was warning us about this one. https://bugzilla.gnome.org/show_bug.cgi?id=720846 embed/ephy-file-monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d9c019e16b48586936271dabbc3f8a21b1925f53 Author: Reinout van Schouwen Date: Tue Dec 17 23:23:39 2013 +0100 Fix translators comment, bug #720639 embed/ephy-web-view.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)