commit 883f84cee9d762fd0326ef19e936e5bc12482487 Author: Michael Catanzaro Date: Sun Sep 18 21:02:11 2016 -0500 Prepare 3.20.4 NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) commit 88f3ef095ec13a9e08ec31a0f145b72fea62fe60 Author: Michael Catanzaro Date: Sat Sep 10 16:46:40 2016 -0500 Update for WebKitGTK+ 2.14 unstable DOM API/ABI break There were two API breaks in WebKitDOMDOMTokenList. Do not provide compatibility with older versions of WebKit, due to the several security issues. configure.ac | 2 +- embed/web-extension/ephy-web-overview.c | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) commit 6914ebcc51cb89f101dec6028d6310fe2d85f50f Author: Michael Catanzaro Date: Tue Sep 6 00:38:17 2016 -0500 web-view: set user-content-manager when creating related view WebKit does not set the WebKitUserContentManager from the related view GObject property. The WebKitUserContentManager only gets set automatically when using the webkit_web_context_new_with_related_view GObject API. This means all our script message handlers (and also user CSS) were broken in related views (views that share the same web process), e.g. when using the Add Account feature to switch between multiple Google accounts on Google pages. This is probably also the cause of user complaints that sometimes bypassing the unacceptable TLS certificate error page doesn't work. https://bugzilla.gnome.org/show_bug.cgi?id=769627 embed/ephy-web-view.c | 3 +++ 1 file changed, 3 insertions(+) commit 566a8ab357305e05f06b88b54090ce33ba2a6606 Author: Michael Catanzaro Date: Mon Aug 29 13:42:14 2016 -0500 web-view: remove outdated assert on error types Show a proper error page when we receive an unexpected error, instead of displaying the error as ASCII text embed/ephy-web-view.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) commit 77ddd9bd0b217f6a5cf427ecb563c12c16bb9ed1 Author: Matej Urbančič Date: Fri Aug 26 22:53:22 2016 +0200 Updated Slovenian translation po/sl.po | 920 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 451 insertions(+), 469 deletions(-) commit 6ee2083665d8c78cbbf561389a49095953df8e53 Author: Michael Catanzaro Date: Sun Aug 7 22:04:19 2016 -0500 web-view: limit permission request info bars Else a web page can fill the browser window with unlimited notification permission requests. Limit ourselves to one info bar per permission request type, same as we already limit ourselves to one password info bar. https://bugzilla.gnome.org/show_bug.cgi?id=764593 embed/ephy-web-view.c | 50 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 39 insertions(+), 11 deletions(-) commit 24588da891eced576fd1b92a15272b786003566d Author: Michael Catanzaro Date: Sun Aug 7 21:24:17 2016 -0500 web-view: properly remove password info bar weak pointer embed/ephy-web-view.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit d8b1e5e58619bfe0348e55362bbeebec57889841 Author: Tomas Popela Date: Wed Jul 27 16:16:00 2016 +0200 Clear various WebKit DOM objects after using them embed/web-extension/ephy-web-dom-utils.c | 32 +++++++++++++++++++++++++------- embed/web-extension/ephy-web-extension.c | 1 + embed/web-extension/ephy-web-overview.c | 10 ++++++++-- 3 files changed, 34 insertions(+), 9 deletions(-) commit 70c775bfb83f57535367c1991fe7c813fdee02da Author: Piotr Drąg Date: Mon Jul 11 11:38:40 2016 +0200 Updated Polish translation po/pl.po | 1035 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 503 insertions(+), 532 deletions(-) commit cbb37119d94e980630881fd57de992e5c805c6e6 Author: Michael Catanzaro Date: Sat Jul 9 13:32:02 2016 -0500 Generate ChangeLog in builddir https://bugzilla.gnome.org/show_bug.cgi?id=768218 Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 01a3db5e124993d0d6b1596e68dae4d21538f42a Author: Michael Catanzaro Date: Wed Jun 29 20:03:19 2016 -0500 Limit size of ChangeLog file Take the last 500 commits; works out to a little over half a year of commits at the current rate. Reduces the ChangeLog to a reasonable size. https://bugzilla.gnome.org/show_bug.cgi?id=768218 Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3cab5811cb9a338a84bfef1783e23b6866d8aabe Author: Michael Catanzaro Date: Wed Jun 29 19:57:07 2016 -0500 build: Fix misleading changelog generation code $(top_builddir) is defined as . and so it's always the cwd, hence the ChangeLog is always being generated in $(srcdir). Make it clear that's what's going on. https://bugzilla.gnome.org/show_bug.cgi?id=768218 Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 9573c6efe61fe91b055e66ee7928bfe0e2b3bc0a Author: Carlos Garnacho Date: Thu Jun 30 16:45:13 2016 +0200 embed: Check for NULL SoupURI when trying to load invalid url Fixes crashes when accessing soup_uri memory. If there is no valid uri, just set the "local page" security level. https://bugzilla.gnome.org/show_bug.cgi?id=768250 embed/ephy-web-view.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit c08d60509f06727f401b002ecb37fca50b88f0eb Author: Fabio Tomat Date: Sun Jun 26 08:19:56 2016 +0000 Updated Friulian translation po/fur.po | 56 ++++++++++++++++---------------------------------------- 1 file changed, 16 insertions(+), 40 deletions(-) commit b40d4944216e6dc6db5bfdf6990b6e12940e7edc Author: Michael Catanzaro Date: Mon Jun 20 13:55:45 2016 -0500 Prepare 3.20.3 NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit 44dd3b90505c931a7cff5833760380e8b634fc02 Author: Michael Catanzaro Date: Mon Jun 20 13:53:03 2016 -0500 Fix ChangeLog generation for srcdir != builddir Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 5611b479932ed674581d8904d59f7d88c40015a8 Author: Andika Triwidada Date: Sat Jun 18 15:44:47 2016 +0000 Updated Indonesian translation po/id.po | 1352 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 696 insertions(+), 656 deletions(-) commit dc063322d18cff18b792cad56e84120c2990cfc1 Author: Michael Catanzaro Date: Tue Jun 14 09:55:05 2016 -0500 title-box: Fixup for the previous commit Handled a conflict improperly. src/ephy-title-box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 72576ed8f83e1fff655e49a1495ce4837c3992ee Author: Michael Catanzaro Date: Tue Jun 14 09:48:32 2016 -0500 Revert "title-box: Do not propagate button press events in title mode" This reverts commit 25df8678f43c26f990b07a758516585a91811df6. https://bugzilla.gnome.org/show_bug.cgi?id=767585 src/ephy-title-box.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit 8b7d247a929b6a3b3aa45a1227c7e1b5c466305a Author: Michael Catanzaro Date: Sun Jun 12 10:24:03 2016 -0500 toolbar: Activate downloads popover only for active window We don't want to open the popover n times for n different windows, just once. https://bugzilla.gnome.org/show_bug.cgi?id=764303 src/ephy-toolbar.c | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) commit eadd0c9f462e745ad53360bc36058c028a78be62 Author: Arash Mousavi Date: Sat Jun 4 05:28:19 2016 +0000 Updated Persian translation po/fa.po | 2926 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1643 insertions(+), 1283 deletions(-) commit 88128187dd0ecd363455c97e39d90773fb74f5ca Author: Gianvito Cavasoli Date: Tue May 24 07:19:30 2016 +0000 Updated Italian translation po/it.po | 888 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 432 insertions(+), 456 deletions(-) commit 89a00646ff6d83e8497eed5968f0c0c769efb193 Author: Baurzhan Muftakhidinov Date: Sat May 21 09:09:45 2016 +0000 Updated Kazakh translation po/kk.po | 1053 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 517 insertions(+), 536 deletions(-) commit 81e0751d3db4ce1d792bd7f099e8d4f4931aad3b Author: Michael Catanzaro Date: Tue May 17 11:55:29 2016 -0500 Revert "ephy-shell: Always focus the main window when loading tabs in Wayland" This reverts commit 9889700e473988b86ce1fba9c683234af1c7e647. src/ephy-shell.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) commit 9889700e473988b86ce1fba9c683234af1c7e647 Author: Michael Catanzaro Date: Mon May 16 22:03:51 2016 -0500 ephy-shell: Always focus the main window when loading tabs in Wayland Else the window will never get focused, because most apps don't set DESKTOP_STARTUP_ID when launching Epiphany and therefore we have no plausible time to pass to gtk_window_present_with_time(). Note that gtk_window_present() on its own seems to do nothing. https://bugzilla.gnome.org/show_bug.cgi?id=766284 src/ephy-shell.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit 2f10340ccfc62d7dad30484e6e1a806d60cbbbd0 Author: Michael Catanzaro Date: Mon May 9 09:04:12 2016 -0500 Prepare 3.20.2 NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) commit 7cf764587e47311ae034203c5fd936ea864a424f Author: Michael Catanzaro Date: Wed Apr 13 17:05:19 2016 -0500 snapshot-service: Always return snapshots immediately if available Return a stale snapshot, then schedule creation of a new snapshot. This way, we show a preexisting snapshot even if snapshot creation fails. The new snapshot will be used only for future requests. https://bugzilla.gnome.org/show_bug.cgi?id=763184 lib/ephy-snapshot-service.c | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) commit e57f03454891e0f3c3b02ac81e8da719c87aa3c9 Author: Michael Catanzaro Date: Fri Apr 29 09:14:47 2016 -0500 Save the correct thumbnail mtime in the history service Save the thumbnail mtime when saving thumbnails so it actually reflects the mtime embedded in the thumbnail, not the time the page was saved in the history service. This regressed in 0433ac9. It's only noticeable now due to 9754735, which has resulted in thumbnails regularly disappearing from the overview. https://bugzilla.gnome.org/show_bug.cgi?id=763184 embed/ephy-embed-shell.c | 19 +++++++++--- lib/ephy-snapshot-service.c | 70 ++++++++++++++++++++++++++++++++++++++------- 2 files changed, 75 insertions(+), 14 deletions(-) commit e7156bfffa1616b0fbffd0c6375c4a9713ce6478 Author: Lapo Calamandrei Date: Thu May 5 18:49:19 2016 +0200 scss: theme updates and fixes update and correct the theme scss to reflect changes in gtk+ and regenerated the css. src/resources/epiphany.css | 69 +++++++++++++++++++-------------------------- src/resources/epiphany.scss | 59 ++++++++++++++++++++++---------------- 2 files changed, 63 insertions(+), 65 deletions(-) commit 072d8ae4db1076f43a6a5c60be4f8f9b0c6782b0 Author: Piotr Drąg Date: Tue May 3 17:42:02 2016 +0200 Use https in DDG lt and tr translations po/lt.po | 2 +- po/tr.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit cb3a7abfef6b6b3d11b1497a8fd30fe8cc4b6f3c Author: Piotr Drąg Date: Tue May 3 17:40:56 2016 +0200 Fix GSettings default value translations po/bg.po | 2 +- po/cs.po | 2 +- po/da.po | 2 +- po/de.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/fur.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/ko.po | 2 +- po/lt.po | 2 +- po/lv.po | 2 +- po/nb.po | 2 +- po/sk.po | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) commit a3a6c8ce39e4eec14293f6b9190acf8fea17273b Author: Michael Catanzaro Date: Sat Apr 23 15:45:49 2016 -0500 Fix build with WebKit trunk embed/web-extension/ephy-web-overview.c | 4 ++++ 1 file changed, 4 insertions(+) commit abb5bae9997fba1e36b1e568a041b62dc806e1d2 Author: Kjartan Maraas Date: Sun May 1 14:23:40 2016 +0200 Updated Norwegian bokmål translation. po/nb.po | 916 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 447 insertions(+), 469 deletions(-) commit 6fda87aa7b3e9c56bab2fd1784220b1622561d04 Author: Michael Catanzaro Date: Sat Apr 23 10:36:05 2016 -0500 Add sane default bookmarks data/default-bookmarks.rdf.in | 34 +++++++++------------------------- po/POTFILES.in | 1 - 2 files changed, 9 insertions(+), 26 deletions(-) commit 2e16bcf981f0b2a43013fec94e54a268bd88d3e3 Author: Cédric Valmary Date: Tue Apr 19 17:32:42 2016 +0000 Updated Occitan translation po/oc.po | 5187 +++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 3272 insertions(+), 1915 deletions(-) commit 701386dd4911af7ffa59a322bcd6451f447c8a62 Author: Fabio Tomat Date: Fri Apr 8 16:50:29 2016 +0000 Updated Friulian translation po/fur.po | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) commit c8c8d87eb54298b5b30236fab90485d9551149f9 Author: Fabio Tomat Date: Fri Apr 8 16:48:24 2016 +0000 Updated Friulian translation po/fur.po | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) commit 49fa27a00e09745003e12219c080eb2b4e8f3f14 Author: Michael Catanzaro Date: Fri Apr 8 09:09:10 2016 -0500 Prepare 3.20.1 NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) commit d27b074481247596fde4bec571bf445a627f8534 Author: Michael Catanzaro Date: Fri Apr 8 09:04:22 2016 -0500 file-chooser: Support WebP files It's not really sustainable to add every supported file type here manually, we need a better solution. But as a quick fix, add WebP support here. https://bugzilla.gnome.org/show_bug.cgi?id=739934 lib/widgets/ephy-file-chooser.c | 2 ++ 1 file changed, 2 insertions(+) commit 0ef3669b79e6a4f895496ca06d8fbb7028853c79 Author: Michael Catanzaro Date: Fri Apr 8 08:50:16 2016 -0500 Revert "AppData: Mark as unremovable in GNOME Software" This reverts commit a7f28dfbbaeb3cd89dc86cedd6ab571a8542af3e. None of us are sure we really want this, so let's leave it only on master for now. data/epiphany.appdata.xml.in | 1 - 1 file changed, 1 deletion(-) commit d548e2108abede5ed08e4ff270e4f5e6ea9aef04 Author: Fabio Tomat Date: Tue Apr 5 08:48:56 2016 +0000 Updated Friulian translation po/fur.po | 172 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 90 insertions(+), 82 deletions(-) commit 99f313e4691afdfc75deeb72831131833152f415 Author: Fabio Tomat Date: Tue Apr 5 08:09:18 2016 +0000 Updated Friulian translation po/fur.po | 117 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 62 insertions(+), 55 deletions(-) commit 79c3509634ac079b137b5167b5ef3e1a72cd41d2 Author: Alexander Shopov Date: Tue Apr 5 07:20:18 2016 +0300 Updated Bulgarian translation po/bg.po | 1413 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 750 insertions(+), 663 deletions(-) commit 5174060835ecea90b5d2d418b527cc1b5caea3aa Author: Fabio Tomat Date: Mon Apr 4 23:33:51 2016 +0000 Updated Friulian translation po/fur.po | 120 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 61 insertions(+), 59 deletions(-) commit 866fe53f32707acfda1ed094c96361f93255ac3f Author: Fabio Tomat Date: Mon Apr 4 23:15:54 2016 +0000 Updated Friulian translation po/fur.po | 187 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 110 insertions(+), 77 deletions(-) commit 9c0fc023c651cdbcc0f7d60c0369887b7906e2ac Author: Fabio Tomat Date: Mon Apr 4 21:18:50 2016 +0000 Updated Friulian translation po/fur.po | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) commit 2045b8fdaf42d72eb5299e346748bd23e70acfef Author: Fabio Tomat Date: Mon Apr 4 21:04:02 2016 +0000 Updated Friulian translation po/fur.po | 191 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 100 insertions(+), 91 deletions(-) commit d8d3d0b5537b86e3b5b93bf6704af3abf4b73ce5 Author: Fabio Tomat Date: Mon Apr 4 20:25:21 2016 +0000 Updated Friulian translation po/fur.po | 258 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 129 insertions(+), 129 deletions(-) commit 3196fbc74c2600fc5a0be5f649a23c4385eadf0e Author: Fabio Tomat Date: Mon Apr 4 19:57:17 2016 +0000 Updated Friulian translation po/fur.po | 137 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 92 insertions(+), 45 deletions(-) commit ad09d8b30b90ca80ca914e1995bffe3d1f4cacdf Author: Fabio Tomat Date: Mon Apr 4 14:06:15 2016 +0000 Added Friulian translation po/LINGUAS | 1 + po/fur.po | 2859 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2860 insertions(+) commit d996d897323186a1ce9d1f535b0943168d20685c Author: Günther Wutz Date: Thu Mar 31 12:52:47 2016 +0200 Emit close Signal to GtkDialog if GtkSearchEntry is focused https://bugzilla.gnome.org/show_bug.cgi?id=764408 src/ephy-history-window.c | 14 ++++++++++++++ src/resources/history-dialog.ui | 1 + 2 files changed, 15 insertions(+) commit 5300b066ce38fae58fb99cd3a5e21ba0c060b943 Author: Michael Catanzaro Date: Tue Mar 29 20:59:31 2016 -0500 snapshot-service: Take new snapshots after a restart The previous commit was correct, but the commit message was not. It stated that removing the erroneous check would cause snapshots to be taken if the stored snapshot is too old. In fact, removing the check did not affect behavior at all -- the check was useless -- and so that did nothing to fix our stale snapshot issue. If the snapshot path is not in memory cache, this is an indication that the snapshot is relatively stale (older than the current browsing session) and should be taken again. But we cannot use the existing snapshot path memory cache as-is, because it is populated not when snapshots are taken, but when snapshots are looked up. Augment the cache to remember which paths were snapshotted since Epiphany was last restarted, and check it to determine whether we're due for a snapshot of the current page. Also, remove use of the cache from EphyWebView, since that would prevent snapshots from ever being taken. This really fixes the issue. https://bugzilla.gnome.org/show_bug.cgi?id=763184 embed/ephy-web-view.c | 19 ++++---- lib/ephy-snapshot-service.c | 113 +++++++++++++++++++++++++++++--------------- 2 files changed, 83 insertions(+), 49 deletions(-) commit b6625e51de8a3a2ce00fe88b01339be1044505fb Author: Michael Catanzaro Date: Tue Mar 29 20:12:09 2016 -0500 Revert "snapshot-service: Update snapshots after one week" This reverts commit 80ba0ff169d472888389589b143407d56898ea62. This code has been broken since it was introduced. There are two cases where we use the snapshot service: * From EphyAboutHandler. Here we pass the a time taken from EphyHistoryService for the mtime. This check does not seem useful in this case, because it is only a query: it can never result in a new snapshot being taken to replace the old snapshot. * From EphyWebView itself, when a new page is loaded (or, until recently, when a favicon was acquired for that page). This is the only case in which a new snapshot can ever be taken (or updated). In this case, we pass the current time for mtime, then the comparison current_time - mtime <= SNAPSHOT_UPDATE_THRESHOLD is the same as if (0 <= SNAPSHOT_UPDATE_THRESHOLD), and so the snapshots always pass the check and are never expired. Ideally we would reimplement this properly, since one week seems like a good amount of time for which to persist snapshots. But this is far from straightforward to do. For now, let's just remove this code, causing snapshots to be updated at most once per browsing session. This mitigates the bug where, until recently, we would take snapshots of completely white web views, before the pages had rendered; even though we no longer take white snapshots, broken snapshots that were taken previously currently persist forever until ~/.cache/thumbnails is cleared somehow (e.g. by gnome-settings-daemon's housekeeping plugin). Now they will be cleared much sooner. https://bugzilla.gnome.org/show_bug.cgi?id=763184 lib/ephy-snapshot-service.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) commit 9e75e2cbbd062bd8bad2fe5acefa7a05574b7221 Author: Michael Catanzaro Date: Mon Feb 29 10:23:58 2016 -0600 web-view: Always save passwords in web app mode If you made a web app for the site, you surely want it to remember your password. Don't bug the user about this. https://bugzilla.gnome.org/show_bug.cgi?id=672573 embed/ephy-web-view.c | 7 +++++++ 1 file changed, 7 insertions(+) commit d8f8774fc9a65c7079e641904a502bf111cea60e Author: Michael Catanzaro Date: Wed Mar 23 20:54:59 2016 -0500 window: Force popover to open on the bottom We never want it opening on the top, outside the window and potentially off the screen. https://bugzilla.gnome.org/show_bug.cgi?id=763921 src/ephy-window.c | 1 + 1 file changed, 1 insertion(+) commit 596ad7e4c15b2f416cfbe73d8a2cfd1e9f0cc73b Author: Michael Catanzaro Date: Wed Mar 23 20:23:29 2016 -0500 session: Fix saving of multiple windows This regressed when we changed ephy_session_close to always save the session, even if a save was already in progress. In general that is fine, but it's broken in case a close has already occurred. The problem is that we actually close twice: once in ephy_shell_close_all_windows, and then again once for the last window in ephy_window_close. When closing the last window, other windows have already been closed, and therefore do not get saved. We need to keep the check here though, to keep session save working in the general case when closing a single window with the close button or Ctrl+W, where ephy_shell_close_all_windows never gets called. So the easiest way to fix this is to simply tolerate multiple calls to ephy_session_close, and bail early if the session was already closed; this ensures that we do not clobber the session state file when closing the final window if the session was closed by ephy_shell_close_all_windows. https://bugzilla.gnome.org/show_bug.cgi?id=764101 src/ephy-session.c | 3 +++ 1 file changed, 3 insertions(+) commit 9ccb9da9eb9601c66e615d7a4a44c747832ddac1 Author: Michael Catanzaro Date: Mon Mar 21 23:13:34 2016 -0500 Uncrustify For a better future. Apologies when your 'git blame' resolves to this. I'm actually really impressed how well uncrustify works. This required only a little one-time manual work to avoid extra space in 'else {'. This breaks function prototype alignment, but we should get rid of most of those anyway. We decided to start aligning function parameters, like other GNOME applications. It looks nicer this way, and I couldn't teach uncrustify the previous Epiphany style. embed/ephy-about-handler.c | 91 +- embed/ephy-download.c | 207 +- embed/ephy-downloads-manager.c | 5 +- embed/ephy-embed-container.c | 10 +- embed/ephy-embed-event.c | 17 +- embed/ephy-embed-prefs.c | 185 +- embed/ephy-embed-shell.c | 172 +- embed/ephy-embed-utils.c | 28 +- embed/ephy-embed.c | 135 +- embed/ephy-encoding.c | 122 +- embed/ephy-encodings.c | 193 +- embed/ephy-file-monitor.c | 40 +- embed/ephy-find-toolbar.c | 799 ++-- embed/ephy-web-extension-proxy.c | 106 +- embed/ephy-web-view.c | 520 ++- embed/web-extension/ephy-embed-form-auth.c | 7 +- embed/web-extension/ephy-uri-tester.c | 649 ++- embed/web-extension/ephy-web-dom-utils.c | 38 +- embed/web-extension/ephy-web-extension-main.c | 2 +- embed/web-extension/ephy-web-extension.c | 142 +- embed/web-extension/ephy-web-overview-model.c | 22 +- embed/web-extension/ephy-web-overview.c | 63 +- lib/egg/eggtreemultidnd.c | 270 +- lib/ephy-debug.c | 268 +- lib/ephy-dnd.c | 109 +- lib/ephy-file-helpers.c | 1226 +++-- lib/ephy-form-auth-data.c | 61 +- lib/ephy-gui.c | 535 ++- lib/ephy-initial-state.c | 75 +- lib/ephy-langs.c | 451 +- lib/ephy-node-db.c | 512 +-- lib/ephy-node-filter.c | 604 ++- lib/ephy-node.c | 1814 ++++---- lib/ephy-nss-glue.c | 89 +- lib/ephy-profile-migrator.c | 106 +- lib/ephy-profile-utils.c | 6 +- lib/ephy-security-levels.c | 28 +- lib/ephy-signal-accumulator.c | 81 +- lib/ephy-smaps.c | 30 +- lib/ephy-snapshot-service.c | 149 +- lib/ephy-sqlite-connection.c | 8 +- lib/ephy-sqlite-statement.c | 9 +- lib/ephy-string.c | 36 +- lib/ephy-time-helpers.c | 370 +- lib/ephy-uri-helpers.c | 46 +- lib/ephy-web-app-utils.c | 30 +- lib/ephy-zoom.c | 2 +- lib/history/ephy-history-service-hosts-table.c | 80 +- lib/history/ephy-history-service-urls-table.c | 124 +- lib/history/ephy-history-service-visits-table.c | 34 +- lib/history/ephy-history-service.c | 206 +- lib/history/ephy-history-types.c | 8 +- lib/widgets/ephy-certificate-dialog.c | 106 +- lib/widgets/ephy-download-widget.c | 135 +- lib/widgets/ephy-downloads-popover.c | 3 +- lib/widgets/ephy-downloads-progress-icon.c | 3 +- lib/widgets/ephy-file-chooser.c | 343 +- lib/widgets/ephy-location-entry.c | 2062 +++++---- lib/widgets/ephy-middle-clickable-button.c | 11 +- lib/widgets/ephy-node-view.c | 2657 ++++++----- lib/widgets/ephy-security-popover.c | 130 +- lib/widgets/ephy-tree-model-node.c | 653 ++- lib/widgets/ephy-tree-model-sort.c | 164 +- lib/widgets/ephy-zoom-action.c | 245 +- lib/widgets/nautilus-floating-bar.c | 658 +-- src/bookmarks/ephy-bookmark-action-group.c | 201 +- src/bookmarks/ephy-bookmark-action.c | 620 ++- src/bookmarks/ephy-bookmark-properties.c | 696 ++- src/bookmarks/ephy-bookmarks-editor.c | 2737 ++++++------ src/bookmarks/ephy-bookmarks-export.c | 859 ++-- src/bookmarks/ephy-bookmarks-import.c | 1596 +++---- src/bookmarks/ephy-bookmarks-menu.c | 384 +- src/bookmarks/ephy-bookmarks-ui.c | 486 +- src/bookmarks/ephy-bookmarks.c | 2409 +++++----- src/bookmarks/ephy-nodes-cover.c | 271 +- src/bookmarks/ephy-open-tabs-action.c | 163 +- src/bookmarks/ephy-topic-action-group.c | 139 +- src/bookmarks/ephy-topic-action.c | 450 +- src/bookmarks/ephy-topics-entry.c | 935 ++-- src/bookmarks/ephy-topics-palette.c | 498 +-- src/clear-data-dialog.c | 171 +- src/cookies-dialog.c | 539 ++- src/ephy-action-helper.c | 40 +- src/ephy-combined-stop-reload-action.c | 27 +- src/ephy-completion-model.c | 100 +- src/ephy-encoding-dialog.c | 589 ++- src/ephy-encoding-row.c | 118 +- src/ephy-history-window.c | 1002 ++--- src/ephy-home-action.c | 78 +- src/ephy-link-action.c | 140 +- src/ephy-link.c | 120 +- src/ephy-location-controller.c | 1205 +++-- src/ephy-lockdown.c | 31 +- src/ephy-main.c | 72 +- src/ephy-navigation-history-action.c | 124 +- src/ephy-notebook.c | 1242 +++--- src/ephy-search-provider-main.c | 2 +- src/ephy-search-provider.c | 179 +- src/ephy-session.c | 2160 +++++---- src/ephy-shell.c | 134 +- src/ephy-title-box.c | 36 +- src/ephy-toolbar.c | 92 +- src/ephy-window-action.c | 72 +- src/ephy-window.c | 5449 +++++++++++------------ src/passwords-dialog.c | 667 ++- src/popup-commands.c | 522 ++- src/prefs-dialog.c | 1916 ++++---- src/window-commands.c | 2298 +++++----- tests/ephy-bookmarks-test.c | 7 +- tests/ephy-completion-model-test.c | 48 +- tests/ephy-download-test.c | 18 +- tests/ephy-embed-shell-test.c | 48 +- tests/ephy-embed-utils-test.c | 4 +- tests/ephy-file-helpers-test.c | 2 +- tests/ephy-history-test.c | 64 +- tests/ephy-migration-test.c | 12 +- tests/ephy-session-test.c | 308 +- tests/ephy-shell-test.c | 48 +- tests/ephy-snapshot-service-test.c | 27 +- tests/ephy-sqlite-test.c | 14 +- tests/ephy-test-utils.c | 11 +- tests/ephy-uri-helpers-test.c | 3 +- tests/ephy-web-view-test.c | 114 +- 123 files changed, 24367 insertions(+), 26020 deletions(-) commit 5a5e0d7cf463c14f4769de4e9a3ae9e8b38d54b4 Author: Michael Catanzaro Date: Mon Mar 21 23:48:55 2016 -0500 Add run-uncrustify script data/run-uncrustify | 8 ++++++++ 1 file changed, 8 insertions(+) commit 79c15f0bd0b4ca884026e85c9076984dcd992c4f Author: Michael Catanzaro Date: Mon Mar 21 23:04:40 2016 -0500 Update uncrustify config Known deficiencies: * Doesn't align function prototypes properly, so it's not fit for use on header files yet. I don't care about prototypes in source files, because they should usually be eliminated by rearranging functions. * Leaves two spaces after "else" sometimes; I think this is a one-time issue, best fixed manually. data/kr-gnome-indent.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) commit a7f28dfbbaeb3cd89dc86cedd6ab571a8542af3e Author: Richard Hughes Date: Mon Mar 28 16:40:29 2016 +0100 AppData: Mark as unremovable in GNOME Software data/epiphany.appdata.xml.in | 1 + 1 file changed, 1 insertion(+) commit e6b52f7a8381b231f3a2a86ed3c82bb8f28621fe Author: Tiago Carrondo Date: Thu Mar 24 13:01:42 2016 +0000 Updated Portuguese translation po/pt.po | 101 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 51 insertions(+), 50 deletions(-) commit 553cb25bd8bdd12cb51d627f1f45a84c79d21695 Author: Daniel Korostil Date: Tue Mar 22 19:47:14 2016 +0200 Updated Ukrainian translation po/uk.po | 250 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 135 insertions(+), 115 deletions(-) commit 006ae7dfe20e0c8944f4f3827fb5a47df9a8b23a Author: Michael Catanzaro Date: Sat Mar 5 14:18:09 2016 -0600 session: Check restore-session-policy in ephy_session_save() Instead of doing it in the idle, it's better to do it here before scheduling the unnecessary idle. Currently it's handled in the idle because the idle is called manually from ephy_session_close() and this saves checking it in both places, but now that we need to check it in ephy_session_close() anyway, there's no value in doing it in the idle. https://bugzilla.gnome.org/show_bug.cgi?id=762906 src/ephy-session.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) commit c1a468722df3d0408e39854aa7cd00eb17d12a42 Author: Michael Catanzaro Date: Sat Mar 5 11:26:03 2016 -0600 Activate downloads popover when adding any download Otherwise, when adding downloads after the first download, it seems like nothing is happening when clicking on the download link, users might click and click and download the same file multiple times. https://bugzilla.gnome.org/show_bug.cgi?id=763141 src/ephy-toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7514a4acc4cc5e6afde43d2aa70f8c1c9c417561 Author: Michael Catanzaro Date: Sat Mar 5 11:25:21 2016 -0600 Activate downloads popover when download is completed When a download is nearly finished, I find myself watching the download button, guessing whether the very tip of the download arrow has been filled in or not, opening the popover to check if it's ready... and repeating if I guessed wrong. Activate when a download completes to avoid this. Not a great final design, it'd be better for the button to glow or something, but it's a cheap way to tell the user that the download has finished. https://bugzilla.gnome.org/show_bug.cgi?id=763141 embed/ephy-downloads-manager.c | 10 ++++++++++ src/ephy-toolbar.c | 11 +++++++++++ 2 files changed, 21 insertions(+) commit 6d5e52792b4c7c9da24506ed316531c0addc7486 Author: Michael Catanzaro Date: Mon Mar 21 09:14:08 2016 -0500 Prepare 3.20.0 NEWS | 6 ++++++ configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 82afa97a89916069c1f6beb0cb0da1b7b57fba56 Author: Jiro Matsuzawa Date: Mon Mar 21 02:35:55 2016 +0000 Updated Japanese translation po/ja.po | 576 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 276 insertions(+), 300 deletions(-) commit 94f83ddddcf605fcc52a73ffba9343cd8187658e Author: Ask Hjorth Larsen Date: Sun Mar 20 23:09:59 2016 +0100 Updated Danish translation po/da.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit b6d398b7da27f33c9e487888bf2eaf18dc2413b6 Author: ChangSeok Oh Date: Sun Mar 20 07:51:49 2016 +0000 Updated Korean translation help/ko/ko.po | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) commit 17127bec1a0d7e012487725422c8ed704989cfa1 Author: Ask Hjorth Larsen Date: Sun Mar 20 00:19:29 2016 +0100 Updated Danish translation by scootergrisen po/da.po | 2657 +++++++------------------------------------------------------- 1 file changed, 273 insertions(+), 2384 deletions(-) commit dc34a4b7954d27a0bef1f62d8f7fdbb6b4023ab2 Author: Gabor Kelemen Date: Sat Mar 19 14:33:12 2016 +0100 Correct directory name for Hungarian help images help/hu/figures/epiphany-3-12.png | Bin 173335 -> 0 bytes help/hu/figures/private-browsing-3-12.png | Bin 69526 -> 0 bytes help/hu/media/epiphany-3-12.png | Bin 0 -> 173335 bytes help/hu/media/private-browsing-3-12.png | Bin 0 -> 69526 bytes 4 files changed, 0 insertions(+), 0 deletions(-) commit e6edcd07189ee258845b217fe8779b4e118f431a Author: Gabor Kelemen Date: Sat Mar 19 14:30:07 2016 +0100 Added Hungarian help images help/hu/figures/epiphany-3-12.png | Bin 0 -> 173335 bytes help/hu/figures/private-browsing-3-12.png | Bin 0 -> 69526 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit fdb59708f1d1abfb5b74045ce9768831c2d96a38 Author: Gabor Kelemen Date: Sat Mar 19 14:29:54 2016 +0100 Updated Hungarian help translation help/hu/hu.po | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) commit 70dc9019c747466d96d9661a8c142cccdb4af48d Author: Anders Jonsson Date: Fri Mar 18 21:35:29 2016 +0000 Updated Swedish translation po/sv.po | 278 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 150 insertions(+), 128 deletions(-) commit 405ff6d8175276f416ed7bf58ecda852f4f786ac Author: Michael Catanzaro Date: Fri Mar 18 10:52:13 2016 -0500 Remove a comment that might not be true in the future Since abstract sockets are not sandboxable, D-Bus daemon might stop using them. embed/ephy-embed-shell.c | 3 --- 1 file changed, 3 deletions(-) commit e79c8fbf9fe1d253de7533164faf838e1c5db21b Author: Yuri Myasoedov Date: Thu Mar 17 18:50:38 2016 +0300 Updated Russian translation po/ru.po | 1236 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 644 insertions(+), 592 deletions(-) commit 54f1cd043b2e3e320c0a3514b5fe5b975c8bfff8 Author: Efstathios Iosifidis Date: Thu Mar 17 11:10:43 2016 +0000 Updated Greek translation help/el/el.po | 1338 ++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 809 insertions(+), 529 deletions(-) commit a7240bb5c4910bb2d3e100fcea8911886a42bd2f Author: Inaki Larranaga Murgoitio Date: Tue Mar 15 16:21:47 2016 +0100 Updated Basque language po/eu.po | 1342 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 722 insertions(+), 620 deletions(-) commit 69e79207ac2e161ca536af04715200b301b30925 Author: Michael Catanzaro Date: Mon Mar 14 18:07:12 2016 -0500 Prepare 3.19.92 NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) commit f9918ad3be443059fe2b42a88c5544e7a68cd069 Author: Gianvito Cavasoli Date: Mon Mar 14 16:45:14 2016 +0000 Updated Italian translation po/it.po | 51 +++++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 24 deletions(-) commit bef0c785a79fc145e4afe9e87bfc100b7ae36a3c Author: ChangSeok Oh Date: Sun Mar 13 13:28:24 2016 +0000 Updated Korean translation help/ko/ko.po | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) commit 4b5d612b266ca8525065901cc02041b02f21515f Author: ChangSeok Oh Date: Sun Mar 13 05:18:19 2016 +0000 Updated Korean translation help/ko/ko.po | 595 +++++++++++++++++++++++++--------------------------------- 1 file changed, 253 insertions(+), 342 deletions(-) commit e767a2710e8479fa06f9325af9c1ea7c8b995a57 Author: Matej Urbančič Date: Sat Mar 12 22:02:07 2016 +0100 Updated Slovenian translation po/sl.po | 1389 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 751 insertions(+), 638 deletions(-) commit 307dea2a7cd08d3948fbd9245d6a56a0529ba8b6 Author: Bernd Homuth Date: Sat Mar 12 12:40:11 2016 +0000 Updated German translation po/de.po | 132 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 69 insertions(+), 63 deletions(-) commit 32528f3b0f6d6c452bcd5cb75d71c8a62f9c549d Author: Marek Černocký Date: Sat Mar 12 13:32:44 2016 +0100 Updated Czech translation po/cs.po | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit b77c5568b30280e94fa67e08474b92f40c51fab8 Author: Michael Catanzaro Date: Sat Feb 27 11:38:19 2016 -0600 embed-shell: Do not drop overview thumbnail updates here either Wait for the EphyWebExtension in the web process to start listening for method calls before sending them. We know it's ready when it sends the PageCreated signal. https://bugzilla.gnome.org/show_bug.cgi?id=758470 embed/ephy-embed-shell.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) commit e21325155df9573a65483a29c4ee8636d1c88e09 Author: Michael Catanzaro Date: Fri Feb 26 22:06:42 2016 -0600 web-view: Never request snapshots when favicon is received It's too soon, it results in us getting completely white snapshots out of the snapshot service. This is hardly a "fix" I am proud of, but it works reliably, at least on my machine. https://bugzilla.gnome.org/show_bug.cgi?id=761065 embed/ephy-web-view.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) commit 59ecfd52eea922a60c755f3140757a341fda8f0e Author: Michael Catanzaro Date: Sat Feb 27 09:02:59 2016 -0600 web-view: Do not take snapshots of error pages https://bugzilla.gnome.org/show_bug.cgi?id=761065 embed/ephy-web-view.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit c491948e9dbae54f2c6760866bcb8d5c16772699 Author: Michael Catanzaro Date: Fri Feb 26 22:05:01 2016 -0600 Add some error checking when getting snapshots https://bugzilla.gnome.org/show_bug.cgi?id=761065 embed/ephy-about-handler.c | 7 ++++++- embed/ephy-web-view.c | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) commit 5ac5606ef8e0e91def48329f463a669e098b2778 Author: Michael Catanzaro Date: Sat Mar 5 13:05:00 2016 -0600 Improve some FIXMEs * Let's not rename downloaded files * g_application_get_application_id is a thing https://bugzilla.gnome.org/show_bug.cgi?id=610586 embed/ephy-embed-shell.c | 6 +++--- lib/ephy-file-helpers.c | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) commit fb3e7f4d2acf15a689161f1ea539d6d3888c2a12 Author: Michael Catanzaro Date: Sat Feb 27 12:50:11 2016 -0600 download: Browse to file if it cannot be opened Instead of failing silently in response to the user's attempts to open a download. https://bugzilla.gnome.org/show_bug.cgi?id=610586 embed/ephy-download.c | 2 ++ 1 file changed, 2 insertions(+) commit 06ae2ed58f1f9b450f3dd46e8a551eb4df1d0cca Author: Xabier Rodriguez Calvar Date: Thu Mar 10 17:48:38 2016 +0100 Corrected nit on Galician translation po/gl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 04e7811c32ba8a2c980a77aac1316b77f0969057 Author: Michael Catanzaro Date: Sat Mar 5 14:26:55 2016 -0600 session: Fix EPHY_PREFS_RESTORE_SESSION_POLICY_CRASHED We accidentally broke this when adding support for WebKitWebViewSessionState. Currently EPHY_PREFS_RESTORE_SESSION_POLICY_CRASHED is treated exactly the same as EPHY_PREFS_RESTORE_SESSION_POLICY_ALWAYS. The simplest way to fix this is to consider that, if we've made it to ephy_session_close(), then we have not crashed, that's a good place to delete the session file. Otherwise, that session file had better be saved so it can be loaded if we crash, ephy_session_close() is the best place to handle this. https://bugzilla.gnome.org/show_bug.cgi?id=762906 src/ephy-session.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) commit 44e4cdbd55a3442a4eff970b18c53c1e2172636d Author: Duarte Loreto Date: Wed Mar 9 01:08:51 2016 +0000 Updated Portuguese translation po/pt.po | 785 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 392 insertions(+), 393 deletions(-) commit de3fc88bd2c6f44d9c4523b9e5c8f1142ab17302 Author: Марко М. Костић Date: Mon Mar 7 09:35:58 2016 +0100 Updated Serbian translation po/sr.po | 197 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 108 insertions(+), 89 deletions(-) commit 81b6d9b808c08b3ace383c3a2312257607addd9c Author: Daniel Mustieles Date: Sun Mar 6 20:01:05 2016 +0100 Updated Spanish translation po/es.po | 51 +++++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 24 deletions(-) commit edf61eb494446e3c5b2a4070d64064d8112ac1b9 Author: Muhammet Kara Date: Sun Mar 6 06:15:04 2016 +0000 Updated Turkish translation po/tr.po | 555 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 298 insertions(+), 257 deletions(-) commit df3c4fb865e4f2a491cd700ce1e1f7b5a12c6571 Author: Aurimas Černius Date: Sat Mar 5 21:06:39 2016 +0200 Updated Lithuanian translation po/lt.po | 543 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 298 insertions(+), 245 deletions(-) commit 366bc0035660a9cd129c70d405346ebc7256b7ea Author: ChangSeok Oh Date: Sat Mar 5 11:42:17 2016 +0000 Updated Korean translation po/ko.po | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) commit b909bdcf9568ac3a54e35da44aac229eb1a80eff Author: Baurzhan Muftakhidinov Date: Sat Mar 5 10:20:03 2016 +0000 Updated Kazakh translation po/kk.po | 657 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 346 insertions(+), 311 deletions(-) commit 77f0f477c90e9853a5c61be4158d15dd9dcc2d0f Author: Balázs Úr Date: Fri Mar 4 18:11:16 2016 +0000 Updated Hungarian translation po/hu.po | 910 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 555 insertions(+), 355 deletions(-) commit 4072aac18168ea02c65edb5f0bda4ca954229c44 Author: ChangSeok Oh Date: Thu Mar 3 07:22:47 2016 +0000 Updated Korean translation po/ko.po | 1238 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 670 insertions(+), 568 deletions(-) commit 512cdbd47b6f408d870e80e8c1fc6eb7ec2fcd5a Author: Daniel Mustieles Date: Wed Mar 2 21:29:23 2016 +0100 Updated Spanish translation po/es.po | 233 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 125 insertions(+), 108 deletions(-) commit 93144fa3fc1b64a3d28213fe9bfc3920c5e33d7d Author: Jiri Grönroos Date: Wed Mar 2 20:18:48 2016 +0000 Updated Finnish translation po/fi.po | 454 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 243 insertions(+), 211 deletions(-) commit 97ae8ffac74d7a34ad746d2f32dfee4f5c848ae9 Author: Yosef Or Boczko Date: Wed Mar 2 13:24:05 2016 +0200 Updated Hebrew translation po/he.po | 1154 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 613 insertions(+), 541 deletions(-) commit f79266097ac716c57b3bc670528af82e6f60fc18 Author: Efstathios Iosifidis Date: Tue Mar 1 23:08:32 2016 +0000 Updated Greek translation po/el.po | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) commit 18378af7c961b474f77d777be1964fb5a8ba05a3 Author: Rafael Fontenelle Date: Tue Mar 1 21:25:19 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 52 ++++++++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 24 deletions(-) commit 427f0dde5e9288cd5616fef35296165f5a2329a8 Author: Fran Dieguez Date: Tue Mar 1 22:20:31 2016 +0100 Updated Galician translations po/gl.po | 188 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 104 insertions(+), 84 deletions(-) commit 98320a6e6ec941a9d3de7b834f5343ebf675646d Author: Guillaume Bernard Date: Tue Mar 1 20:19:52 2016 +0000 Updated French translation po/fr.po | 50 +++++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 23 deletions(-) commit bf7999116a3ea356f33809e9ec79a8ecce363cfc Author: Dušan Kazik Date: Tue Mar 1 19:16:42 2016 +0000 Updated Slovak translation po/sk.po | 348 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 184 insertions(+), 164 deletions(-) commit 1e4aae9c3b75709e8feb319e0a9f3c821bc4fbc2 Author: Rūdolfs Mazurs Date: Tue Mar 1 20:51:49 2016 +0200 Update Latvian translation po/lv.po | 441 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 227 insertions(+), 214 deletions(-) commit f7ee579991074b8e3908b8250b5bdc1f002af710 Author: Tom Tryfonidis Date: Tue Mar 1 17:51:07 2016 +0000 Updated Greek translation po/el.po | 1192 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 638 insertions(+), 554 deletions(-) commit 3e66bc83d562502d4a1c43e5699f135ddfc58ac4 Author: Carlos Garcia Campos Date: Tue Mar 1 08:17:21 2016 +0100 downloads: Ensure we always fallback to package icon If the icon for the given content type and its fallbacks are not found in the theme, GtkImage uses the missing icon. We want to always fallback to package icon instead, so ensure it be appending it to the list of icons names used. https://bugzilla.gnome.org/show_bug.cgi?id=762825 lib/widgets/ephy-download-widget.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) commit 8c13d99177a1bc259a369b2fa84f8dabc5d223c1 Author: Marek Černocký Date: Tue Mar 1 10:12:22 2016 +0100 Updated Czech translation po/cs.po | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) commit f556b0be1ef4c1ce96dfd63ceed1b0fdcf38c79f Author: Michael Catanzaro Date: Mon Feb 29 18:33:51 2016 -0600 Updated TODO TODO | 2 -- 1 file changed, 2 deletions(-) commit fc807cd800364813f99edb08b167713339c8ab01 Author: Michael Catanzaro Date: Mon Feb 29 18:33:22 2016 -0600 build: Don't check for glib-genmarshal Not sure how long it's been since we used this configure.ac | 1 - 1 file changed, 1 deletion(-) commit 89908b029b45d5b0743456a1283dfe0c4bd2393a Author: Michael Catanzaro Date: Mon Feb 29 18:31:13 2016 -0600 Stop manually specifying signal marshallers This is deprecated. Remove the remaining usages. embed/ephy-downloads-manager.c | 9 +++------ lib/history/ephy-history-service.c | 15 +++++---------- lib/widgets/ephy-zoom-action.c | 3 +-- lib/widgets/nautilus-floating-bar.c | 3 +-- src/ephy-link.c | 2 +- src/ephy-title-box.c | 3 +-- 6 files changed, 12 insertions(+), 23 deletions(-) commit 551a1f7b0070ecc5f5135e2daddd13f8eb1eab5b Author: Michael Catanzaro Date: Mon Feb 29 17:43:56 2016 -0600 Prepare 3.19.91 NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) commit 27fdc93acaf11f7709fccbce40a6fd6756177e95 Author: Michael Catanzaro Date: Fri Feb 26 21:05:41 2016 -0600 file-helpers: convert profile_dir to absolute path When Epiphany is run with --profile and a relative path to the profile dir, it mostly works fine, with the exception of a bunch of criticals coming from EphyUriTester. Fix it here so the rest of the code doesn't have to worry about relative paths. https://bugzilla.gnome.org/show_bug.cgi?id=762762 lib/ephy-file-helpers.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) commit 97e761cb1a2cc497d295efe425d52af4a43afc2a Author: Piotr Drąg Date: Mon Feb 29 22:52:44 2016 +0100 Updated Polish translation po/pl.po | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) commit 63fd0aa3e06b6c69ef78e0189577dc1f487c58e6 Author: Michael Catanzaro Date: Sat Feb 27 22:17:20 2016 -0600 Improve the overview's empty state Not gonna admit how long it took me to figure out how to do this. This "CSS" thing.... https://bugzilla.gnome.org/show_bug.cgi?id=762812 embed/ephy-about-handler.c | 114 +++++++++++++++++++++++---------------------- src/resources/about.css | 17 +++++-- 2 files changed, 72 insertions(+), 59 deletions(-) commit 588589638e0f7bfd75bec7d4a884ad25ee24e8ae Author: Justin van Steijn Date: Mon Feb 29 17:51:01 2016 +0100 Updated Dutch translation Master 3.20 po/nl.po | 300 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 123 insertions(+), 177 deletions(-) commit 59abfb6b3dd6dc680e81e8b5d376c96282e00e52 Author: Marek Černocký Date: Mon Feb 29 15:50:08 2016 +0100 Updated Czech translation po/cs.po | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) commit f1f1792441746df5e2fbf0bb01c6d0cf4dc6f5ab Author: Gianvito Cavasoli Date: Mon Feb 29 12:31:00 2016 +0000 Updated Italian translation po/it.po | 225 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 107 insertions(+), 118 deletions(-) commit 71678e3a3c40dcea51168da4572394b0d6068da2 Author: Rafael Fontenelle Date: Mon Feb 29 07:21:06 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 682 +++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 448 insertions(+), 234 deletions(-) commit 997e94d908fde79e8ce22ebde23c8dbd73f246ad Author: Artur de Aquino Morais Date: Mon Feb 29 04:57:22 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 115 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 59 insertions(+), 56 deletions(-) commit 8270232ef84b69f278ed2173f792ca4390ec2048 Author: Changwoo Ryu Date: Mon Feb 29 13:45:43 2016 +0900 Revert po/ko.po which was incorrectly replacedd with help PO Move it to help/ko/ko.po This reverts commit 1bc880bf086d791aa8bd8b273f9edb5f4966e9f8. help/ko/ko.po | 69 +- po/ko.po | 4036 ++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 2617 insertions(+), 1488 deletions(-) commit 3b34c0dfd8bb5e2d145225524557c0e36dc56018 Author: Piotr Drąg Date: Mon Feb 29 00:37:45 2016 +0100 Updated Polish translation po/pl.po | 107 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 55 insertions(+), 52 deletions(-) commit f9905a27766c20f168d7ed80d9b6b5bf5ea19593 Author: Guillaume Bernard Date: Sun Feb 28 19:24:49 2016 +0000 Updated French translation po/fr.po | 448 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 241 insertions(+), 207 deletions(-) commit f998feb9aaa3c84d7fc4efd936979948a4d66477 Author: Mario Blättermann Date: Sun Feb 28 19:34:56 2016 +0100 Updated German translation po/de.po | 236 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 126 insertions(+), 110 deletions(-) commit c0d9dd344230bb4c9f784b59c82630cbe7d35e0a Author: Michael Catanzaro Date: Sun Feb 28 11:37:42 2016 -0600 Improve reload buttons on error pages * Fix translation of the access keys * Get rid of "Anyway" as Jakub doesn't like it * Use "opinionated design" for the TLS error page bypass https://bugzilla.gnome.org/show_bug.cgi?id=747973 embed/ephy-web-view.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit 6b187efa23c883da05451f69cdf141309ec1aed4 Author: Kjartan Maraas Date: Sun Feb 28 16:43:00 2016 +0100 Updated Norwegian bokmål translation. po/nb.po | 134 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 69 insertions(+), 65 deletions(-) commit 7c8612d01aae12fc8defa84333d9e6e58e88752a Author: Kjartan Maraas Date: Sun Feb 28 15:45:35 2016 +0100 Updated Norwegian bokmål translation. po/nb.po | 502 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 264 insertions(+), 238 deletions(-) commit d7da1e292a85882c3dbaa3a9a13c70dce7a9287b Author: Marek Černocký Date: Sun Feb 28 09:44:52 2016 +0100 Updated Czech translation po/cs.po | 106 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 47 insertions(+), 59 deletions(-) commit 671d85f3fdb5de940f8074d31fa6d75fe8afc847 Author: Michael Catanzaro Date: Sat Feb 27 17:09:06 2016 -0600 window: Finish the G_DECLARE_FINAL_TYPE project src/ephy-window.c | 506 ++++++++++++++++++++++++------------------------------ src/ephy-window.h | 28 +-- 2 files changed, 226 insertions(+), 308 deletions(-) commit d7dbeef10f25192364ee3e972f1c82ca4a65d94e Author: Michael Catanzaro Date: Sat Feb 27 16:58:28 2016 -0600 prefs-dialog: Use G_DECLARE_FINAL_TYPE src/prefs-dialog.c | 211 ++++++++++++++++++++++++++--------------------------- src/prefs-dialog.h | 26 +------ 2 files changed, 105 insertions(+), 132 deletions(-) commit 1a451660bb6d3971ee1de7ffa43c5c1535db565c Author: Michael Catanzaro Date: Sat Feb 27 16:54:29 2016 -0600 toolbar: Use G_DECLARE_FINAL_TYPE src/ephy-toolbar.c | 104 +++++++++++++++++++++++++---------------------------- src/ephy-toolbar.h | 24 ++----------- 2 files changed, 50 insertions(+), 78 deletions(-) commit 237072b85c0e6dd42fcd079add3041cf98983089 Author: Michael Catanzaro Date: Sat Feb 27 16:49:01 2016 -0600 title-box: Use G_DECLARE_FINAL_TYPE src/ephy-title-box.c | 205 ++++++++++++++++++++++----------------------------- src/ephy-title-box.h | 23 +----- 2 files changed, 90 insertions(+), 138 deletions(-) commit 23085899a15e71a98b5b156dc8b7c6ca11d8a687 Author: Michael Catanzaro Date: Sat Feb 27 16:43:53 2016 -0600 shell: Use G_DECLARE_FINAL_TYPE src/ephy-shell.c | 120 ++++++++++++++++++++++++++----------------------------- src/ephy-shell.h | 24 +---------- 2 files changed, 58 insertions(+), 86 deletions(-) commit 9ba8ce5f6a4b212933ae8f4f5fc55ec4ead1d311 Author: Michael Catanzaro Date: Sat Feb 27 16:40:03 2016 -0600 session: Use G_DECLARE_FINAL_TYPE src/ephy-session.c | 92 ++++++++++++++++++++++-------------------------------- src/ephy-session.h | 26 ++------------- 2 files changed, 40 insertions(+), 78 deletions(-) commit 06c7e896f9a0a877d47e8f755ea9b05a167d2a17 Author: Michael Catanzaro Date: Sat Feb 27 16:37:04 2016 -0600 search-provider: Use G_DECLARE_FINAL_TYPE src/ephy-search-provider.c | 2 +- src/ephy-search-provider.h | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) commit 80d8659d574122205fa8a3bfe0ddc45e2e96a5cc Author: Michael Catanzaro Date: Sat Feb 27 16:35:36 2016 -0600 notebook: Use G_DECLARE_FINAL_TYPE src/ephy-notebook.c | 46 ++++++++++++++++------------------------------ src/ephy-notebook.h | 30 ++---------------------------- src/ephy-session.c | 2 +- 3 files changed, 19 insertions(+), 59 deletions(-) commit fe1a422b1575bb99690c7bb817c58be421b8e898 Author: Michael Catanzaro Date: Sat Feb 27 16:29:49 2016 -0600 lockdown: Use G_DECLARE_FINAL_TYPE src/ephy-lockdown.c | 9 +++++++-- src/ephy-lockdown.h | 26 ++------------------------ 2 files changed, 9 insertions(+), 26 deletions(-) commit fcf0dc6db69b064457115076586f8b14a24ebbeb Author: Michael Catanzaro Date: Sat Feb 27 16:27:17 2016 -0600 location-controller: Use G_DECLARE_FINAL_TYPE src/ephy-location-controller.c | 187 +++++++++++++++++------------------------ src/ephy-location-controller.h | 31 +------ 2 files changed, 81 insertions(+), 137 deletions(-) commit 6b2e00cd756dad7e80f679a7ceb25dd19e08c3ed Author: Michael Catanzaro Date: Sat Feb 27 16:13:48 2016 -0600 link: Use G_DEFINE_INTERFACE src/ephy-link.c | 81 +++++++++++++++++++-------------------------------------- 1 file changed, 27 insertions(+), 54 deletions(-) commit db8c20923637d1b70f860195230dc5861e3db17f Author: Michael Catanzaro Date: Sat Feb 27 16:07:53 2016 -0600 link: Use G_DECLARE_INTERFACE src/ephy-link.c | 4 ++-- src/ephy-link.h | 14 +++----------- src/ephy-window.c | 2 +- 3 files changed, 6 insertions(+), 14 deletions(-) commit 9986da997e9269ebe9cc7c9a20e9bfcc0bd6117a Author: Michael Catanzaro Date: Sat Feb 27 15:59:31 2016 -0600 history-window: Use G_DECLARE_FINAL_TYPE src/ephy-history-window.c | 189 +++++++++++++++++++++++----------------------- src/ephy-history-window.h | 24 +----- 2 files changed, 97 insertions(+), 116 deletions(-) commit 0f11ee62e0c2d581b042026373a235a95be15e52 Author: Michael Catanzaro Date: Sat Feb 27 15:54:15 2016 -0600 completion-model: Use G_DECLARE_FINAL_TYPE src/ephy-completion-model.c | 71 ++++++++++++++++++++------------------------- src/ephy-completion-model.h | 24 ++------------- 2 files changed, 33 insertions(+), 62 deletions(-) commit 37efb51da3993ba7e0aae1d0aa5019a01a63aed7 Author: Michael Catanzaro Date: Sat Feb 27 15:50:57 2016 -0600 clear-data-dialog: Use G_DECLARE_FINAL_TYPE src/clear-data-dialog.c | 39 +++++++++++++++++++-------------------- src/clear-data-dialog.h | 26 ++------------------------ 2 files changed, 21 insertions(+), 44 deletions(-) commit 89cea20524bad21d15453fc3a6d5effa7d5f5baf Author: Michael Catanzaro Date: Sat Feb 27 15:26:19 2016 -0600 bookmarks-editor: Use G_DECLARE_FINAL_TYPE src/bookmarks/ephy-bookmarks-editor.c | 210 +++++++++++++++++----------------- src/bookmarks/ephy-bookmarks-editor.h | 24 +--- 2 files changed, 105 insertions(+), 129 deletions(-) commit 8c03606916514d8f501f349ffc693bafca27d701 Author: Michael Catanzaro Date: Sat Feb 27 15:20:49 2016 -0600 bookmarks: Use G_DECLARE_FINAL_TYPE src/bookmarks/ephy-bookmarks.c | 293 +++++++++++++++++++---------------------- src/bookmarks/ephy-bookmarks.h | 26 +--- 2 files changed, 139 insertions(+), 180 deletions(-) commit 9e180d65fbe3a97c135c6482ab5118a99b5e78f0 Author: Michael Catanzaro Date: Sat Feb 27 15:12:06 2016 -0600 bookmarks: Remove unneeded virtual signal And the marshaller specification. src/bookmarks/ephy-bookmarks.c | 4 +--- src/bookmarks/ephy-bookmarks.h | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) commit f9f4720ea3690b603eef633e18171aa82f19922b Author: Michael Catanzaro Date: Sat Feb 27 15:11:26 2016 -0600 bookmarks: Remove unneeded resolve-address signal src/bookmarks/ephy-bookmarks.c | 44 +++++++----------------------------------- src/bookmarks/ephy-bookmarks.h | 3 --- 2 files changed, 7 insertions(+), 40 deletions(-) commit b49195e90262b004c3639e92c3c4c007c3c56fe9 Author: Michael Catanzaro Date: Sat Feb 27 15:03:28 2016 -0600 node-filter: Use G_DECLARE_FINAL_TYPE lib/ephy-node-filter.c | 32 ++++++++++++++------------------ lib/ephy-node-filter.h | 24 ++---------------------- 2 files changed, 16 insertions(+), 40 deletions(-) commit e3762f40a2837886604d6a0c6ebdf26d04b406e0 Author: Michael Catanzaro Date: Sat Feb 27 15:01:09 2016 -0600 node-filter: Remove unneeded virtual signal And don't specify the marshaller manually. lib/ephy-node-filter.c | 4 +--- lib/ephy-node-filter.h | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) commit 16fe11228a56f700df6463700e6343be31b328fe Author: Michael Catanzaro Date: Sat Feb 27 15:00:39 2016 -0600 node-filter: Use G_DEFINE_TYPE lib/ephy-node-filter.c | 36 ++---------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) commit 25b20b4ff20a63cdc6ea4743e05d5857778a5aeb Author: Michael Catanzaro Date: Sat Feb 27 14:52:48 2016 -0600 node-db: Use G_DECLARE_FINAL_TYPE lib/ephy-node-db.c | 56 ++++++++++++++++++++++++------------------------------ lib/ephy-node-db.h | 28 +++------------------------ 2 files changed, 28 insertions(+), 56 deletions(-) commit 943bc2356af5981da2a5c9acc47dc2affb8ddb39 Author: Michael Catanzaro Date: Sat Feb 27 14:49:59 2016 -0600 node-db: Use G_DEFINE_TYPE lib/ephy-node-db.c | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) commit b043cb044f4cee11496621411fa68c321cd3fce4 Author: Piotr Drąg Date: Sat Feb 27 21:19:22 2016 +0100 Updated Polish translation po/pl.po | 115 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 55 insertions(+), 60 deletions(-) commit 0fd589c8971ef62abd04b7c796b63eed8415b65e Author: Iulian Radu Date: Sat Feb 20 15:33:14 2016 +0200 downloads-popover: Fix visual and layout issues The complete list of issues and solutions can be found in the bug report. https://bugzilla.gnome.org/show_bug.cgi?id=761857 lib/widgets/ephy-download-widget.c | 36 +++++++++++++------------ lib/widgets/ephy-downloads-popover.c | 52 ++++++++++++++++-------------------- 2 files changed, 42 insertions(+), 46 deletions(-) commit cb048f1faa673cf4002d9b8d69cbfaa4f274cab2 Author: Iulian Radu Date: Thu Feb 25 12:42:41 2016 +0200 downloads-popover: Disappear more smoothly If the last download is being removed, hide the popover before destroying the last containing widget to avoid visual glitch. https://bugzilla.gnome.org/show_bug.cgi?id=761857 lib/widgets/ephy-downloads-popover.c | 6 ++++++ 1 file changed, 6 insertions(+) commit edfd6c451ecb20e1e03ad2be32fea49bf5b6e11a Author: Iulian Radu Date: Thu Feb 25 12:34:56 2016 +0200 downloads-popover: Fix GtkListBoxRow not being destroyed When a download was removed (with the clear button or the remove button), the corresponding GtkListBoxRow containing the download widget was not removed. Remove the parent GtkListBoxRow containing the download widget. https://bugzilla.gnome.org/show_bug.cgi?id=761857 lib/widgets/ephy-downloads-popover.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 5ae81acb7b80b422909e702d6ff45fac8019e274 Author: Michael Catanzaro Date: Sat Feb 27 12:25:40 2016 -0600 download: Add missing parens embed/ephy-download.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0ecf17d1ffb1a8f9f37a6cc044d4df90093fe4ac Author: Marek Černocký Date: Sat Feb 27 12:52:27 2016 +0100 Updated Czech translation po/cs.po | 598 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 313 insertions(+), 285 deletions(-) commit 4b74f70b7b9154b1824e3f8856dcf5a0363bacdc Author: Michael Catanzaro Date: Fri Feb 26 16:23:25 2016 -0600 Add comments for other failing tests tests/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) commit 24b232f478f7348654338a6869383cdf912a1149 Author: Michael Catanzaro Date: Fri Feb 26 16:22:27 2016 -0600 Disable ephy-snapshot-service-test tests/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 18ad3176a09e8bbcf6691d0cf03f64bcb61aba1d Author: Michael Catanzaro Date: Fri Feb 26 11:45:32 2016 -0600 ephy-snapshot-service-test: Do not succeed when there is an error Seems it's impossible for this test to ever fail? It's printing tons of errors, yet still passing. Fix this to ensure the test fails properly. I haven't investigated why it's failing; we might need to disable it. tests/ephy-snapshot-service-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 25df8678f43c26f990b07a758516585a91811df6 Author: Michael Catanzaro Date: Thu Feb 25 21:35:15 2016 -0600 title-box: Do not propagate button press events in title mode This is a speculative fix for the problem where clicking at just the right spot in the header bar opens the security popover via the security indicator in the hidden location entry. I haven't found any good way to reproduce this problem, unfortunately, but it happens regularly and I think there's a good chance this will fix it. This works because there's nothing inside the title box that users should be allowed to click on when in title mode, except for the security indicator, which is handled in this very function. https://bugzilla.gnome.org/show_bug.cgi?id=744307 src/ephy-title-box.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit aa22f74c39e0276ed5800620632e23b13ac97bb0 Author: Michael Catanzaro Date: Wed Feb 24 17:21:16 2016 -0600 downloads-manager: Don't assert on failure to acquire session inhibitor This can happen if gnome-session is broken, or when running outside of GNOME. https://bugzilla.gnome.org/show_bug.cgi?id=762651 embed/ephy-downloads-manager.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) commit 36bf0375cfab02f1dc51758b8217a0807742db85 Author: Iulian Radu Date: Wed Feb 17 19:12:57 2016 +0200 cookie-dialog.ui: Show a minus sign instead of the "Remove" label After a visual refresh of the dialog, the label was conflicting with the image resulting in only the label being displayed. The decision was that we should only show the image (a minus sign). https://bugzilla.gnome.org/show_bug.cgi?id=757230 src/resources/cookies-dialog.ui | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 399d4699cd639fae679d5e646b5700b4f81c9ee0 Author: Iulian Radu Date: Thu Feb 18 18:17:25 2016 +0200 Assign key binding for the help dialog https://bugzilla.gnome.org/show_bug.cgi?id=762041 src/ephy-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fe3b8ab77b463fb3ee789c2197a0c7c5de0810c9 Author: Gabriel Ivascu Date: Tue Feb 23 19:53:52 2016 +0200 Always do case-insensitive search https://bugzilla.gnome.org/show_bug.cgi?id=722019 embed/ephy-find-toolbar.c | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) commit 33a5e04066d5f0a3926873db856e315e934a9ae4 Author: Gabriel Ivascu Date: Wed Feb 24 01:22:49 2016 +0200 Focus the new tab when opening a page from history https://bugzilla.gnome.org/show_bug.cgi?id=762381 src/ephy-history-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 1d987830127f42ab6a93fe031f84027606e2b324 Author: Carlos Garcia Campos Date: Mon Feb 22 11:44:42 2016 +0100 ephy-session: Save the pending API request URL if EphyWebView address is about:blank EphyWebView address is NULL (returned as about:blank) between the load_url() and the WEBKIT_LOAD_STARTED event, but WebKitWebView knows the pending API request URL. So use that to prevent losing the URL if the browser is closed before the WEBKIT_LOAD_STARTED event. This usually happens when the UI process crashes early, right after the session is loaded but before restored pages have started loading. https://bugzilla.gnome.org/show_bug.cgi?id=747860 src/ephy-session.c | 7 +++++++ 1 file changed, 7 insertions(+) commit fea9bea5b2a6faaa87c60f0293a943118430a4bc Author: Fran Dieguez Date: Wed Feb 24 15:01:29 2016 +0100 Updated Galician translations po/gl.po | 1218 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 655 insertions(+), 563 deletions(-) commit c0ecb3c1466700290b4203bae1bead7c723f6080 Author: Daniel Korostil Date: Wed Feb 24 12:57:54 2016 +0200 Updated Ukrainian translation po/uk.po | 1312 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 700 insertions(+), 612 deletions(-) commit c445257a106bd6f740247f8b7fcd672e6123ff49 Author: Cédric Valmary Date: Tue Feb 23 18:43:14 2016 +0000 Updated Occitan translation po/oc.po | 337 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 138 insertions(+), 199 deletions(-) commit d5681ea7dd3607ff21341cc12e04ba058edfe164 Author: Cédric Valmary Date: Tue Feb 23 17:33:03 2016 +0000 Updated Occitan translation po/oc.po | 4331 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 2046 insertions(+), 2285 deletions(-) commit b680825fede6be5054f7dd381d1769b968ad1e8b Author: Милош Поповић Date: Mon Feb 22 20:45:44 2016 +0000 Updated Serbian Latin translation po/sr@latin.po | 610 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 300 insertions(+), 310 deletions(-) commit f286f98462b891b50305e00ff92764c180a74f35 Author: Милош Поповић Date: Mon Feb 22 20:44:46 2016 +0000 Updated Serbian translation po/sr.po | 656 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 323 insertions(+), 333 deletions(-) commit 21a50e23f86a09547bf9e50f1a4827d0cc8c49a9 Author: Michael Catanzaro Date: Mon Feb 8 17:00:46 2016 -0600 session: pages loading during normal shutdown did not crash Currently we consider any page loading when Epiphany quits to have crashed. Instead, we should only consider it crashed if Epiphany did not shut down cleanly, or if it was really a crash error page. https://bugzilla.gnome.org/show_bug.cgi?id=761735 src/ephy-session.c | 45 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 34 insertions(+), 11 deletions(-) commit bc3579edfcaf73121a2c286a8338acd3ac590f56 Author: Michael Catanzaro Date: Mon Feb 8 17:00:32 2016 -0600 web-view: Add accessor to get current error page https://bugzilla.gnome.org/show_bug.cgi?id=761735 embed/ephy-web-view.c | 31 ++++++++++++++++++++++++++++--- embed/ephy-web-view.h | 3 ++- 2 files changed, 30 insertions(+), 4 deletions(-) commit ecf7e253a75b0c2e51ade8b590911a1435f72c7c Author: Michael Catanzaro Date: Sun Feb 21 22:59:56 2016 -0600 smaps: Use G_DECLARE_FINAL_TYPE lib/ephy-smaps.c | 32 ++++++++++++++------------------ lib/ephy-smaps.h | 21 ++------------------- 2 files changed, 16 insertions(+), 37 deletions(-) commit 9a4b4fba92d5f0d783bee405763665a4425d07c4 Author: Michael Catanzaro Date: Sun Feb 21 22:59:42 2016 -0600 snapshot-service: Use G_DECLARE_FINAL_TYPE lib/ephy-snapshot-service.c | 33 +++++++++++++++------------------ lib/ephy-snapshot-service.h | 27 +++------------------------ 2 files changed, 18 insertions(+), 42 deletions(-) commit 846fb0468fc58b8e5937e5d5d6bf0734b0363146 Author: Michael Catanzaro Date: Sun Feb 21 22:40:11 2016 -0600 sqlite-connection: Use G_DECLARE_FINAL_TYPE lib/ephy-sqlite-connection.c | 39 +++++++++++++++------------------------ lib/ephy-sqlite-connection.h | 25 ++----------------------- 2 files changed, 17 insertions(+), 47 deletions(-) commit 398f6bbe2faea556a69ea9ac3a9be11a702bc435 Author: Michael Catanzaro Date: Sun Feb 21 22:37:40 2016 -0600 sqlite-statement: Use G_DECLARE_FINAL_TYPE lib/ephy-sqlite-statement.c | 77 ++++++++++++++++++++++----------------------- lib/ephy-sqlite-statement.h | 25 ++------------- 2 files changed, 39 insertions(+), 63 deletions(-) commit 7e48cb2a15f0e7344e9dcc0556379c7fcb9a1cce Author: Anders Jonsson Date: Sun Feb 21 21:09:32 2016 +0000 Updated Swedish translation po/sv.po | 709 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 374 insertions(+), 335 deletions(-) commit 3e192c7590b9d4a8241c9ae8c63aae1bd3accb64 Author: Michael Catanzaro Date: Sat Feb 20 13:29:20 2016 -0600 embed: set title properly when empty Otherwise notebook tabs' labels don't get updated when navigating to a page without a title (e.g. a text file). The problem here is we were checking for NULL titles, but not for zero-length titles. embed/ephy-embed.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 5d2e828015d40f30b6732260b90c61cea46d3275 Author: Michael Catanzaro Date: Sat Feb 20 12:34:15 2016 -0600 downloads-progress-icon: Fix icon fill color lib/widgets/ephy-downloads-progress-icon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit dfb699c8b3c324f4708703ebfc426bd54798cb20 Author: Мирослав Николић Date: Sat Feb 20 09:44:50 2016 +0100 Updated Serbian translation po/sr.po | 1346 ++++++++++++++++++++++++++++++-------------------------- po/sr@latin.po | 1346 ++++++++++++++++++++++++++++++-------------------------- 2 files changed, 1442 insertions(+), 1250 deletions(-) commit 9f30d37a39cdaf55ef97a53a4b4e6cad089aa898 Author: Gianvito Cavasoli Date: Fri Feb 19 00:25:44 2016 +0000 Updated Italian translation po/it.po | 1315 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 695 insertions(+), 620 deletions(-) commit e64366dcaf21d4a77c6590f1a84f787c806abe5c Author: Artur de Aquino Morais Date: Thu Feb 18 06:13:20 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 714 ++++++++++++++++++++++-------------------------------------- 1 file changed, 257 insertions(+), 457 deletions(-) commit 1398dd81acdf828285110f572bb70c8449f730a9 Author: Daniel Mustieles Date: Tue Feb 16 18:45:51 2016 +0100 Updated Spanish translation po/es.po | 287 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 148 insertions(+), 139 deletions(-) commit 0ab7d1473bb28b33a0c6a9684a6f16b4b7810d23 Author: Mario Blättermann Date: Mon Feb 15 19:53:44 2016 +0100 Updated German translation po/de.po | 168 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 84 insertions(+), 84 deletions(-) commit 3135f7544e18c11f226b880e7146a637595c2945 Author: Michael Catanzaro Date: Mon Feb 15 11:31:12 2016 -0600 Really stop using DISTCHECK_CONFIGURE_FLAGS Makefile.am | 1 + data/Makefile.am | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) commit 0342bd3f4dc2725856a95e2f47df87582ccf311e Author: Michael Catanzaro Date: Mon Feb 15 10:24:42 2016 -0600 Prepare 3.19.90 NEWS | 32 ++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) commit bf24956ddb9f85c714f2455a054416e5053b0714 Author: Piotr Drąg Date: Sun Feb 14 18:55:51 2016 +0100 Updated Polish translation po/pl.po | 303 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 158 insertions(+), 145 deletions(-) commit 1d7f96715973d405168155c30cc4cc60c0ca0775 Author: Piotr Drąg Date: Sun Feb 14 18:54:50 2016 +0100 appdata: Fix GNOME Web spelling data/epiphany.appdata.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit eea738c10f632edc45f5fd7cc8049300f6a5ab05 Author: Reinout van Schouwen Date: Sun Feb 14 17:09:06 2016 +0100 Updated Dutch translation by Reinout van Schouwen po/nl.po | 1399 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 751 insertions(+), 648 deletions(-) commit 965fbf4dc35edb2098bbfcc1191915a184664876 Author: Daniel Mustieles Date: Sat Feb 13 18:53:21 2016 +0100 Updated Spanish translation po/es.po | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) commit 1bc2b8428941549fb903a7bfe929fd2050a81422 Author: Chao-Hsiung Liao Date: Sat Feb 13 05:27:17 2016 +0000 Updated Chinese (Taiwan) translation po/zh_TW.po | 1208 ++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 648 insertions(+), 560 deletions(-) commit cee124e51dc7d46ced9b911f81eb47ae10885e4d Author: Michael Catanzaro Date: Wed Feb 10 14:31:29 2016 -0600 tree-model-sort: Use G_DECLARE_FINAL_TYPE lib/widgets/ephy-tree-model-sort.c | 29 ++++++++++++----------------- lib/widgets/ephy-tree-model-sort.h | 28 +++------------------------- 2 files changed, 15 insertions(+), 42 deletions(-) commit 13f48591b83919cb9248f7d1da71e9c0e74ffdca Author: Michael Catanzaro Date: Wed Feb 10 14:28:51 2016 -0600 tree-model-sort: Remove unused function pointer from class struct It's not even backed by a signal; wonder what this was ever for.... lib/widgets/ephy-tree-model-sort.h | 2 -- 1 file changed, 2 deletions(-) commit 969e769b00147ac13b9f5e436e358ba38a94ef6e Author: Michael Catanzaro Date: Wed Feb 10 14:24:53 2016 -0600 tree-model-sort: Use G_DEFINE_TYPE_WITH_CODE lib/widgets/ephy-tree-model-sort.c | 52 +++++--------------------------------- 1 file changed, 6 insertions(+), 46 deletions(-) commit c4d62d19131f5df1129eb8ab11a3f7f58948ef49 Author: Michael Catanzaro Date: Wed Feb 10 14:21:27 2016 -0600 tree-model-node: Use G_DECLARE_FINAL_TYPE lib/widgets/ephy-tree-model-node.c | 95 ++++++++++++++++++-------------------- lib/widgets/ephy-tree-model-node.h | 28 ++--------- 2 files changed, 48 insertions(+), 75 deletions(-) commit 84db8626610af21f0316e6aa4ab2d16d4eefd8c1 Author: Michael Catanzaro Date: Wed Feb 10 14:16:27 2016 -0600 tree-model-node: Use G_DEFINE_TYPE_WITH_CODE lib/widgets/ephy-tree-model-node.c | 53 +++++--------------------------------- 1 file changed, 6 insertions(+), 47 deletions(-) commit 9738979c232581c63ad2b6790c259d68bab296e2 Author: Michael Catanzaro Date: Tue Feb 9 13:37:47 2016 -0600 web-view: Remove loading-homepage signal Nothing connects to it. Also, we don't have homepages anymore. https://bugzilla.gnome.org/show_bug.cgi?id=755585 embed/ephy-web-view.c | 16 ---------------- 1 file changed, 16 deletions(-) commit 0c5dec3779df17abbfbeac4ced1f15e2db3a888a Author: Michael Catanzaro Date: Tue Feb 9 13:37:17 2016 -0600 web-view: Remove new-document-now signal Nothing connects to it https://bugzilla.gnome.org/show_bug.cgi?id=755585 embed/ephy-web-view.c | 19 ------------------- 1 file changed, 19 deletions(-) commit ea93a62712be6812f055f5522b2a91c3f11acf84 Author: Michael Catanzaro Date: Tue Feb 9 13:34:21 2016 -0600 web-view: Remove ge_modal_alert signal It's connected to, but never emitted https://bugzilla.gnome.org/show_bug.cgi?id=755585 embed/ephy-web-view.c | 16 ---------------- src/ephy-window.c | 27 --------------------------- 2 files changed, 43 deletions(-) commit 4ee64399acc82d134ec7d012ff2dae4ce69e1d90 Author: Michael Catanzaro Date: Tue Feb 9 13:32:21 2016 -0600 web-view: Remove ge_popups_blocked signal It's connected to, but never emitted https://bugzilla.gnome.org/show_bug.cgi?id=755585 embed/ephy-web-view.c | 33 --------------------------------- 1 file changed, 33 deletions(-) commit 5b662da13daf4ef48621fdb686cb7e7bd5197097 Author: Michael Catanzaro Date: Tue Feb 9 13:30:07 2016 -0600 web-view: Fix a typo https://bugzilla.gnome.org/show_bug.cgi?id=755585 embed/ephy-web-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c78ab6fda34c46ef04d38f25ecde1cf738a925c0 Author: Michael Catanzaro Date: Tue Feb 9 13:29:52 2016 -0600 web-view: Remove signals that are never emitted or connected to https://bugzilla.gnome.org/show_bug.cgi?id=755585 embed/ephy-web-view.c | 66 --------------------------------------------------- 1 file changed, 66 deletions(-) commit 38fd646791c0d92f9ebe5c98f90622e886036926 Author: Michael Catanzaro Date: Wed Feb 10 00:14:52 2016 -0600 security-popover: Use gtk_label_set_xalign New API introduced to solve exactly this problem.... lib/widgets/ephy-security-popover.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit f2dd33065b5601596f01efb91dfba56adc7327b0 Author: Michael Catanzaro Date: Wed Feb 10 00:11:36 2016 -0600 security-popover: Use G_DECLARE_FINAL_TYPE lib/widgets/ephy-security-popover.c | 97 ++++++++++++++++--------------------- lib/widgets/ephy-security-popover.h | 26 +--------- 2 files changed, 44 insertions(+), 79 deletions(-) commit ab27bde8b1b3be706bbe240d14bf565c49b29d6e Author: Michael Catanzaro Date: Wed Feb 10 00:07:27 2016 -0600 node-view: Use G_DECLARE_FINAL_TYPE lib/widgets/ephy-node-view.c | 308 +++++++++++++++++++++---------------------- lib/widgets/ephy-node-view.h | 26 +--- 2 files changed, 150 insertions(+), 184 deletions(-) commit 6d447a6ff787f7706cc2004e1236443a865d837c Author: Michael Catanzaro Date: Tue Feb 9 23:53:46 2016 -0600 node-view: Use G_DEFINE_TYPE Party like it's 2004 lib/widgets/ephy-node-view.c | 45 +++++++------------------------------------- 1 file changed, 7 insertions(+), 38 deletions(-) commit cb6e0dae4e0e0741d07d3b24e6ba625019f5e374 Author: Michael Catanzaro Date: Tue Feb 9 23:46:17 2016 -0600 Update TODO TODO | 1 + 1 file changed, 1 insertion(+) commit a55e082cd33d92ff556995a384ad8d274554e247 Author: Michael Catanzaro Date: Tue Feb 9 23:41:48 2016 -0600 node-view: Drop unneeded virtual signals lib/widgets/ephy-node-view.c | 20 +++++--------------- lib/widgets/ephy-node-view.h | 6 ------ 2 files changed, 5 insertions(+), 21 deletions(-) commit 7401f486ffeaca6a472111136ba57c1e274ba3c1 Author: Michael Catanzaro Date: Tue Feb 9 23:37:51 2016 -0600 middle-clickable-button: Use G_DECLARE_FINAL_TYPE lib/widgets/ephy-middle-clickable-button.c | 5 +++++ lib/widgets/ephy-middle-clickable-button.h | 19 ++----------------- 2 files changed, 7 insertions(+), 17 deletions(-) commit f96cd3f62e941d538767f59acc5a468dce06cd1a Author: Michael Catanzaro Date: Tue Feb 9 23:36:12 2016 -0600 location-entry: Use G_DECLARE_FINAL_TYPE lib/widgets/ephy-location-entry.c | 198 +++++++++++++++----------------------- lib/widgets/ephy-location-entry.h | 28 +----- 2 files changed, 82 insertions(+), 144 deletions(-) commit 49ac908f38bf9ac944bd1ecb9891f8856b1ccfff Author: Michael Catanzaro Date: Tue Feb 9 23:23:46 2016 -0600 location-entry: Remove unneeded virtual signals lib/widgets/ephy-location-entry.c | 18 ++++++------------ lib/widgets/ephy-location-entry.h | 7 ------- 2 files changed, 6 insertions(+), 19 deletions(-) commit e89d3e26e50f2f3b739e97dd54f31699cd49e384 Author: Michael Catanzaro Date: Tue Feb 9 23:19:47 2016 -0600 file-chooser: Use G_DECLARE_FINAL_TYPE lib/widgets/ephy-file-chooser.c | 5 +++++ lib/widgets/ephy-file-chooser.h | 22 ++-------------------- 2 files changed, 7 insertions(+), 20 deletions(-) commit a83dfdef3b157cf508eee0299bd0ed4dfc7e7063 Author: Michael Catanzaro Date: Tue Feb 9 23:17:54 2016 -0600 download-widget: Use G_DECLARE_FINAL_TYPE lib/widgets/ephy-download-widget.c | 159 ++++++++++++++++++------------------- lib/widgets/ephy-download-widget.h | 27 +------ 2 files changed, 80 insertions(+), 106 deletions(-) commit 0d3d99de35658557215ef33ce6323763cc620685 Author: Michael Catanzaro Date: Tue Feb 9 23:10:24 2016 -0600 downloads-progress-icon: Use G_DECLARE_FINAL_TYPE lib/widgets/ephy-downloads-progress-icon.c | 7 +------ lib/widgets/ephy-downloads-progress-icon.h | 12 ++---------- 2 files changed, 3 insertions(+), 16 deletions(-) commit 6b23d476a6633f1c0374c8415e009e01db7b1a70 Author: Michael Catanzaro Date: Tue Feb 9 23:08:06 2016 -0600 downloads-popover: Use G_DECLARE_FINAL_TYPE lib/widgets/ephy-downloads-popover.c | 7 +------ lib/widgets/ephy-downloads-popover.h | 12 ++---------- 2 files changed, 3 insertions(+), 16 deletions(-) commit 3c697f755c7deb4a972c45a80fd776c717f41c05 Author: Michael Catanzaro Date: Tue Feb 9 23:02:01 2016 -0600 certificate-dialog: Use G_DECLARE_FINAL_TYPE lib/widgets/ephy-certificate-dialog.c | 91 ++++++++++++++++------------------- lib/widgets/ephy-certificate-dialog.h | 28 ++--------- 2 files changed, 45 insertions(+), 74 deletions(-) commit 7bc641ddd41ea4dba1ad372c3e889ef9b08430cb Author: Michael Catanzaro Date: Tue Feb 9 22:55:45 2016 -0600 history-service: Chain up in dispose lib/history/ephy-history-service.c | 2 ++ 1 file changed, 2 insertions(+) commit 9b3e45f56d41b383749c10e550561b43007525a0 Author: Michael Catanzaro Date: Tue Feb 9 22:55:15 2016 -0600 history-service: Use G_DECLARE_FINAL_TYPE lib/history/ephy-history-service-hosts-table.c | 58 ++++----- lib/history/ephy-history-service-private.h | 3 +- lib/history/ephy-history-service-urls-table.c | 44 +++---- lib/history/ephy-history-service-visits-table.c | 21 ++-- lib/history/ephy-history-service.c | 152 +++++++++++------------- lib/history/ephy-history-service.h | 24 +--- 6 files changed, 125 insertions(+), 177 deletions(-) commit 916ea903f9c3fe7011a5b3339b6664bfe5a28674 Author: Michael Catanzaro Date: Tue Feb 9 22:39:19 2016 -0600 history-service: Remove unnecessary virtual signal lib/history/ephy-history-service.c | 38 +++++++++++++------------------------- lib/history/ephy-history-service.h | 5 ----- 2 files changed, 13 insertions(+), 30 deletions(-) commit 8c36f9cbeea2c56709c7dc5f7fae17e96bd226ed Author: Michael Catanzaro Date: Mon Feb 8 19:31:27 2016 -0600 location-entry: Properly normalize URI for cut/copy 761d2fa %-encodes too much, including the ? in query parameters, and the # before the fragment. I wonder if I will ever again attempt to put a # in the first column of a git commit message. Can't say I've ever wanted to do that before. https://bugzilla.gnome.org/show_bug.cgi?id=761660 lib/ephy-uri-helpers.c | 19 +++++++++++++++++++ lib/ephy-uri-helpers.h | 1 + lib/widgets/ephy-location-entry.c | 5 ++--- 3 files changed, 22 insertions(+), 3 deletions(-) commit 0dd2a628df11599023d675a9e6144f82cbdc2130 Author: Michael Catanzaro Date: Mon Feb 8 18:15:18 2016 -0600 Standardize on "decoded" terminology for URIs, not "unescaped" A bit more precise https://bugzilla.gnome.org/show_bug.cgi?id=761660 embed/ephy-web-view.c | 6 +++--- lib/ephy-uri-helpers.c | 2 +- lib/ephy-uri-helpers.h | 2 +- lib/widgets/ephy-download-widget.c | 6 +++--- src/bookmarks/ephy-bookmark-properties.c | 8 ++++---- src/bookmarks/ephy-bookmarks-editor.c | 10 +++++----- src/ephy-history-window.c | 8 ++++---- 7 files changed, 21 insertions(+), 21 deletions(-) commit 13231a80e816fca6d7df2b0e1906c35da2b4f0df Author: Carlos Garcia Campos Date: Wed Jan 20 10:39:20 2016 +0100 Make new tabs inherit history of parent This feature was lost when we switched to WebKit2, bring it back now that we have API in WebKit to handle web view session state. https://bugzilla.gnome.org/show_bug.cgi?id=706731 src/ephy-window.c | 15 +++++++++- src/popup-commands.c | 79 +++++++++++++++++++++++++--------------------------- 2 files changed, 52 insertions(+), 42 deletions(-) commit 346e044b42aaa76063afcb0492a1f055e452d40c Author: Mario Blättermann Date: Tue Feb 9 09:55:06 2016 +0100 Updated German translation po/de.po | 151 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 83 insertions(+), 68 deletions(-) commit 6db72f4a6371fc2f6c1ad1570e6b34ac1813bf81 Author: Rafael Fontenelle Date: Tue Feb 9 07:35:08 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 153 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 70 deletions(-) commit 9a74939648635b4cab1c8842288b0bdbcf917c51 Author: Balázs Meskó Date: Tue Feb 9 07:18:27 2016 +0000 Updated Hungarian translation po/hu.po | 738 +++++++++++++++++++++++++-------------------------------------- 1 file changed, 288 insertions(+), 450 deletions(-) commit 1858689cd8052a276794c196f3b6978a491ed2ad Author: Michael Catanzaro Date: Mon Feb 8 21:19:42 2016 -0600 window: Code style fix src/ephy-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1a574d2d9b97fe23efb2d35028e410ab5fa83f10 Author: Michael Catanzaro Date: Mon Feb 8 17:07:05 2016 -0600 session: Remove unused EphySessionCommand src/ephy-session.h | 5 ----- 1 file changed, 5 deletions(-) commit b5e57d6ffd89307d1a673bebb7c9e4fe1d5f44d2 Author: Michael Catanzaro Date: Mon Feb 8 15:25:32 2016 -0600 web-overview: Don't crash when unexpected thumbnail change is received Sometimes we receive thumbnail changes for pages that aren't in the overview. It's probably a bug, but there don't seem to be any user-visible effects, so let's not crash over this. https://bugzilla.gnome.org/show_bug.cgi?id=758470 embed/web-extension/ephy-web-overview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b8b391393aca52274063653b2d6e4b3c00e960fd Author: Michael Catanzaro Date: Sun Feb 7 21:35:02 2016 -0600 Switch web extensions to using private D-Bus connections Instead of using the session bus. There's no point in advertising the web extension D-Bus interface as if it could be meaningfully used by anything other than the Epiphany UI process. EphyEmbedShell will run the D-Bus server, and the web extensions will connect to it. https://bugzilla.gnome.org/show_bug.cgi?id=761009 embed/ephy-embed-shell.c | 215 +++++++++++++------------- embed/ephy-web-extension-proxy.c | 168 +++++++++++--------- embed/ephy-web-extension-proxy.h | 4 +- embed/web-extension/ephy-web-extension-main.c | 46 +++--- embed/web-extension/ephy-web-extension.c | 105 ++++++++----- embed/web-extension/ephy-web-extension.h | 3 +- lib/Makefile.am | 2 + lib/ephy-dbus-util.c | 37 +++++ lib/ephy-dbus-util.h | 29 ++++ 9 files changed, 360 insertions(+), 249 deletions(-) commit 36272511be7e9c54ce35bf54ec4980d4a403d43e Author: Dušan Kazik Date: Mon Feb 8 16:54:33 2016 +0000 Updated Slovak translation po/sk.po | 138 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 73 insertions(+), 65 deletions(-) commit b2c4cc27698ad2223491a2f12f6ab7b58e628dcf Author: Michael Catanzaro Date: Mon Feb 8 07:15:25 2016 -0600 appdata: Pass appdata-validate data/epiphany.appdata.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 26f2862d8f7b0a0684d684f18f7dad0b3dbc2abf Author: Michael Catanzaro Date: Sun Feb 7 23:27:19 2016 -0600 Activate downloads popover when a download is started A crude but effective way to avoid people wondering what's going on when trying to start a download. https://bugzilla.gnome.org/show_bug.cgi?id=757753 src/ephy-toolbar.c | 1 + 1 file changed, 1 insertion(+) commit 18dc1e1fc79a9c76c5ce13f34fc8c39cee4bf2dc Author: Michael Catanzaro Date: Sun Feb 7 22:43:45 2016 -0600 Remove vestiges of public API It's been gone for years, and it's not coming back. If we support extensions in the future, it would be via the WebExtensions API. This makes me less annoyed by having to maintain a meaningless distinction between installed and non-installed header files (it's been years since any headers were installed). It also makes me less annoyed by having to look at meaningless direct-inclusion guards. And finally, it makes me less annoyed because each time I see those direct-inclusion guards, I think of how they really ought to be inside the normal include guards, rather than outside, to avoid breaking GCC and Clang's optimization to avoid unnecessarily reading the contents of the header file. (WebKit gets this wrong, too.) You can thank me if this makes Epiphany compile 0.1s or so faster for you. There are no useful changes in this commit. https://bugzilla.gnome.org/show_bug.cgi?id=761698 configure.ac | 2 - embed/Makefile.am | 45 ++++++++---------- embed/ephy-download.h | 4 -- embed/ephy-embed-container.h | 4 -- embed/ephy-embed-event.h | 4 -- embed/ephy-embed-prefs.h | 4 -- embed/ephy-embed-private.h | 4 -- embed/ephy-embed-shell.h | 4 -- embed/ephy-embed-utils.h | 4 -- embed/ephy-encoding.h | 4 -- embed/ephy-encodings.h | 4 -- embed/ephy-file-monitor.h | 4 -- embed/ephy-find-toolbar.h | 4 -- embed/ephy-web-extension-proxy.h | 4 -- embed/ephy-web-view.h | 4 -- embed/web-extension/ephy-web-dom-utils.h | 5 +- lib/Makefile.am | 63 ++++++++++---------------- lib/ephy-debug.h | 4 -- lib/ephy-dnd.h | 4 -- lib/ephy-favicon-helpers.h | 4 -- lib/ephy-file-helpers.h | 4 -- lib/ephy-gui.h | 4 -- lib/ephy-initial-state.h | 4 -- lib/ephy-langs.h | 4 -- lib/ephy-node-common.h | 4 -- lib/ephy-node-db.h | 4 -- lib/ephy-node-filter.h | 4 -- lib/ephy-node.h | 4 -- lib/ephy-prefs.h | 4 -- lib/ephy-security-levels.h | 4 -- lib/ephy-settings.h | 4 -- lib/ephy-signal-accumulator.h | 4 -- lib/ephy-string.h | 4 -- lib/ephy-time-helpers.h | 8 +--- lib/ephy-uri-helpers.h | 4 -- lib/ephy-web-app-utils.h | 4 -- lib/ephy-zoom.h | 4 -- lib/history/Makefile.am | 3 -- lib/widgets/Makefile.am | 3 -- lib/widgets/ephy-certificate-dialog.h | 4 -- lib/widgets/ephy-download-widget.h | 4 -- lib/widgets/ephy-file-chooser.h | 4 -- lib/widgets/ephy-location-entry.h | 4 -- lib/widgets/ephy-middle-clickable-button.h | 4 -- lib/widgets/ephy-node-view.h | 4 -- lib/widgets/ephy-security-popover.h | 4 -- lib/widgets/ephy-tree-model-node.h | 4 -- lib/widgets/ephy-tree-model-sort.h | 4 -- lib/widgets/ephy-zoom-action.h | 4 -- src/Makefile.am | 73 +++++++++++++++--------------- src/bookmarks/Makefile.am | 44 ++++++++---------- src/bookmarks/ephy-bookmark-action-group.h | 4 -- src/bookmarks/ephy-bookmark-action.h | 4 -- src/bookmarks/ephy-bookmark-properties.h | 4 -- src/bookmarks/ephy-bookmarks-editor.h | 4 -- src/bookmarks/ephy-bookmarks-export.h | 4 -- src/bookmarks/ephy-bookmarks-import.h | 4 -- src/bookmarks/ephy-bookmarks-menu.h | 4 -- src/bookmarks/ephy-bookmarks-ui.h | 4 -- src/bookmarks/ephy-bookmarks.h | 4 -- src/bookmarks/ephy-nodes-cover.h | 4 -- src/bookmarks/ephy-open-tabs-action.h | 4 -- src/bookmarks/ephy-topic-action-group.h | 4 -- src/bookmarks/ephy-topic-action.h | 4 -- src/bookmarks/ephy-topics-entry.h | 4 -- src/bookmarks/ephy-topics-palette.h | 4 -- src/ephy-action-helper.h | 4 -- src/ephy-completion-model.h | 4 -- src/ephy-encoding-dialog.h | 4 -- src/ephy-history-window.h | 4 -- src/ephy-home-action.h | 4 -- src/ephy-link-action.h | 4 -- src/ephy-link.h | 4 -- src/ephy-location-controller.h | 4 -- src/ephy-lockdown.h | 4 -- src/ephy-navigation-history-action.h | 4 -- src/ephy-notebook.h | 4 -- src/ephy-private.h | 4 -- src/ephy-session.h | 4 -- src/ephy-shell.h | 4 -- src/ephy-toolbar.h | 4 -- src/ephy-window-action.h | 4 -- src/ephy-window.h | 4 -- src/window-commands.h | 4 -- 84 files changed, 103 insertions(+), 443 deletions(-) commit 70bc6b8dc35dcaec955f489fa67e40427f861dd5 Author: Michael Catanzaro Date: Mon Jan 18 11:44:26 2016 -0600 prefs-dialog: Expose restore-session-policy https://bugzilla.gnome.org/show_bug.cgi?id=724583 src/prefs-dialog.c | 32 ++++++++++++++++++++++++++++++++ src/resources/prefs-dialog.ui | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) commit 761d2fab37dffac086e8ba1df69c8ac499ec90e8 Author: Michael Catanzaro Date: Sat Feb 6 23:01:23 2016 -0600 location-entry: Encode URI before copy/paste The location entry is currently the only place in our UI where it is possible to copy a decoded URI. This is basically never what the user wants. I am getting tired of accidentally pasting broken URIs like https://build.webkit.org/results/GTK Linux 64-bit Release (Tests)/r196216 (13627)/results.html. URIs should be encoded before stored in the clipboard. Now I can copy https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r196216%20(13627)/results.html instead as nature intended. Of course, if only part of the entry is selected, then it's not a full URI and should not be messed with; in this case, just copy it raw. https://bugzilla.gnome.org/show_bug.cgi?id=761660 lib/widgets/ephy-location-entry.c | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) commit f7456b7269b3f5cc122725e1c941905e90f8d102 Author: Dušan Kazik Date: Mon Feb 8 06:48:11 2016 +0000 Updated Slovak translation po/sk.po | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) commit 651eb22f664c10b3ff8e1e21966eb8b3dd2d7714 Author: Michael Catanzaro Date: Sun Feb 7 23:01:44 2016 -0600 Update TODO TODO | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) commit 18ee5e3faa7e084c722083ebb987780266b625f9 Author: Michael Catanzaro Date: Sun Feb 7 21:55:03 2016 -0600 Formatting fixups for the previous commit Some tabs snuck in, and we missed a space before opening paren. embed/ephy-about-handler.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 9d20f64253526d0f5b5464d66095a66db66c73ed Author: Lorenzo Tilve Date: Tue Dec 29 13:40:27 2015 +0100 overview: Do not show local files on the overview embed/ephy-about-handler.c | 1 + embed/ephy-embed-shell.c | 1 + lib/history/ephy-history-service-urls-table.c | 3 +++ lib/history/ephy-history-types.c | 1 + lib/history/ephy-history-types.h | 1 + 5 files changed, 7 insertions(+) commit a3ac79fe8995763447e5858adef7b928f8005cc7 Author: Lorenzo Tilve Date: Mon Jan 25 23:06:22 2016 +0100 overview: Display a placeholder image on empty overview embed/ephy-about-handler.c | 76 ++++++++++++++++++++++++++++------------------ src/resources/about.css | 18 +++++++++++ 2 files changed, 65 insertions(+), 29 deletions(-) commit 6572053c3b044c48a4b4a29ac444bcc8fec6bfe6 Author: Ask Hjorth Larsen Date: Sun Feb 7 16:38:16 2016 +0100 Updated Danish translation po/da.po | 1180 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 630 insertions(+), 550 deletions(-) commit 01eb4d0e6c92af2a628ec6a647d0de3f0e06493c Author: Daniel Mustieles Date: Sun Feb 7 13:11:40 2016 +0100 Updated Spanish translation po/es.po | 90 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 49 insertions(+), 41 deletions(-) commit 482593e73872c86bc8255917d10643fb8ec0d208 Author: Rūdolfs Mazurs Date: Sat Feb 6 21:03:46 2016 +0200 Update Latvian translation po/lv.po | 1055 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 543 insertions(+), 512 deletions(-) commit ad673402baa2a8c101f258d3fddaf2f4193599ed Author: Piotr Drąg Date: Sat Feb 6 17:06:22 2016 +0100 Updated Polish translation po/pl.po | 1237 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 644 insertions(+), 593 deletions(-) commit 5eed405e85001a18e1fdf3658445e5661d2c643c Author: Jiri Grönroos Date: Fri Feb 5 20:33:11 2016 +0000 Updated Finnish translation po/fi.po | 231 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 121 insertions(+), 110 deletions(-) commit 9e233ee9cb3e2ffd9fcbd765fd607acd3640a842 Author: Fábio Nogueira Date: Wed Feb 3 14:33:58 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 793 ++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 503 insertions(+), 290 deletions(-) commit e1c753712b7a43fcbd588ae502d8c9d15391ee1a Author: Matej Urbančič Date: Tue Feb 2 17:45:18 2016 +0100 Updated Slovenian translation po/sl.po | 480 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 259 insertions(+), 221 deletions(-) commit cb9e0c4bb7d2bc1105977b434499ba14ee1384db Author: Alexandre Franke Date: Tue Feb 2 11:23:22 2016 +0000 Updated French translation po/fr.po | 1156 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 615 insertions(+), 541 deletions(-) commit 41d802c5a0729382f2a7cc5440d8a5d2ccbd171e Author: Daniel Mustieles Date: Sun Jan 31 22:18:40 2016 +0100 Updated Spanish translation po/es.po | 498 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 251 insertions(+), 247 deletions(-) commit 928dfa0abb0b4f30f6764a18fd159eccae676472 Author: Dušan Kazik Date: Sat Jan 30 14:02:54 2016 +0000 Updated Slovak translation po/sk.po | 168 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 92 insertions(+), 76 deletions(-) commit acb58b2672d57e28aba2caef60a3fa03040f6c93 Author: Gábor Kelemen Date: Fri Jan 29 16:32:15 2016 +0000 Updated Hungarian translation help/hu/hu.po | 108 ++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 68 insertions(+), 40 deletions(-) commit 88fad356f74f8d93feb12da636ae001731eb9756 Author: Balázs Meskó Date: Tue Jan 26 14:31:10 2016 +0000 Updated Hungarian translation po/hu.po | 99 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 53 insertions(+), 46 deletions(-) commit 096b1586e42aee319dca745a068454787d04ec5b Author: Mario Blättermann Date: Mon Jan 25 21:01:14 2016 +0100 Updated German translation po/de.po | 89 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 48 insertions(+), 41 deletions(-) commit 037c7797cecb870eb069777639e17377d52fda2b Author: Richard Hughes Date: Mon Jan 25 15:40:57 2016 +0000 Add a missing tag to the AppData file data/epiphany.appdata.xml.in | 1 + 1 file changed, 1 insertion(+) commit 56e9ef77df2377bc4d0ca39a4900641eba2421cd Author: Michael Catanzaro Date: Sun Jan 24 22:07:39 2016 -0600 Move ephy-web-dom-utils to embed/web-extension Since it's only usable from the web extension. Also, remove an old #include from window-commands, a holdover from WebKit1 I suppose. https://bugzilla.gnome.org/show_bug.cgi?id=761074 embed/web-extension/Makefile.am | 2 + embed/web-extension/ephy-web-dom-utils.c | 527 +++++++++++++++++++++++++++++++ embed/web-extension/ephy-web-dom-utils.h | 55 ++++ lib/Makefile.am | 2 - lib/ephy-web-dom-utils.c | 527 ------------------------------- lib/ephy-web-dom-utils.h | 55 ---- src/window-commands.c | 1 - 7 files changed, 584 insertions(+), 585 deletions(-) commit cc67c5f394a94e3b5e1cf232772d73a9cb2e90f5 Author: Michael Catanzaro Date: Sun Jan 24 19:23:43 2016 -0600 web-view: Add mnemonics for error page buttons Unfortunately WebKit does not actually render the access key, so there's no way to know it's there, but it's better than not having any access key. https://bugzilla.gnome.org/show_bug.cgi?id=761069 embed/ephy-web-view.c | 14 ++++++++++++-- src/resources/error.html | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) commit ff58bf0e64a261eb6cb295f256803f11ca4a5dad Author: Michael Catanzaro Date: Sun Jan 24 22:47:29 2016 -0600 web-dom-utils: Add another FIXME lib/ephy-web-dom-utils.c | 3 +++ 1 file changed, 3 insertions(+) commit 7992222e0f3ab1b1b46e29ed919abe994adfb962 Author: Michael Catanzaro Date: Sun Jan 24 22:16:35 2016 -0600 web-dom-utils: Add a FIXME comment lib/ephy-web-dom-utils.c | 3 +++ 1 file changed, 3 insertions(+) commit 46ee95ba2bacbb5106bbaf1e652ab04fdd25dd6b Author: Michael Catanzaro Date: Sun Jan 24 22:11:45 2016 -0600 encoding-dialog: Placate -Wdiscarded-qualifiers src/ephy-encoding-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 70ae1bb851c916af0005b28d739ce25b7a4247cd Author: Michael Catanzaro Date: Sun Jan 24 19:30:07 2016 -0600 web-view: Add an assertion An early return here leads to memory leaks. We should never hit this because (a) we'd better have an error page for every error type, and (b) if we don't there will be a compiler warning thanks to the new warning flags. embed/ephy-web-view.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit a253d063ee4b6b87e65abcded14990a7d540949e Author: Michael Catanzaro Date: Sun Jan 24 18:22:25 2016 -0600 Clean the sass cache Mostly to get it out of my git status output src/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 7a7e4c43c25bdf37050a92fdbb92dcab785744f9 Author: Balázs Meskó Date: Sun Jan 24 12:59:31 2016 +0000 Updated Hungarian translation po/hu.po | 1166 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 619 insertions(+), 547 deletions(-) commit 28578843ab6633a4b8a9c29cf8443f315d17c7ee Author: Michael Catanzaro Date: Sat Jan 23 17:03:27 2016 -0600 web-view: Remove obsolete ifdefs We already require 2.11.4 embed/ephy-web-view.c | 4 ---- 1 file changed, 4 deletions(-) commit 53a6683661fec779820e1076be0ac85997e2a328 Author: Michael Catanzaro Date: Sat Jan 23 13:06:40 2016 -0600 Fixup for the previous commit Not sure how I missed all the warnings the previous commit introduced.... embed/web-extension/ephy-web-extension-main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit e6369581944c85815d75972edd8f36391eb87314 Author: Michael Catanzaro Date: Sat Jan 23 12:06:58 2016 -0600 web-extension-main: Use a pragma to silence -Wmissing-prototype I like this better. embed/web-extension/ephy-web-extension-main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 1f4f310360d94bccd16cd30a0e506b575f54d70f Author: Mario Blättermann Date: Sat Jan 23 18:03:02 2016 +0100 Updated German translation po/de.po | 147 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 77 insertions(+), 70 deletions(-) commit b73a25759ee1ee17a999af7f8a7c83d261a3dc2a Author: Michael Catanzaro Date: Fri Jan 22 16:32:04 2016 -0600 sqlite-statement: Chain up properly in finalize lib/ephy-sqlite-statement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2799c0084cb2c699d496fa849692732b4c1aa64b Author: Michael Catanzaro Date: Fri Jan 22 16:28:55 2016 -0600 sqlite-connection: chain up properly in finalize lib/ephy-sqlite-connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 86fdf35e7d0d9926e21d8484f290d46141449dc7 Author: Michael Catanzaro Date: Fri Jan 22 12:44:53 2016 -0600 Update appdata data/epiphany.appdata.xml.in | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) commit d1784f095b392998473eb42d879f62762336ccc8 Author: Michael Catanzaro Date: Mon Jan 18 19:08:13 2016 -0600 web-overview: Do not drop thumbnail update requests When the overview is opened in a new tab, it normally works fine, but when the overview is opened in the first tab when starting Epiphany, there are no thumbnails for any of the sites: just empty placeholder images, at least on my machine. That's not good. The snapshot service does not have the images ready immediately when requested by EphyAboutHandler, so EphyAboutHandler is not able to insert them into the overview HTML when it is created. Instead, it inserts a placeholder image. Then, when the snapshot service has finished getting the thumbnail, it makes a D-Bus call to the web extension to convey the file URI for the thumbnail (for each URL in the overview). EphyWebOverview replaces the placeholder image with the thumbnail when it receives the call. The problem is the call can occur before WebKit has finished loading the overview HTML, in which case the thumbnail changes get dropped and we wind up with a bunch of placeholder images. Instead, remember the thumbnail change requests as they come in, then apply them all after the document has loaded. https://bugzilla.gnome.org/show_bug.cgi?id=758470 embed/web-extension/ephy-web-overview.c | 54 +++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 2 deletions(-) commit 10e6ad5057c4dc778ebbecc4757c4f4894bf1a6d Author: Carlos Garcia Campos Date: Mon Jan 18 12:35:43 2016 +0100 ephy-session: restore session state when restoring recently closed tabs This feature was lost with the port to WebKit2, but it's now back and improved, since now nt only the back list is restored, but the whole history navigation information and the scroll position. https://bugzilla.gnome.org/show_bug.cgi?id=760782 src/ephy-session.c | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) commit 20fa897c5ebd1c20b9f6caad312a88bdb22f800f Author: Carlos Garcia Campos Date: Mon Jan 18 12:13:47 2016 +0100 ephy-session: simplify the code to track closed tabs parent notebook Use a refcounted struct to add/remove the weak pointer, and let the closed tabs just ref/unref the notebook tracker. This should also fix the leak reported in bug #695966. src/ephy-session.c | 164 +++++++++++++++++++++++++---------------------------- 1 file changed, 78 insertions(+), 86 deletions(-) commit 5086e25fcb5e1aab30c50af55f9e2a9db5d8bf42 Author: Carlos Garcia Campos Date: Mon Jan 18 09:35:08 2016 +0100 ephy-session: stop saving the back forward list for recently closed tabs This is currently unused. Also improve the detection of empty tabs with no history to not add them to the list of closed tabs. src/ephy-session.c | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) commit c45ae0b29287353f3798428b7131d8ac2127da62 Author: Carlos Garcia Campos Date: Thu Jan 14 17:59:13 2016 +0100 ephy-session: save and restore web view session state Using the new WebKit API available in 2.11.3. The session state is serialized and then encoded as Base-64 to be able to to save it in our current session state XML file. Now, we always save the session on close, since there are more things that might have changed in the state like the scroll position that we don't monitor to schedule saves. https://bugzilla.gnome.org/show_bug.cgi?id=119432 configure.ac | 2 +- embed/ephy-embed.c | 23 +++++++++++--- embed/ephy-embed.h | 3 +- src/ephy-session.c | 91 +++++++++++++++++++++++++++++++++++++++++++++++++----- 4 files changed, 105 insertions(+), 14 deletions(-) commit 7d83de2dd3b6645185d31904ec90ae93f25ab680 Author: Carlos Garcia Campos Date: Thu Jan 14 15:42:07 2016 +0100 ephy-session: Save the session also when active tab changes We are saving the active tab in the session, but we don't update the session file when it changes. src/ephy-session.c | 11 +++++++++++ 1 file changed, 11 insertions(+) commit e18ccd0da2c0aaadac4b9c0039f385e4bdfb94d8 Author: Carlos Garcia Campos Date: Thu Jan 14 15:32:27 2016 +0100 ephy-session: do not start the save task immediately Wait for one second, so that if there are several save requests in one second, we only save the session once. If the session is closed while there's a save request pending, the request is cancelled and the session saved immediately. src/ephy-session.c | 80 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 58 insertions(+), 22 deletions(-) commit 52171e035c787ee155dfb1acb7a02f6c6469b724 Author: Carlos Garcia Campos Date: Thu Jan 14 14:42:37 2016 +0100 ephy-session: Remove filename parameter from ephy_session_save() Stop pretending we support saving the session to any path. We always save the session to the default session file, ephy_session_save() is public only to be able to use it from tests. src/ephy-session.c | 46 ++++++++++++++++++++++------------------------ src/ephy-session.h | 3 +-- tests/ephy-session-test.c | 2 +- 3 files changed, 24 insertions(+), 27 deletions(-) commit adbe1549da2f28deba3f223a60f0873d46ef034d Author: Carlos Garcia Campos Date: Thu Jan 14 12:07:45 2016 +0100 ephy-session: Never save the session if the policy is set to never src/ephy-session.c | 7 +++++++ 1 file changed, 7 insertions(+) commit 9c83f5014622ecb52811c093cd02d69e06f8de49 Author: Carlos Garcia Campos Date: Thu Jan 14 11:48:11 2016 +0100 ephy-session: always set dont_save to false in ephy_session_close() It's the only thing we are doing now, so we don't need to check the policy, it's always safe to set dont_save to FALSE when session is closed. src/ephy-session.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) commit 36c5d9be3ca9a0617c7964414964c7fc3ea75127 Author: Carlos Garcia Campos Date: Thu Jan 14 10:57:59 2016 +0100 embed: Remove unused EphyEmbedShell::prepare-close signal embed/ephy-embed-shell.c | 23 ----------------------- embed/ephy-embed-shell.h | 3 --- src/ephy-session.c | 2 -- 3 files changed, 28 deletions(-) commit 08eb12b3bb538f96b23bc2ac7bf21e360b085b4d Author: Carlos Garcia Campos Date: Tue Jan 19 09:52:01 2016 +0100 embed: Ignore beforeunload events At least until we properly support them. Connect to WebKitWebView::script-dialog to always confirm we want to leave the page and stop the signal propagation. embed/ephy-web-view.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) commit d66da032f687daa58bc0c00bbfb640fa81795004 Author: Michael Catanzaro Date: Mon Jan 18 22:22:38 2016 -0600 Take safetypes patch from Debian No clue why this was never proposed upstream.... data/mime-types-permissions.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 4960ba02c89102220f4b106f0ab13a6f48fa3d14 Author: Michael Catanzaro Date: Mon Jan 18 22:14:41 2016 -0600 Allow opening .tar.xz files Really a bad problem that we have a list of MIME types for which using the Open button is doomed to fail. A bad problem indeed. Make it seem like less of a bad problem by making .tar.xz files work. data/mime-types-permissions.xml | 1 + 1 file changed, 1 insertion(+) commit 1836df58562df4511a90f3141377d6c0b9db4c3c Author: Michael Catanzaro Date: Mon Jan 18 16:55:50 2016 -0600 about-handler: Remove unused define embed/ephy-about-handler.c | 1 - 1 file changed, 1 deletion(-) commit 258301217cae6343dd4fe0f20ca96154650b250e Author: Jiro Matsuzawa Date: Sat Jan 16 03:14:21 2016 +0000 Updated Japanese translation po/ja.po | 1454 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 860 insertions(+), 594 deletions(-) commit d5e6724eb05effb6b15a5676703ae35e1639cae9 Author: Michael Catanzaro Date: Fri Jan 15 10:43:30 2016 -0600 Fix crash starting incognito mode https://bugzilla.gnome.org/show_bug.cgi?id=760667 lib/ephy-file-helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 40cd97ebf220df869114c352a2fad5896488aebc Author: Michael Catanzaro Date: Wed Jan 13 13:00:12 2016 -0600 Fix Linux build lib/ephy-profile-migrator.c | 1 + 1 file changed, 1 insertion(+) commit 16cc92ef1bbe822a6be09371334b34540456ffea Author: Ting-Wei Lan Date: Mon Jan 11 12:15:35 2016 +0800 ephy-profile-migrator: Call setlocale and gettext functions in main function It is required to correctly show translated messages on some locales. https://bugzilla.gnome.org/show_bug.cgi?id=760417 lib/Makefile.am | 1 + lib/ephy-profile-migrator.c | 5 +++++ 2 files changed, 6 insertions(+) commit 911ccf3a377e7b651ca9a8d3512cb110f8de77d1 Author: Michael Catanzaro Date: Wed Jan 13 10:44:59 2016 -0600 build: static link with libgd https://bugzilla.gnome.org/show_bug.cgi?id=760442 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2aea86dccce06f374c747e0e3cba80fb7c857d1c Author: Dušan Kazik Date: Mon Jan 11 09:55:41 2016 +0000 Updated Slovak translation po/sk.po | 1051 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 544 insertions(+), 507 deletions(-) commit fe8c42a5f519de7d2327a985fd4ffb8151ef41d7 Author: Aurimas Černius Date: Sun Jan 10 17:16:15 2016 +0200 Updated Lithuanian translation po/lt.po | 457 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 223 insertions(+), 234 deletions(-) commit 1f49d03b760e29e431275f22507c895f76d995af Author: Michael Catanzaro Date: Fri Jan 8 14:07:19 2016 -0600 theme: Avoid CSS error src/resources/epiphany.css | 2 +- src/resources/epiphany.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 5243f8a82e6190728382a91dc3ce8b8152fdaf8e Author: Michael Catanzaro Date: Thu Jan 7 14:17:42 2016 -0600 build: m4, directory should be just m4 This was an amusing regression. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 48d871176058879f464ecb8e500d7a122f352399 Author: Kjartan Maraas Date: Thu Jan 7 20:59:22 2016 +0100 Updated Norwegian bokmål translation. po/nb.po | 1016 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 516 insertions(+), 500 deletions(-) commit 8200ca2989344c590635dc5a7ae7267797a21470 Author: Michael Catanzaro Date: Thu Jan 7 10:30:59 2016 -0600 Attempt to fix srcdir != builddir lib/widgets/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c6a9e6c0a3eaf4f29bd4e48bdcba9a7d7381ae30 Author: Michael Catanzaro Date: Wed Aug 6 15:41:00 2014 -0500 Remove encoding preference from preferences dialog I can't see any benefit to this setting, besides to confuse and break pages. This patch does not remove the encodings dialog that allows changing the encoding on the current page, and it doesn't remove encodings from the window menu. We should consider these as well. Users don't need to know anything about encodings and Firefox doesn't allow changing encoding at all anymore. https://bugzilla.gnome.org/show_bug.cgi?id=734381 src/prefs-dialog.c | 77 ------------------------------------------- src/resources/prefs-dialog.ui | 39 ---------------------- 2 files changed, 116 deletions(-) commit b4ce44639bb5196b593f71c9c1d0cabbde8af98b Author: Michael Catanzaro Date: Mon Dec 21 08:01:55 2015 -0600 Use GdTwoLinesRenderer to display the location entry completion Accordingly, we get to remove Carlos's horrible hack adding markup to the completion model (which in MVC should only model, not contain style), and Claudio's horrible hack adding a bool property to make the markup optional (to avoid breaking the search provider, which also uses the completion model). The markup was originally moved to the completion model in order to remove the cell data function, which was being run continuously due to some bug. Because GdTwoLinesRenderer uses real cell attributes to display the title and url separately, we no longer need to worry at all about the task it used to perform -- merging the title and url into one string, with a newline and formatting markup to control size and color of the second line. GdTwoLinesRenderer takes care of this much more cleanly. The only user-visible change is that it is now possible to read URLs in the completion when the row is selected, as the gray is darker. Apparently some people can read it fine, but the color was too similar to the selection blue on the three monitors I tested. https://bugzilla.gnome.org/show_bug.cgi?id=736364 .gitmodules | 3 ++ Makefile.am | 2 +- autogen.sh | 2 + configure.ac | 5 ++- lib/widgets/Makefile.am | 4 ++ lib/widgets/ephy-location-entry.c | 12 ++++-- libgd | 1 + src/ephy-completion-model.c | 81 ++------------------------------------ src/ephy-completion-model.h | 3 +- src/ephy-location-controller.c | 2 +- src/ephy-search-provider.c | 2 +- tests/ephy-completion-model-test.c | 4 +- 12 files changed, 33 insertions(+), 88 deletions(-) commit 5d24240fed72413dec9fde1c9ea94bd026c67a47 Author: Jiri Grönroos Date: Wed Jan 6 11:53:09 2016 +0000 Updated Finnish translation po/fi.po | 1144 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 598 insertions(+), 546 deletions(-) commit f3113c5bec20116a4239ec143e667e9951987c80 Author: Michael Catanzaro Date: Tue Jan 5 20:01:43 2016 -0600 theme: remove another "improvement" src/resources/epiphany.css | 9 +++++++++ src/resources/epiphany.scss | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) commit 277043a121764bdb45954197365e02af462dbcfb Author: Michael Catanzaro Date: Tue Jan 5 19:58:32 2016 -0600 theme: went a bit too far with insensitive -> disabled src/resources/epiphany.css | 8 ++++++++ src/resources/epiphany.scss | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit 214fec5c9dc0b581e2c3705dd4113bc6f4b78b18 Author: Michael Catanzaro Date: Tue Jan 5 19:56:29 2016 -0600 theme: insensitive -> disabled src/resources/epiphany.css | 19 +------------------ src/resources/epiphany.scss | 8 ++++---- 2 files changed, 5 insertions(+), 22 deletions(-) commit ac7b17a302d88e3160795ccf0619239431c69a3c Author: Andika Triwidada Date: Sat Jan 2 13:57:46 2016 +0000 Updated Indonesian translation (cherry picked from commit 64cf5051418e00c791f21e2029490074833947cf) po/id.po | 319 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 161 insertions(+), 158 deletions(-) commit e9a60a581d8540ed959f0d6a0ee28b2ad9edd59e Author: Anders Jonsson Date: Sat Jan 2 14:15:09 2016 +0100 Add Swedish help translation help/Makefile.am | 2 +- help/sv/sv.po | 2055 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2056 insertions(+), 1 deletion(-) commit a6cb9eb3ed64e21b671085d4faa789ee0059638e Author: Muhammet Kara Date: Fri Jan 1 09:08:52 2016 +0000 Updated Turkish translation po/tr.po | 1135 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 604 insertions(+), 531 deletions(-) commit e586a81e6aa218feff63c75caaa2dc1037b51e9e Author: Enrico Nicoletto Date: Thu Dec 31 17:20:47 2015 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 1581 +++++++++++++++++++++++++++-------------------------------- 1 file changed, 722 insertions(+), 859 deletions(-) commit 27e51129bb89a75cc7aaa6fec216027aac500349 Author: Mario Blättermann Date: Tue Dec 29 23:46:27 2015 +0100 Updated German doc translation help/de/de.po | 85 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 42 insertions(+), 43 deletions(-) commit 34f0dc4e5ad3f8c40f1f4b8a6008fbe2cba27818 Author: J.M. Ruetter Date: Tue Dec 29 15:41:54 2015 +0100 Updated German translation po/de.po | 1218 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 640 insertions(+), 578 deletions(-) commit b495e7ac0e77204710be3d159119c263fb0da6ee Author: Olav Vitters Date: Mon Dec 28 22:33:34 2015 +0100 dummy commit HACKING | 1 + 1 file changed, 1 insertion(+) commit 1cc49f609cc56346269781ece0f56d632f37b133 Author: Michael Catanzaro Date: Sat Dec 26 22:28:12 2015 -0600 Enable and placate -Wswitch-enum and -Wswitch-default I guess these aren't so bad.... configure.ac | 6 ++---- embed/ephy-embed-shell.c | 2 ++ embed/ephy-embed.c | 2 ++ embed/ephy-file-monitor.c | 7 +++++++ embed/ephy-find-toolbar.c | 5 +++++ embed/ephy-web-view.c | 3 +++ lib/ephy-node-db.c | 4 ++++ lib/ephy-node-filter.c | 11 +++++++++++ lib/ephy-node.c | 3 +++ lib/ephy-smaps.c | 1 + lib/history/ephy-history-service-urls-table.c | 1 + lib/widgets/ephy-certificate-dialog.c | 4 ++++ lib/widgets/ephy-security-popover.c | 2 ++ lib/widgets/ephy-zoom-action.c | 4 ++++ src/bookmarks/ephy-bookmark-action.c | 4 ++++ src/bookmarks/ephy-bookmarks-import.c | 3 +++ src/bookmarks/ephy-topic-action.c | 4 ++++ src/ephy-notebook.c | 4 ++++ 18 files changed, 66 insertions(+), 4 deletions(-) commit beff7a5396770e805d8c54c8f40b7689dccf8707 Author: Michael Catanzaro Date: Sat Dec 26 22:00:00 2015 -0600 Stop explicitly passing -Wdeclaration-after-statement... ...to AX_COMPILER_FLAGS. It's already enabled by default, as if it were useful for some reason. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 00b134d0f5736650d98ed61b75dc3ff62459da18 Author: Michael Catanzaro Date: Sat Dec 26 21:58:27 2015 -0600 Enable and placate -Wsign-compare configure.ac | 2 +- embed/ephy-about-handler.c | 2 +- embed/ephy-embed-prefs.c | 2 +- embed/ephy-encodings.c | 2 +- embed/web-extension/ephy-web-extension.c | 2 +- lib/ephy-file-helpers.c | 2 +- lib/ephy-initial-state.c | 2 +- lib/ephy-langs.c | 4 ++-- lib/ephy-node-db.c | 2 +- lib/ephy-node-filter.c | 6 +++--- lib/ephy-node.c | 10 +++++----- lib/ephy-profile-migrator.c | 2 +- lib/ephy-string.c | 4 ++-- lib/ephy-web-dom-utils.c | 4 ++-- lib/widgets/ephy-location-entry.c | 2 +- lib/widgets/ephy-node-view.c | 2 +- lib/widgets/ephy-zoom-action.c | 2 +- src/bookmarks/ephy-bookmarks-editor.c | 9 +++++---- src/bookmarks/ephy-bookmarks-export.c | 5 +++-- src/bookmarks/ephy-bookmarks.c | 18 +++++++++--------- src/bookmarks/ephy-topic-action-group.c | 2 +- src/bookmarks/ephy-topics-entry.c | 3 ++- src/bookmarks/ephy-topics-palette.c | 5 +++-- src/ephy-completion-model.c | 2 +- src/ephy-location-controller.c | 2 +- src/ephy-window.c | 8 ++++---- src/prefs-dialog.c | 6 +++--- src/window-commands.c | 4 ++-- tests/ephy-bookmarks-test.c | 2 +- tests/ephy-embed-utils-test.c | 2 +- tests/ephy-file-helpers-test.c | 6 +++--- tests/ephy-string-test.c | 2 +- tests/ephy-web-view-test.c | 4 ++-- 33 files changed, 68 insertions(+), 64 deletions(-) commit a6e5831af6604ff4a712d80bc6bca1fc4133def8 Author: Michael Catanzaro Date: Sat Dec 26 21:40:11 2015 -0600 Don't feed crap into a GMemoryInputStream I haven't analyzed this properly to see what's going on here, but this is definitely a bug, as this function is often called with -1 for data_length. Thanks, -Wsign-compare. embed/ephy-about-handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9e7feb065d6e243b506e73289f23702087ad481f Author: Michael Catanzaro Date: Sat Dec 26 21:04:55 2015 -0600 Enable -Wdiscarded-qualifiers Seems Ting-Wei has fixed these when quashing -Wwrite-strings. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 142a94dea4825b23af6240da3d078305f2edfe11 Author: Michael Catanzaro Date: Sat Dec 26 21:01:31 2015 -0600 Enable and placate -Wredundant-decls configure.ac | 2 +- lib/widgets/ephy-file-chooser.c | 4 +--- lib/widgets/ephy-zoom-action.c | 3 --- src/bookmarks/ephy-bookmarks-editor.c | 2 -- src/bookmarks/ephy-bookmarks.c | 2 -- src/ephy-link-action.c | 8 ++++---- src/ephy-link.h | 2 -- src/ephy-location-controller.c | 2 -- src/ephy-navigation-history-action.c | 4 ---- src/ephy-shell.c | 2 -- src/ephy-shell.h | 2 -- src/prefs-dialog.c | 6 +----- 12 files changed, 7 insertions(+), 32 deletions(-) commit d6581d4ce8ca69821485a09c71b8d7530717c2db Author: Michael Catanzaro Date: Sat Dec 26 20:47:01 2015 -0600 Enable and placate -Wno-shadow configure.ac | 2 +- embed/ephy-embed-shell.c | 16 ++++++++-------- embed/ephy-embed.c | 2 +- lib/ephy-file-helpers.c | 20 ++++++++++---------- lib/ephy-node.c | 18 +++++++++--------- lib/ephy-profile-migrator.c | 15 ++++++++------- lib/ephy-snapshot-service.c | 2 +- src/bookmarks/ephy-bookmarks-editor.c | 24 ++++++++++++------------ src/ephy-main.c | 10 +++++----- src/window-commands.c | 5 ++--- tests/ephy-snapshot-service-test.c | 2 +- 11 files changed, 58 insertions(+), 58 deletions(-) commit 44be8d856c4afcdb0e11dd3c55047e1e8b903ac7 Author: Marek Černocký Date: Thu Dec 24 14:35:13 2015 +0100 Updated Czech translation po/cs.po | 1026 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 527 insertions(+), 499 deletions(-) commit 776a48b57ac44066c7f843bed1f1a18ddb22cafe Author: Jeff Bai Date: Wed Dec 23 12:52:37 2015 +0800 Update zh_CN translation po/zh_CN.po | 1239 +++++++++++++++++++++++++++++++---------------------------- 1 file changed, 645 insertions(+), 594 deletions(-) commit 1a2dad4add060cbed36b4f6116b8153a62320912 Author: Marek Černocký Date: Tue Dec 22 09:39:47 2015 +0100 Updated Czech translation help/cs/cs.po | 55 +++++++++++++++++++++++-------------------------------- 1 file changed, 23 insertions(+), 32 deletions(-) commit 19ff1cda3090f17fb62c43f0e04aeef958594e60 Author: Michael Catanzaro Date: Sun Dec 20 13:35:23 2015 -0600 Update the theme for CSS nodes button and entry are now CSS names, not style classes. https://bugzilla.gnome.org/show_bug.cgi?id=757164 src/resources/epiphany.css | 32 ++++++++++++++++---------------- src/resources/epiphany.scss | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) commit f74683aace8b113ff19d63d00d09e00d9da541ea Author: Michael Catanzaro Date: Mon Oct 26 21:24:44 2015 -0500 Update for removal of GTK_STYLE_CLASS_ENTRY https://bugzilla.gnome.org/show_bug.cgi?id=757164 configure.ac | 2 +- embed/web-extension/ephy-web-extension.c | 2 +- src/ephy-completion-model.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) commit aa5f69f91edf0274fff17513ce0230d1b2c29cb9 Author: Michael Catanzaro Date: Sun Dec 20 13:27:40 2015 -0600 Remove theme for old download box It's gone https://bugzilla.gnome.org/show_bug.cgi?id=757164 src/resources/epiphany.css | 23 ----------------------- src/resources/epiphany.scss | 36 ------------------------------------ 2 files changed, 59 deletions(-) commit 47b95d855c3f17d51eb8004999706990da813f49 Author: Michael Catanzaro Date: Sun Dec 20 13:27:15 2015 -0600 Regenerate CSS with current GTK+ master https://bugzilla.gnome.org/show_bug.cgi?id=757164 src/resources/epiphany.css | 92 +++++++++++++++++++++++++++++----------------- 1 file changed, 58 insertions(+), 34 deletions(-) commit 20fb5551e11a6f4f185ca3345da172a8de0cc5ee Author: Michael Catanzaro Date: Sun Dec 20 18:49:08 2015 -0600 downloads-popover: Disappear more smoothly Hide the popover before removing the download widgets, else the popover "crumples" visibly. lib/widgets/ephy-downloads-popover.c | 2 ++ 1 file changed, 2 insertions(+) commit c6844fe27a771deb4f5deeec97f5bc588c4123f8 Author: Michael Catanzaro Date: Sat Dec 19 16:31:31 2015 -0600 Be more careful with gtk_style_context_get_* lib/widgets/ephy-location-entry.c | 8 ++++++-- src/ephy-completion-model.c | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) commit a93481afce9d029fde5e6d6d8df8fec6078660fa Author: Michael Catanzaro Date: Sat Dec 19 16:21:03 2015 -0600 web-view: Fix security level of error pages Error pages are not insecure (with the exception of the TLS error page) embed/ephy-web-view.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) commit 675638db45606e026c7f69c1c9f5d49e2d34249d Author: Michael Catanzaro Date: Sat Dec 19 09:17:11 2015 -0600 build: Switch to AM_DISTCHECK_CONFIGURE_FLAGS Apparently DISTCHECK_CONFIGURE_FLAGS is for users https://www.gnu.org/software/automake/manual/html_node/Checking-the-Distribution.html Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 04a4224f5ebe6b99533d0830be72d15e01e58745 Author: Michael Catanzaro Date: Fri Dec 18 09:53:41 2015 -0600 Revert "EphyUriTester: Drop keys/signatures logic" This reverts commit 1600a5fb51f43b7969782c096c62c54f336d5571. https://bugzilla.gnome.org/show_bug.cgi?id=759501 embed/web-extension/ephy-uri-tester.c | 108 +++++++++++++++++++++++++++++++++- 1 file changed, 105 insertions(+), 3 deletions(-) commit a2f240a5aeb8c753da22b6a41245178519943570 Author: Daniel Mustieles Date: Thu Dec 17 19:11:45 2015 +0100 Updated Spanish translation po/es.po | 1045 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 542 insertions(+), 503 deletions(-) commit 260c0929110b4909fac09811a2ef298257a0f715 Author: Michael Catanzaro Date: Thu Dec 17 07:39:42 2015 -0600 Update doap epiphany.doap | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) commit 31af6205b9c7e6e0d792539f3991a44f0414bafd Author: Michael Catanzaro Date: Thu Dec 17 07:37:17 2015 -0600 Update about.ini data/about.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit be4e3f624bb8d6a1135e8ca7c2b8e291867e10e7 Author: Michael Catanzaro Date: Thu Dec 17 07:30:15 2015 -0600 window: Use G_PARAM_STATIC_STRINGS src/ephy-window.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 9740539dfd5ab8e82e704c6d7fac1878afc26166 Author: Michael Catanzaro Date: Thu Dec 17 07:28:17 2015 -0600 toolbar: Use G_PARAM_STATIC_STRINGS src/ephy-toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 761032fbe0ba2727ac4b30be99f5b61e314571e6 Author: Michael Catanzaro Date: Thu Dec 17 07:26:36 2015 -0600 certificate-dialog: Fix typo Don't want any of these string literals to be freed lib/widgets/ephy-certificate-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e29fb2355a41fe1b700c499363103f7999a7e8f7 Author: Gianvito Cavasoli Date: Wed Dec 16 19:46:53 2015 +0000 Updated Italian translation (cherry picked from commit c72d1b23ea9dd648d8000e9e66026ec4e9e29e11) po/it.po | 330 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 165 insertions(+), 165 deletions(-) commit efc19dcae76f25c2e0b30aa079cf3068c2b7c03e Author: Arnaud Bonatti Date: Sat Dec 12 21:15:39 2015 +0100 EphyHistoryService: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 lib/history/ephy-history-service.c | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) commit 936cb64c6131a4fcd4da76d29df408f2cfd84e0f Author: Arnaud Bonatti Date: Sat Dec 12 21:09:33 2015 +0100 EphyHistoryService: Remove trailing spaces. https://bugzilla.gnome.org/show_bug.cgi?id=759401 lib/history/ephy-history-service.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit 04739e1945c478ff9dc581913b0a4cd30bec7083 Author: Arnaud Bonatti Date: Sat Dec 12 21:03:10 2015 +0100 EphyCertificateDialog: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 lib/widgets/ephy-certificate-dialog.c | 79 ++++++++++++++--------------------- 1 file changed, 32 insertions(+), 47 deletions(-) commit d52c5d99e3c860d49034db0ed2d66800e8662d84 Author: Arnaud Bonatti Date: Sat Dec 12 20:53:40 2015 +0100 EphyLocationEntry: Remove trailing spaces. https://bugzilla.gnome.org/show_bug.cgi?id=759401 lib/widgets/ephy-location-entry.c | 55 +++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 28 deletions(-) commit c5df9419b0afb26949a32a54611f2e5cb3ababd0 Author: Arnaud Bonatti Date: Sat Dec 12 20:48:45 2015 +0100 EphyLocationEntry: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 lib/widgets/ephy-location-entry.c | 64 +++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 32 deletions(-) commit 1f43e26b03cd508b1c5e1c5353bd141176d00124 Author: Arnaud Bonatti Date: Sat Dec 12 19:37:18 2015 +0100 EphyDownloadWidget: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 lib/widgets/ephy-download-widget.c | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) commit 0a54916772962268dda77ee471ef16714faacde1 Author: Arnaud Bonatti Date: Sat Dec 12 19:32:56 2015 +0100 EphyNodeView: Remove trailing spaces. https://bugzilla.gnome.org/show_bug.cgi?id=759401 lib/widgets/ephy-node-view.c | 46 ++++++++++++++++++++------------------------ 1 file changed, 21 insertions(+), 25 deletions(-) commit 899238099479bdca939823e0b170622cbd2e74d1 Author: Arnaud Bonatti Date: Sat Dec 12 19:26:27 2015 +0100 EphyNodeView: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 lib/widgets/ephy-node-view.c | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) commit f7736a8699ef4ad5905c7e54f79afe06ca62bf3c Author: Arnaud Bonatti Date: Sat Dec 12 19:20:31 2015 +0100 EphyTreeModelNode: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 lib/widgets/ephy-tree-model-node.c | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) commit 6d4ea494b9d85151d8079609b7c701a1197fbba6 Author: Arnaud Bonatti Date: Sat Dec 12 19:16:23 2015 +0100 EphySecurityPopover: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 lib/widgets/ephy-security-popover.c | 69 +++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 38 deletions(-) commit e71369ca72b9715285ecdc8fa7bbc6c9a7f0675f Author: Arnaud Bonatti Date: Sat Dec 12 18:08:58 2015 +0100 EphyZoomAction: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 lib/widgets/ephy-zoom-action.c | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) commit 464efbc8d5ac93add13b100d52827157ad9d7a80 Author: Arnaud Bonatti Date: Sat Dec 12 17:37:59 2015 +0100 EphyBookmarkAction: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/bookmarks/ephy-bookmark-action.c | 62 +++++++++++++++++------------------- 1 file changed, 30 insertions(+), 32 deletions(-) commit d31cdf129aeb1f1a16357bd5a053225af4710b24 Author: Arnaud Bonatti Date: Sat Dec 12 17:24:34 2015 +0100 EphyBookmarkAction: Remove trailing spaces. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/bookmarks/ephy-bookmark-action.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit 079e04cd17432f8e255da572f250fa0b6d08b556 Author: Arnaud Bonatti Date: Sat Dec 12 17:22:48 2015 +0100 EphyBookmarkProperties: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/bookmarks/ephy-bookmark-properties.c | 48 +++++++++++++++++--------------- 1 file changed, 25 insertions(+), 23 deletions(-) commit d1fe748bc48e3ca4e802c70379e6ef13da8e1ddb Author: Arnaud Bonatti Date: Sat Dec 12 15:16:00 2015 +0100 EphyBookmarksEditor: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/bookmarks/ephy-bookmarks-editor.c | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) commit fba43d4af2b8e56e3a36500655830bbd2c768c6c Author: Arnaud Bonatti Date: Sat Dec 12 14:58:42 2015 +0100 EphyTopicAction: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/bookmarks/ephy-topic-action.c | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) commit 75e952f128617da9c8974f28dd88950a2650a365 Author: Arnaud Bonatti Date: Sat Dec 12 14:33:46 2015 +0100 EphyTopicsEntry: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/bookmarks/ephy-topics-entry.c | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) commit 01c107c6e45b44f31c7fc82077de595287b2c3dd Author: Arnaud Bonatti Date: Sat Dec 12 14:13:59 2015 +0100 EphyTopicsEntry: Correct trailing spaces. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/bookmarks/ephy-topics-entry.c | 133 +++++++++++++++++++------------------- 1 file changed, 65 insertions(+), 68 deletions(-) commit fc25b8dbc432a78d4a4113a58cf200a59df16249 Author: Arnaud Bonatti Date: Sat Dec 12 14:01:36 2015 +0100 EphyTopicsPalette: Correct trailing spaces. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/bookmarks/ephy-topics-palette.c | 43 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 22 deletions(-) commit e4ebb84e9b4467a8886898f96fd93cb0db261942 Author: Arnaud Bonatti Date: Sat Dec 12 13:53:59 2015 +0100 EphyTopicsPalette: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/bookmarks/ephy-topics-palette.c | 54 +++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 29 deletions(-) commit 253de7cb4d57000b44370dfcea4033ae76ff5727 Author: Arnaud Bonatti Date: Sat Dec 12 13:43:52 2015 +0100 EphyHistoryWindow: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/ephy-history-window.c | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) commit 627cfa1025c36a4c7fe7737362bed506d3cb3c11 Author: Arnaud Bonatti Date: Fri Dec 11 01:54:06 2015 +0100 EphyCombinedStopReloadAction: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/ephy-combined-stop-reload-action.c | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) commit 437270d19704032ef6bf69f25bafbbce9b592fc1 Author: Arnaud Bonatti Date: Fri Dec 11 01:39:23 2015 +0100 EphyNavigationHistoryAction: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/ephy-navigation-history-action.c | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) commit 100849b924b6b624b13e9ac66d8ddfda69fe538a Author: Arnaud Bonatti Date: Fri Dec 11 01:34:08 2015 +0100 EphySession: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/ephy-session.c | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) commit 468d6b2fb900e136e625804c3b909138e42d88fb Author: Arnaud Bonatti Date: Fri Dec 11 01:26:44 2015 +0100 EphyNotebook: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/ephy-notebook.c | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) commit 39e56d5fe169529dec8b35f15a090c7105771dd9 Author: Arnaud Bonatti Date: Fri Dec 11 01:15:01 2015 +0100 EphySQLiteStatement: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 lib/ephy-sqlite-statement.c | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) commit 687660298d1ae6f5ac7fb7177f44f22017b13871 Author: Arnaud Bonatti Date: Fri Dec 11 01:08:15 2015 +0100 EphyNodeDb: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 lib/ephy-node-db.c | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) commit 08a2598c4d8ec3ed10eb216c41949b754e6472e4 Author: Arnaud Bonatti Date: Thu Dec 10 17:53:17 2015 +0100 EphyNodeDb: Spaces problems. https://bugzilla.gnome.org/show_bug.cgi?id=759401 lib/ephy-node-db.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 42c9e4dbdb0911fc199314991d10998602eba634 Author: Arnaud Bonatti Date: Thu Dec 10 17:39:58 2015 +0100 EphyWebView: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 embed/ephy-web-view.c | 186 ++++++++++++++++++++++++-------------------------- 1 file changed, 90 insertions(+), 96 deletions(-) commit 9cf3e5ab4b66b678d0b0adf922ce03ed854d3822 Author: Arnaud Bonatti Date: Thu Dec 10 17:03:50 2015 +0100 EphyLocationController: Remove trailing spaces. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/ephy-location-controller.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit 5f79e98a3e3328f005e2c15db071a194e64bd676 Author: Arnaud Bonatti Date: Thu Dec 10 17:01:00 2015 +0100 EphyLocationController: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/ephy-location-controller.c | 102 +++++++++++++++++++---------------------- 1 file changed, 48 insertions(+), 54 deletions(-) commit df9c8a02275dc8019e2e2d73381ed040d8b74d14 Author: Arnaud Bonatti Date: Thu Dec 10 12:59:39 2015 +0100 EphyWindowAction: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/ephy-window-action.c | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) commit 15f4d31eb01357cb5a3eea47e3f749a8d03fee86 Author: Arnaud Bonatti Date: Thu Dec 10 16:33:10 2015 +0100 EphyCompletionModel: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/ephy-completion-model.c | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) commit 36aa6ec9dc4a3f7cf9c70a763b4577edb9be3d74 Author: Arnaud Bonatti Date: Thu Dec 10 12:54:57 2015 +0100 EphyWindowAction: Remove some trailing spaces. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/ephy-window-action.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 4b49613d62c087c6557b627598ef62b2732b712a Author: Arnaud Bonatti Date: Thu Dec 10 12:48:41 2015 +0100 EphyEncodingDialog: Use g_object_class_install_properties. https://bugzilla.gnome.org/show_bug.cgi?id=759401 src/ephy-encoding-dialog.c | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) commit 06152d563c07115f44535158656c2583d902b7d6 Author: Ting-Wei Lan Date: Tue Dec 15 03:13:02 2015 +0800 build: Fix build with clang -Werror and -Wwrite-strings https://bugzilla.gnome.org/show_bug.cgi?id=759200 src/ephy-encoding-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 83fa7713c416a81625ab3c904f4f2e3a7119390f Author: Bernd Homuth Date: Mon Dec 14 19:02:54 2015 +0000 Updated German translation (cherry picked from commit 696cac71e26d9224b3045ddee94b0218d7c90ddd) po/de.po | 321 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 164 insertions(+), 157 deletions(-) commit f4fac9e88b1331a9c868662ee84f9cf022fe147f Author: Daniel Mustieles Date: Mon Dec 14 15:13:42 2015 +0000 Updated Spanish translation help/es/es.po | 123 ++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 76 insertions(+), 47 deletions(-) commit dc345c95f60313d54fe502f1c786efe8a71ca45b Author: Baurzhan Muftakhidinov Date: Mon Dec 14 03:43:00 2015 +0000 Updated Kazakh translation po/kk.po | 1266 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 660 insertions(+), 606 deletions(-) commit cba2a018169177c3239e8b5d40a33ff27e20082a Author: Aurimas Černius Date: Sun Dec 13 21:28:51 2015 +0200 Updated Lithuanian translation po/lt.po | 1280 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 677 insertions(+), 603 deletions(-) commit 832da6c0e67a06a317c21972de7606f206d2ef80 Author: Aurimas Černius Date: Sun Dec 13 21:19:09 2015 +0200 Updated Lithuanian translation po/lt.po | 547 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 259 insertions(+), 288 deletions(-) commit 7d74d3212ba6ad934163e74180179f4235a8b55c Author: Pedro Albuquerque Date: Sun Dec 13 07:57:40 2015 +0000 Updated Portuguese translation po/pt.po | 1111 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 580 insertions(+), 531 deletions(-) commit 7fbc0d9ad1ebee1c1708832ced89f951262fcbdc Author: Michael Catanzaro Date: Fri Dec 11 13:12:09 2015 +0100 Update appdata data/epiphany.appdata.xml.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit 7c7d30fb64f47a58210cd46aa22e705327002ce7 Author: Ting-Wei Lan Date: Wed Dec 9 02:03:31 2015 +0800 build: Fix build with clang -Werror and -Wwrite-strings String literals are 'const char[]' when -Wwrite-strings is used. https://bugzilla.gnome.org/show_bug.cgi?id=759200 embed/ephy-embed-prefs.c | 42 +++++++++++++++++------------------ embed/ephy-encodings.c | 4 ++-- embed/web-extension/ephy-uri-tester.c | 12 +++++----- lib/ephy-file-helpers.c | 2 +- lib/ephy-profile-utils.c | 4 ++-- lib/ephy-zoom.h | 2 +- lib/widgets/ephy-location-entry.c | 6 ++--- src/bookmarks/ephy-bookmarks-editor.c | 10 ++++----- src/bookmarks/ephy-bookmarks-import.c | 4 ++-- src/ephy-home-action.c | 2 +- src/ephy-lockdown.c | 10 ++++----- src/ephy-main.c | 2 +- src/ephy-notebook.c | 6 ++--- tests/ephy-history-test.c | 6 ++--- tests/ephy-string-test.c | 4 ++-- tests/ephy-web-view-test.c | 7 +++--- 16 files changed, 62 insertions(+), 61 deletions(-) commit 4342778efb34832f9147d0e76637224dc61716ba Author: Ting-Wei Lan Date: Fri Dec 11 03:43:19 2015 +0800 ephy-bookmark-properties: Remove dest_drag_types https://bugzilla.gnome.org/show_bug.cgi?id=759200 src/bookmarks/ephy-bookmark-properties.c | 4 ---- 1 file changed, 4 deletions(-) commit 13875377936a573e39a349f0daebddff7cde03bf Author: Ting-Wei Lan Date: Fri Dec 11 03:40:10 2015 +0800 downloads: Value returned by ephy_download_get_content_type() should not be freed ephy_download_get_content_type() was modified to return an existing pointer instead of a newly allocated string, so its return value should not be freed by the caller. https://bugzilla.gnome.org/show_bug.cgi?id=759200 embed/ephy-download.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 6a38d00762a08e558c2b380778217c307104dbb6 Author: Piotr Drąg Date: Thu Dec 10 23:14:50 2015 +0100 Updated POTFILES.in po/POTFILES.in | 1 - 1 file changed, 1 deletion(-) commit 9eaedb2985693b55b71aad069cb7a0da2ad39149 Author: Sebastian Rasmussen Date: Thu Dec 10 22:10:19 2015 +0000 Updated Swedish translation po/sv.po | 1502 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 789 insertions(+), 713 deletions(-) commit f3148d810b0d712d8d52d8430cc4050dccd429c4 Author: Anders Jonsson Date: Thu Dec 10 00:51:57 2015 +0100 Fixups for help files https://bugzilla.gnome.org/show_bug.cgi?id=759279 help/C/bookmark-edit.page | 6 +++--- help/C/bookmark-smart.page | 2 +- help/C/keyboard-shortcut.page | 2 +- help/C/pref-cookies.page | 2 +- help/C/pref-css.page | 4 ++-- help/C/pref-font.page | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) commit 7089cda5893581fc32200a8966c8500e69548561 Author: Arnaud Bonatti Date: Thu Dec 10 10:39:07 2015 +0100 Random cleanings. src/ephy-window.c | 18 +++++++++--------- src/window-commands.h | 2 -- 2 files changed, 9 insertions(+), 11 deletions(-) commit 67284bb824fbca61ee8aca509adc042979290e9f Author: Arnaud Bonatti Date: Thu Dec 10 11:11:09 2015 +0100 Remove main_vbox. src/ephy-window.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) commit 050f095c0fefc5213002df88039188115dfa0fd5 Author: Arnaud Bonatti Date: Thu Dec 10 12:18:07 2015 +0100 EphyEncodingDialog: Rework. https://bugzilla.gnome.org/show_bug.cgi?id=759164 src/Makefile.am | 5 +- src/ephy-encoding-dialog.c | 336 +++++++++++++++++------------ src/ephy-encoding-menu.c | 454 --------------------------------------- src/ephy-encoding-menu.h | 61 ------ src/ephy-encoding-row.c | 153 +++++++++++++ src/ephy-encoding-row.h | 40 ++++ src/ephy-window.c | 12 +- src/epiphany.gresource.xml | 1 + src/resources/encoding-dialog.ui | 91 +++++++- src/resources/encoding-row.ui | 27 +++ src/resources/epiphany-ui.xml | 4 +- src/window-commands.c | 12 ++ src/window-commands.h | 2 + 13 files changed, 528 insertions(+), 670 deletions(-) commit ddc54f46926924e7a2ef5856e0d198ffd6001ee8 Author: Arnaud Bonatti Date: Tue Dec 8 12:21:12 2015 +0100 EphyEncodingDialog: Use a GtkSwitch. https://bugzilla.gnome.org/show_bug.cgi?id=759164 src/ephy-encoding-dialog.c | 101 +++++++++++++++++++++++---------------- src/resources/encoding-dialog.ui | 75 ++++++++--------------------- 2 files changed, 79 insertions(+), 97 deletions(-) commit e1ef7ce1b84246737852b09c6de791ed38eb237b Author: Arnaud Bonatti Date: Tue Dec 8 00:13:50 2015 +0100 EphyEncodingDialog: Use activate-on-single-click. https://bugzilla.gnome.org/show_bug.cgi?id=759164 src/ephy-encoding-dialog.c | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) commit 51893f42a61ae84c3d199fbc38ae208f11770068 Author: Arnaud Bonatti Date: Wed Dec 9 19:12:16 2015 +0100 Remove custom _gtk_css_provider_load_from_resource. src/ephy-window.c | 52 ++++++++++++++++------------------------------------ 1 file changed, 16 insertions(+), 36 deletions(-) commit 9c8bfc253aaed9ce2e8362cd362282dd9eef2381 Author: Marek Černocký Date: Wed Dec 9 18:49:32 2015 +0100 Updated Czech translation help/cs/cs.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 168ca276246992e66e3e2ae89162f27fc0960a9e Author: Claudio Saavedra Date: Wed Dec 9 18:05:27 2015 +0100 [release] 3.19.1 NEWS | 21 +++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) commit 073eea65ef29b9f03db9436a02776e7f882af7f3 Author: Claudio Saavedra Date: Wed Dec 9 18:04:49 2015 +0100 tests: skip web-app-utils test https://bugzilla.gnome.org/show_bug.cgi?id=759256 tests/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit fea30adb915383638a30268c293d0ad1336e5e5c Author: Piotr Drąg Date: Wed Dec 9 18:18:29 2015 +0100 Updated Polish translation po/pl.po | 321 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 162 insertions(+), 159 deletions(-) commit bfb17110ac4a45c512a0842afd203c55614903e2 Author: Claudio Saavedra Date: Wed Dec 9 18:01:14 2015 +0100 Help: update links https://bugzilla.gnome.org/show_bug.cgi?id=759240 help/C/browse-webapps.page | 2 +- help/C/proxy.page | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit cd0dbe8bdb68d505fab9a9d0ae1d0e2811428f7b Author: Michael Catanzaro Date: Wed Dec 9 17:25:54 2015 +0100 Fix test-ephy-web-view In the tests, the web view might not have an embed embed/ephy-web-view.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) commit 44aa1db472ed5849132e4bd6c37d760f07dc807d Author: Claudio Saavedra Date: Wed Dec 9 17:15:02 2015 +0100 snapshot-service: silent a build warning lib/ephy-snapshot-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 20ad5fd84481c1d1ad17f9140a14764ce086c3d0 Author: Claudio Saavedra Date: Wed Dec 9 15:13:58 2015 +0100 POTFILES: update after files renamed po/POTFILES.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c98857838c358d075096483f0a3b6b22e1a1ba95 Author: Claudio Saavedra Date: Wed Dec 9 13:20:12 2015 +0100 snapshot-service: do not update cache table from other threads GLib hash tables are not thread-safe. Use a idle function to update the cache from the main thread. https://bugzilla.gnome.org/show_bug.cgi?id=759235 lib/ephy-snapshot-service.c | 43 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) commit d77929696aabc8ce6d33dbcf4a2677c982d8303e Author: Claudio Saavedra Date: Wed Dec 9 11:47:53 2015 +0100 about:application: mark "Delete" for translation https://bugzilla.gnome.org/show_bug.cgi?id=759216 embed/ephy-about-handler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit d467dd702b66c304defc72532c75980f8f9b6a2a Author: Michael Catanzaro Date: Wed Dec 9 12:03:38 2015 +0100 ephy-security-levels: Convert #ifdef to comment lib/ephy-security-levels.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) commit 985b1c20fa6374587c1112b982a1e04368e1c217 Author: Michael Catanzaro Date: Wed Dec 9 12:02:11 2015 +0100 ephy-web-view: Remove unneeded assert embed/ephy-web-view.c | 1 - 1 file changed, 1 deletion(-) commit 383cd9974233dddd473499094252beaa9d25d923 Author: Michael Catanzaro Date: Sat Feb 7 10:31:48 2015 -0600 Rename EphyCertificatePopover to EphySecurityPopover Since it is now used for HTTP as well. https://bugzilla.gnome.org/show_bug.cgi?id=744064 lib/widgets/Makefile.am | 4 +- lib/widgets/ephy-certificate-popover.c | 378 -------------------------------- lib/widgets/ephy-certificate-popover.h | 67 ------ lib/widgets/ephy-security-popover.c | 379 +++++++++++++++++++++++++++++++++ lib/widgets/ephy-security-popover.h | 68 ++++++ src/ephy-window.c | 30 +-- 6 files changed, 464 insertions(+), 462 deletions(-) commit bc32937ddcee39bc0b69b66cb76987a88371f2f1 Author: Michael Catanzaro Date: Sat Feb 7 10:11:52 2015 -0600 ephy-title-box: rename uri to subtitle This was already not a URI because of the triangle character. https://bugzilla.gnome.org/show_bug.cgi?id=744064 src/ephy-title-box.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) commit 759a59a00e5c798e11044264b2c1d4c90bfa865c Author: Michael Catanzaro Date: Thu Feb 5 19:39:36 2015 -0600 Display insecure content warning on all insecure pages We used to do this: * HTTP pages -> no security indicator * HTTPS pages with mixed content -> insecure warning icon * HTTPS pages with no mixed content -> secure lock icon Now we do this: * HTTP pages and HTTPS pages with mixed content -> insecure warning icon * HTTPS pages with no mixed content -> secure lock icon https://bugzilla.gnome.org/show_bug.cgi?id=744064 embed/ephy-web-view.c | 68 ++++++++++----- lib/ephy-security-levels.c | 10 +-- lib/ephy-security-levels.h | 12 ++- lib/widgets/ephy-certificate-dialog.c | 75 +++++++++++++---- lib/widgets/ephy-certificate-dialog.h | 5 +- lib/widgets/ephy-certificate-popover.c | 149 +++++++++++++++++++-------------- lib/widgets/ephy-location-entry.c | 2 +- src/ephy-title-box.c | 7 +- 8 files changed, 215 insertions(+), 113 deletions(-) commit 1c4e702a7efcf3d85973e97e5b1d1f54ff1834d7 Author: Claudio Saavedra Date: Wed Dec 9 10:14:48 2015 +0100 about:applications: fix the arrangement of title and url These were upside-down because of a printf messup. embed/ephy-about-handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cde2e8858da0fcb3b7c706d47a341b9eefb2025c Author: Gustavo Noronha Silva Date: Tue Dec 8 14:26:13 2015 +0100 Always allow notification requests when under application mode It is assumed that if a person creates a web app they are also willing to get notifications from that app as they would from any other regular app. https://bugzilla.gnome.org/show_bug.cgi?id=759176 embed/ephy-web-view.c | 7 +++++++ 1 file changed, 7 insertions(+) commit 8b4f5889cdadd0d3c2aed2db301dbdb5345b2720 Author: Michael Catanzaro Date: Sun Aug 30 09:23:31 2015 -0500 Hide floating bar on mouseover Adapted version of patch for nautilus, by Nelson Benitez. If the mouse moves over the floating bar, hide the bar until the mouse moves up. https://bugzilla.gnome.org/show_bug.cgi?id=742590 lib/widgets/nautilus-floating-bar.c | 124 +++++++++++++++++++++++++++--------- 1 file changed, 93 insertions(+), 31 deletions(-) commit 39bef73dba2648519de96846c143ae74711dad9f Author: Michael Catanzaro Date: Tue Sep 22 08:14:47 2015 -0500 Enable WebAudio https://bugzilla.gnome.org/show_bug.cgi?id=755415 data/org.gnome.epiphany.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 41bf559e69cce0db75eb4ba5786c01e743f34193 Author: Michael Catanzaro Date: Tue Sep 22 08:13:56 2015 -0500 Enable WebGL https://bugzilla.gnome.org/show_bug.cgi?id=755414 data/org.gnome.epiphany.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 15b634b6766a91835668f7c72c85a66ede572da7 Author: Michael Catanzaro Date: Sat Nov 7 18:37:32 2015 -0600 ephy-download-progress-icon: Use theme colors Based on the corresponding nautilus fix by Elias Aebi. https://bugzilla.gnome.org/show_bug.cgi?id=757349 lib/widgets/ephy-downloads-progress-icon.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit 9a2dc4ecf3220fd3030ce941ef0e97082a68c949 Author: Michael Catanzaro Date: Mon Dec 7 12:00:36 2015 +0100 Remove FSF address from license headers configure.ac | 5 ++--- embed/ephy-about-handler.c | 4 +--- embed/ephy-about-handler.h | 4 +--- embed/ephy-download.c | 4 +--- embed/ephy-download.h | 4 +--- embed/ephy-embed-container.c | 4 +--- embed/ephy-embed-container.h | 4 +--- embed/ephy-embed-event.c | 4 +--- embed/ephy-embed-event.h | 4 +--- embed/ephy-embed-prefs.c | 4 +--- embed/ephy-embed-prefs.h | 4 +--- embed/ephy-embed-private.h | 4 +--- embed/ephy-embed-shell.c | 4 +--- embed/ephy-embed-shell.h | 4 +--- embed/ephy-embed-utils.c | 4 +--- embed/ephy-embed-utils.h | 4 +--- embed/ephy-embed.c | 4 +--- embed/ephy-embed.h | 4 +--- embed/ephy-encoding.c | 4 +--- embed/ephy-encoding.h | 4 +--- embed/ephy-encodings.c | 4 +--- embed/ephy-encodings.h | 4 +--- embed/ephy-file-monitor.c | 4 +--- embed/ephy-file-monitor.h | 4 +--- embed/ephy-find-toolbar.c | 4 +--- embed/ephy-find-toolbar.h | 4 +--- embed/ephy-web-extension-proxy.c | 4 +--- embed/ephy-web-extension-proxy.h | 4 +--- embed/ephy-web-view.c | 4 +--- embed/ephy-web-view.h | 4 +--- embed/web-extension/ephy-embed-form-auth.c | 4 +--- embed/web-extension/ephy-embed-form-auth.h | 4 +--- embed/web-extension/ephy-uri-tester.c | 3 +-- embed/web-extension/ephy-uri-tester.h | 3 +-- embed/web-extension/ephy-web-extension-main.c | 3 +-- embed/web-extension/ephy-web-extension-names.h | 3 +-- embed/web-extension/ephy-web-extension.c | 3 +-- embed/web-extension/ephy-web-extension.h | 3 +-- embed/web-extension/ephy-web-overview-model.c | 4 +--- embed/web-extension/ephy-web-overview-model.h | 4 +--- embed/web-extension/ephy-web-overview.c | 4 +--- embed/web-extension/ephy-web-overview.h | 4 +--- lib/egg/eggtreemultidnd.c | 8 +++----- lib/egg/eggtreemultidnd.h | 6 ++---- lib/ephy-debug.c | 4 +--- lib/ephy-debug.h | 4 +--- lib/ephy-dnd.c | 4 +--- lib/ephy-dnd.h | 4 +--- lib/ephy-favicon-helpers.c | 4 +--- lib/ephy-favicon-helpers.h | 4 +--- lib/ephy-file-helpers.c | 4 +--- lib/ephy-file-helpers.h | 4 +--- lib/ephy-form-auth-data.c | 4 +--- lib/ephy-form-auth-data.h | 4 +--- lib/ephy-gui.c | 4 +--- lib/ephy-gui.h | 4 +--- lib/ephy-initial-state.c | 4 +--- lib/ephy-initial-state.h | 4 +--- lib/ephy-langs.c | 4 +--- lib/ephy-langs.h | 4 +--- lib/ephy-node-common.h | 4 +--- lib/ephy-node-db.c | 4 +--- lib/ephy-node-db.h | 4 +--- lib/ephy-node-filter.c | 4 +--- lib/ephy-node-filter.h | 4 +--- lib/ephy-node.c | 4 +--- lib/ephy-node.h | 4 +--- lib/ephy-nss-glue.c | 4 +--- lib/ephy-nss-glue.h | 4 +--- lib/ephy-prefs.h | 4 +--- lib/ephy-profile-migrator.c | 4 +--- lib/ephy-profile-utils.c | 4 +--- lib/ephy-profile-utils.h | 4 +--- lib/ephy-security-levels.c | 4 +--- lib/ephy-security-levels.h | 4 +--- lib/ephy-settings.c | 4 +--- lib/ephy-settings.h | 4 +--- lib/ephy-signal-accumulator.c | 4 +--- lib/ephy-signal-accumulator.h | 4 +--- lib/ephy-smaps.c | 3 +-- lib/ephy-smaps.h | 3 +-- lib/ephy-snapshot-service.c | 4 +--- lib/ephy-snapshot-service.h | 4 +--- lib/ephy-sqlite-connection.c | 3 +-- lib/ephy-sqlite-connection.h | 3 +-- lib/ephy-sqlite-statement.c | 3 +-- lib/ephy-sqlite-statement.h | 3 +-- lib/ephy-sqlite.h | 3 +-- lib/ephy-string.c | 4 +--- lib/ephy-string.h | 4 +--- lib/ephy-time-helpers.c | 3 +-- lib/ephy-time-helpers.h | 4 +--- lib/ephy-uri-helpers.c | 4 +--- lib/ephy-uri-helpers.h | 4 +--- lib/ephy-web-app-utils.c | 4 +--- lib/ephy-web-app-utils.h | 4 +--- lib/ephy-web-dom-utils.c | 4 +--- lib/ephy-web-dom-utils.h | 4 +--- lib/ephy-zoom.c | 4 +--- lib/ephy-zoom.h | 4 +--- lib/history/ephy-history-service-hosts-table.c | 3 +-- lib/history/ephy-history-service-private.h | 3 +-- lib/history/ephy-history-service-urls-table.c | 3 +-- lib/history/ephy-history-service-visits-table.c | 3 +-- lib/history/ephy-history-service.c | 3 +-- lib/history/ephy-history-service.h | 3 +-- lib/history/ephy-history-types.c | 3 +-- lib/history/ephy-history-types.h | 3 +-- lib/widgets/ephy-certificate-dialog.c | 4 +--- lib/widgets/ephy-certificate-dialog.h | 4 +--- lib/widgets/ephy-certificate-popover.c | 3 +-- lib/widgets/ephy-certificate-popover.h | 3 +-- lib/widgets/ephy-download-widget.c | 4 +--- lib/widgets/ephy-download-widget.h | 4 +--- lib/widgets/ephy-file-chooser.c | 4 +--- lib/widgets/ephy-file-chooser.h | 4 +--- lib/widgets/ephy-location-entry.c | 4 +--- lib/widgets/ephy-location-entry.h | 4 +--- lib/widgets/ephy-middle-clickable-button.c | 4 +--- lib/widgets/ephy-middle-clickable-button.h | 6 ++---- lib/widgets/ephy-node-view.c | 4 +--- lib/widgets/ephy-node-view.h | 4 +--- lib/widgets/ephy-tree-model-node.c | 4 +--- lib/widgets/ephy-tree-model-node.h | 4 +--- lib/widgets/ephy-tree-model-sort.c | 4 +--- lib/widgets/ephy-tree-model-sort.h | 4 +--- lib/widgets/ephy-zoom-action.c | 4 +--- lib/widgets/ephy-zoom-action.h | 4 +--- lib/widgets/nautilus-floating-bar.c | 8 +++----- lib/widgets/nautilus-floating-bar.h | 8 +++----- po/yo.po | 4 ++-- src/bookmarks/ephy-bookmark-action-group.c | 4 +--- src/bookmarks/ephy-bookmark-action-group.h | 4 +--- src/bookmarks/ephy-bookmark-action.c | 4 +--- src/bookmarks/ephy-bookmark-action.h | 4 +--- src/bookmarks/ephy-bookmark-properties.c | 4 +--- src/bookmarks/ephy-bookmark-properties.h | 4 +--- src/bookmarks/ephy-bookmarks-editor.c | 4 +--- src/bookmarks/ephy-bookmarks-editor.h | 4 +--- src/bookmarks/ephy-bookmarks-export.c | 4 +--- src/bookmarks/ephy-bookmarks-export.h | 4 +--- src/bookmarks/ephy-bookmarks-import.c | 4 +--- src/bookmarks/ephy-bookmarks-import.h | 4 +--- src/bookmarks/ephy-bookmarks-menu.c | 4 +--- src/bookmarks/ephy-bookmarks-menu.h | 4 +--- src/bookmarks/ephy-bookmarks-ui.c | 4 +--- src/bookmarks/ephy-bookmarks-ui.h | 4 +--- src/bookmarks/ephy-bookmarks.c | 4 +--- src/bookmarks/ephy-bookmarks.h | 4 +--- src/bookmarks/ephy-nodes-cover.c | 4 +--- src/bookmarks/ephy-nodes-cover.h | 4 +--- src/bookmarks/ephy-open-tabs-action.c | 4 +--- src/bookmarks/ephy-open-tabs-action.h | 4 +--- src/bookmarks/ephy-topic-action-group.c | 4 +--- src/bookmarks/ephy-topic-action-group.h | 4 +--- src/bookmarks/ephy-topic-action.c | 4 +--- src/bookmarks/ephy-topic-action.h | 4 +--- src/bookmarks/ephy-topics-entry.c | 3 +-- src/bookmarks/ephy-topics-entry.h | 4 +--- src/bookmarks/ephy-topics-palette.c | 4 +--- src/bookmarks/ephy-topics-palette.h | 4 +--- src/clear-data-dialog.c | 4 +--- src/clear-data-dialog.h | 4 +--- src/cookies-dialog.c | 4 +--- src/cookies-dialog.h | 4 +--- src/ephy-action-helper.c | 4 +--- src/ephy-action-helper.h | 4 +--- src/ephy-combined-stop-reload-action.c | 4 +--- src/ephy-combined-stop-reload-action.h | 4 +--- src/ephy-completion-model.c | 4 +--- src/ephy-completion-model.h | 4 +--- src/ephy-encoding-dialog.c | 4 +--- src/ephy-encoding-dialog.h | 4 +--- src/ephy-encoding-menu.c | 4 +--- src/ephy-encoding-menu.h | 4 +--- src/ephy-history-window.c | 4 +--- src/ephy-history-window.h | 4 +--- src/ephy-home-action.c | 4 +--- src/ephy-home-action.h | 4 +--- src/ephy-link-action.c | 4 +--- src/ephy-link-action.h | 4 +--- src/ephy-link.c | 4 +--- src/ephy-link.h | 4 +--- src/ephy-location-controller.c | 4 +--- src/ephy-location-controller.h | 4 +--- src/ephy-lockdown.c | 4 +--- src/ephy-lockdown.h | 4 +--- src/ephy-main.c | 4 +--- src/ephy-navigation-history-action.c | 4 +--- src/ephy-navigation-history-action.h | 4 +--- src/ephy-notebook.c | 4 +--- src/ephy-notebook.h | 4 +--- src/ephy-private.h | 4 +--- src/ephy-search-provider-main.c | 6 ++---- src/ephy-search-provider.c | 6 ++---- src/ephy-search-provider.h | 6 ++---- src/ephy-session.c | 3 +-- src/ephy-session.h | 4 +--- src/ephy-shell.c | 4 +--- src/ephy-shell.h | 4 +--- src/ephy-title-box.c | 4 +--- src/ephy-title-box.h | 4 +--- src/ephy-toolbar.c | 4 +--- src/ephy-toolbar.h | 4 +--- src/ephy-window-action.c | 4 +--- src/ephy-window-action.h | 4 +--- src/ephy-window.c | 4 +--- src/ephy-window.h | 4 +--- src/languages.h | 4 +--- src/passwords-dialog.c | 4 +--- src/passwords-dialog.h | 4 +--- src/popup-commands.c | 4 +--- src/popup-commands.h | 4 +--- src/prefs-dialog.c | 4 +--- src/prefs-dialog.h | 4 +--- src/resources/error.html | 3 +-- src/window-commands.c | 4 +--- src/window-commands.h | 4 +--- tests/ephy-bookmarks-test.c | 4 +--- tests/ephy-completion-model-test.c | 4 +--- tests/ephy-download-test.c | 4 +--- tests/ephy-embed-shell-test.c | 4 +--- tests/ephy-embed-utils-test.c | 4 +--- tests/ephy-encodings-test.c | 4 +--- tests/ephy-file-helpers-test.c | 4 +--- tests/ephy-history-test.c | 4 +--- tests/ephy-location-entry-test.c | 4 +--- tests/ephy-migration-test.c | 4 +--- tests/ephy-session-test.c | 4 +--- tests/ephy-shell-test.c | 4 +--- tests/ephy-snapshot-service-test.c | 4 +--- tests/ephy-sqlite-test.c | 4 +--- tests/ephy-string-test.c | 4 +--- tests/ephy-test-utils.c | 4 +--- tests/ephy-test-utils.h | 4 +--- tests/ephy-uri-helpers-test.c | 4 +--- tests/ephy-web-app-utils-test.c | 4 +--- tests/ephy-web-view-test.c | 4 +--- 238 files changed, 251 insertions(+), 697 deletions(-) commit 235e77de51aa1917a8eff49469537978eed442f7 Author: Michael Catanzaro Date: Fri Nov 20 16:21:14 2015 -0600 notebook: Fix invalid call to gtk_style_context_get() Company: gtk_style_context_get() (and _get_padding/border/color()) should only ever be called with the same state as gtk_style_context_get_state() Company: usually that's a simple replacing of the old state (like in the trace you posted) Company: sometimes it requires calling gtk_style_context_set_sate() with the right state first Company: and in very rare cases it needs a gtk_style_context_save() before the set_state(), too https://bugzilla.gnome.org/show_bug.cgi?id=758426 src/ephy-notebook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 465a125720cdd04a0564dedc3442f4918218abee Author: Dušan Kazik Date: Sat Dec 5 10:43:55 2015 +0000 Updated Slovak translation po/sk.po | 994 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 509 insertions(+), 485 deletions(-) commit 4ea6029fcfc153627445c6eede0812262328d05b Author: Hajime Taira Date: Wed Nov 25 19:53:29 2015 +0900 Updated Japanese translation po/ja.po | 1038 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 543 insertions(+), 495 deletions(-) commit 84f3c8e8fde1475c8828ceb7bf000f8fd3d33750 Author: Rūdolfs Mazurs Date: Sun Nov 22 15:09:05 2015 +0200 Add Latvian translation po/lv.po | 1018 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 519 insertions(+), 499 deletions(-) commit f064aacf84e176d4c1c25363612b80ec014b4b64 Author: Carlos Garcia Campos Date: Sat Nov 21 11:11:58 2015 +0100 find: Fix find after 263ebb1dde77e233ba8b94ea0d4ac5f55eac35c5 In 263ebb1dde77e233ba8b94ea0d4ac5f55eac35c5 the virtual signals for next and previous were removed claiming that they were unused, but they were indeed used to do the find next/previous. Now we never call webkit_find_controller_search_next/previous because we simply emit NEXT and PREVIOUS signals that nobody connect to, and the default handlers were removed. So, since thouse signals are indeed unused now, I have removed them and instead ephy_find_toolbar_find_next/previous anc called directly. embed/ephy-find-toolbar.c | 36 ++++-------------------------------- 1 file changed, 4 insertions(+), 32 deletions(-) commit 4b9e544974f37232aeed16e577f94734cff8ffdf Author: Arnaud Bonatti Date: Fri Nov 13 22:05:00 2015 +0100 EphyTopicsEntry: Remove unused function declaration. https://bugzilla.gnome.org/show_bug.cgi?id=757669 src/bookmarks/ephy-topics-entry.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) commit 31781e055e8ad808c03c2fcfd60fd98525d28c55 Author: Arnaud Bonatti Date: Sun Nov 8 07:52:19 2015 +0100 EphyTopicsPalette: Inherit from GtkListStore, not from GtkTreeView. https://bugzilla.gnome.org/show_bug.cgi?id=757669 src/bookmarks/ephy-bookmark-properties.c | 10 +-- src/bookmarks/ephy-topics-palette.c | 105 ++++++++++++++----------------- src/bookmarks/ephy-topics-palette.h | 5 +- 3 files changed, 54 insertions(+), 66 deletions(-) commit 08c68a580ccf3d7e4fa41356afc24279c9bbe867 Author: Arnaud Bonatti Date: Sat Nov 21 01:17:47 2015 +0100 EphyTopicsPalette: Move UI stuff in EphyBookmarkProperties. https://bugzilla.gnome.org/show_bug.cgi?id=757669 src/bookmarks/ephy-bookmark-properties.c | 109 +++++++++++++++++-------- src/bookmarks/ephy-topics-palette.c | 136 ++++++------------------------- src/bookmarks/ephy-topics-palette.h | 17 +++- src/resources/bookmark-properties.ui | 41 +++++++++- 4 files changed, 151 insertions(+), 152 deletions(-) commit 3d622fbf4a01c22c9d12ff4b908b02c35bb7fd02 Author: Michael Catanzaro Date: Fri Nov 20 16:19:24 2015 -0600 search-provider: Try harder to silence -Wformat-nonliteral src/ephy-search-provider.c | 5 +++++ 1 file changed, 5 insertions(+) commit 6f844f4597ca9c98be07cce88a1fd1dc42f1478c Author: Michael Catanzaro Date: Fri Nov 20 16:17:47 2015 -0600 ephy-shell: Placate -Wincompatible-pointer-type src/ephy-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 66bfd37fa6795cfca0a664a5ff7aa8cc7893c8a1 Author: Michael Catanzaro Date: Thu Nov 19 19:28:46 2015 -0600 build: Remove a thing ??? configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 1ee5a4ab1d00154dc5f8acc06371acd89052475c Author: Yosef Or Boczko Date: Thu Nov 19 21:20:49 2015 +0200 Updated Hebrew translation po/he.po | 552 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 281 insertions(+), 271 deletions(-) commit dfd961bef9d1c34635558f28c5d384d19e68c401 Author: Efstathios Iosifidis Date: Tue Nov 17 21:32:29 2015 +0000 Updated Greek translation po/el.po | 989 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 510 insertions(+), 479 deletions(-) commit c81c42b0888e47df3d0c586b5d63581808915649 Author: Daniel Mustieles Date: Tue Nov 17 18:44:14 2015 +0100 Updated Spanish translation po/es.po | 9081 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 4558 insertions(+), 4523 deletions(-) commit 8748d405e7b7d5e63114b6eaed17b01f710ed07f Author: Carlos Garcia Campos Date: Tue Nov 10 14:15:56 2015 +0100 web-app: Add support for system-wide installed web apps Any desktop file running ephy with --application-mode command line options should work. It doesn't need to provide the profile directory, it will be built from the desktop file info, and created on first run. lib/ephy-web-app-utils.c | 125 +++++++++++++++++++++++++++++++++++++++++++++-- lib/ephy-web-app-utils.h | 7 +++ src/ephy-main.c | 49 +++++++++---------- 3 files changed, 150 insertions(+), 31 deletions(-) commit 57b67b27fef572324f0cd016004667ca328733c7 Author: Carlos Garcia Campos Date: Tue Nov 10 09:07:13 2015 +0100 file-helpers: Only write the migration version when creating the dot dir ephy_ensure_dir_exists() is supposed to be generic function, not only to ensure dot dir exists. We don't want to create the migration version file every time a new directory is created. lib/ephy-file-helpers.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) commit a83cfa015a6d7a9e98744b895e193d94223c3afa Author: Carlos Garcia Campos Date: Tue Nov 10 08:51:22 2015 +0100 web-app: Use always the default dot dir instead of the one for current mode Web applications are always installed in the main default dot dir. This makes web app utils work in other profiles too. lib/ephy-web-app-utils.c | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) commit 5e97c0881eda6f6a95ae1be4e86606f97575c196 Author: Carlos Garcia Campos Date: Tue Nov 10 08:40:06 2015 +0100 file-helpers: Add ephy_default_dot_dir() It always returns the main default dot dir, no matter what the current profile is. This is needed because some private profiles could need to use the default dot dir, for example, web applications. lib/ephy-file-helpers.c | 17 ++++++++++++++--- lib/ephy-file-helpers.h | 1 + 2 files changed, 15 insertions(+), 3 deletions(-) commit e847117cb20b078538511c16984335a9be2a87ec Author: YunQiang Su Date: Sat Nov 14 22:19:43 2015 +0800 Us ... instead of … for zh_CN po/zh_CN.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit e01c034b9ade50333809048f122d0c8511ad961f Author: Kjartan Maraas Date: Sat Nov 14 14:49:42 2015 +0100 Updated Norwegian bokmål translation. po/nb.po | 979 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 501 insertions(+), 478 deletions(-) commit 3a936621670e94faa9af6f79186a1b3e82000e1c Author: Pedro Albuquerque Date: Sat Nov 14 07:18:34 2015 +0000 Updated Portuguese translation po/pt.po | 594 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 299 insertions(+), 295 deletions(-) commit 193e4ebafebc4c5286f5b2217a28e4c8bfc2ff62 Author: Jeff Bai Date: Fri Nov 13 00:09:44 2015 +0800 update zh_CN translation po/zh_CN.po | 839 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 457 insertions(+), 382 deletions(-) commit e17dc3627218aed60e2fa61486757b55dc804b6e Author: Emanuele Aina Date: Wed Nov 11 12:54:02 2015 +0000 EphyUriTester: Avoid g_strdup() when a boolean is enough https://bugzilla.gnome.org/show_bug.cgi?id=754954 embed/web-extension/ephy-uri-tester.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 1600a5fb51f43b7969782c096c62c54f336d5571 Author: Emanuele Aina Date: Tue Nov 10 17:43:45 2015 +0000 EphyUriTester: Drop keys/signatures logic It seems to be a performance optimization, but it seems to be quite premature and resulted in some rules not being handled correctly: in particular http://screen.yahoo.com was still broken as the exception/whitelisted rule was for some reason skipped by the code computing signatures. https://bugzilla.gnome.org/show_bug.cgi?id=754954 embed/web-extension/ephy-uri-tester.c | 108 +--------------------------------- 1 file changed, 3 insertions(+), 105 deletions(-) commit 3da9b1fab7b1357ebea3c6700abacf5fc26a6ece Author: Emanuele Aina Date: Tue Nov 10 17:01:39 2015 +0000 EphyUriTester: Handle '@@' whitelisting exception rules The AdBlockPlus filter language has some special rules that start with '@@' and are meant to override some overly matching blocking rules by whitelisting those which should succeed. https://bugzilla.gnome.org/show_bug.cgi?id=754954 embed/web-extension/ephy-uri-tester.c | 151 +++++++++++++++++++++++++--------- 1 file changed, 111 insertions(+), 40 deletions(-) commit 399c6424b2357022d8dac8bde903dba475d3fee1 Author: Emanuele Aina Date: Tue Nov 10 16:59:31 2015 +0000 EphyUriTester: Escape '[' and ']' when converting patterns to regexps https://bugzilla.gnome.org/show_bug.cgi?id=754954 embed/web-extension/ephy-uri-tester.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 88a791d63f4f18a74bc09e7c14116014b2ec49d7 Author: Carlos Garcia Campos Date: Fri Nov 6 12:19:38 2015 +0100 shell: Open links in active window instead of guessing the main window Remove ephy_shell_get_main_window() and use gtk_application_get_active_window() instead when opening links in a new tab from a remote instance. https://bugzilla.gnome.org/show_bug.cgi?id=696677 src/ephy-shell.c | 38 +------------------------------------- src/ephy-shell.h | 2 -- 2 files changed, 1 insertion(+), 39 deletions(-) commit 4d873f4223217026b4ff6355a68cc86f62d65db2 Author: Emanuele Aina Date: Mon Nov 9 17:10:45 2015 +0000 EphyUriTester: Ensure "||" rules are anchored at the start Filter rules beginning with "||" mean that the following expression must match (at least partially) the domain. This means that "||example.com/foo" should match "foo.example.com/foo" but not "fooexample.com/foo" nor "example.com/bar?redir=example.com/foo" while the current code will happily match all of them. https://bugzilla.gnome.org/show_bug.cgi?id=754954 embed/web-extension/ephy-uri-tester.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 387dc9ed186f45bc134e4e9457c4515a7116857e Author: Marek Černocký Date: Mon Nov 9 15:45:52 2015 +0100 Updated Czech translation po/cs.po | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 21c4684ac22fe205d21427bf57854730a2d50ba5 Author: Marek Černocký Date: Mon Nov 9 15:44:37 2015 +0100 Updated Czech translation po/cs.po | 590 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 301 insertions(+), 289 deletions(-) commit 36dd919623b3dd40bcb0a1b46ce57906473aaee9 Author: Arnaud Bonatti Date: Sun Nov 8 05:44:31 2015 +0100 Remove EphyDialog class. https://bugzilla.gnome.org/show_bug.cgi?id=757487 lib/Makefile.am | 2 - lib/ephy-dialog.c | 603 -------------------------------------------------- lib/ephy-dialog.h | 88 -------- src/window-commands.c | 1 - 4 files changed, 694 deletions(-) commit 34b889b7660a73b2e3fc3f330f3a18207a49d41d Author: Arnaud Bonatti Date: Sun Nov 8 05:42:03 2015 +0100 Remove EphyEmbedDialog class. https://bugzilla.gnome.org/show_bug.cgi?id=757487 embed/Makefile.am | 4 +- embed/ephy-embed-dialog.c | 168 ---------------------------------------------- embed/ephy-embed-dialog.h | 57 ---------------- 3 files changed, 1 insertion(+), 228 deletions(-) commit 645d32bd2ed4a7d7c60684be2a8d5ac3a4654d3a Author: Arnaud Bonatti Date: Fri Nov 6 08:07:31 2015 +0100 EphyEncodingDialog: Make final class. https://bugzilla.gnome.org/show_bug.cgi?757487 src/ephy-encoding-dialog.c | 99 +++++++++++++++++++++++----------------------- src/ephy-encoding-dialog.h | 30 ++------------ 2 files changed, 52 insertions(+), 77 deletions(-) commit 67747b961cbc1cadb028c4f5189a64a74f9e9f42 Author: Arnaud Bonatti Date: Sun Nov 8 03:58:36 2015 +0100 EphyEncodingDialog: Inherit from GtkDialog, not from EphyEmbedDialog. https://bugzilla.gnome.org/show_bug.cgi?id=757487 src/ephy-encoding-dialog.c | 250 ++++++++++++++++++++++----------------- src/ephy-encoding-dialog.h | 8 +- src/ephy-encoding-menu.c | 4 +- src/resources/encoding-dialog.ui | 6 +- 4 files changed, 149 insertions(+), 119 deletions(-) commit 970be41990b8e13ca44ec3c1b7988244e6e95f2b Author: Michael Catanzaro Date: Sat Nov 7 18:14:52 2015 -0600 EphyUriTester: Use G_PARAM_STATIC_STRINGS embed/web-extension/ephy-uri-tester.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 33b98b07f23f0840be5869b4521cc811d00f6aef Author: Michael Catanzaro Date: Sat Nov 7 18:02:24 2015 -0600 Reenable and placate -Wformat-nonliteral configure.ac | 2 +- embed/ephy-embed-utils.c | 4 ++++ embed/ephy-embed.c | 7 +------ embed/ephy-web-view.c | 4 ++++ lib/ephy-sqlite-connection.c | 4 ++-- lib/ephy-time-helpers.c | 4 ++++ 6 files changed, 16 insertions(+), 9 deletions(-) commit 96ddfffc90391c7aceb2414b788be25f31422442 Author: Michael Catanzaro Date: Sat Nov 7 17:31:19 2015 -0600 Reenable and placate -Wold-style-definition configure.ac | 2 +- lib/ephy-nss-glue.c | 4 ++-- lib/ephy-profile-utils.c | 2 +- lib/ephy-smaps.c | 2 +- lib/ephy-sqlite-connection.c | 2 +- lib/ephy-web-app-utils.c | 2 +- lib/history/ephy-history-types.c | 2 +- lib/widgets/ephy-middle-clickable-button.c | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) commit 19afb6ae533007085b8275046fc7533f9af6ecb0 Author: Michael Catanzaro Date: Sat Nov 7 17:26:20 2015 -0600 Reenable and placate -Wunused-variable configure.ac | 2 +- embed/web-extension/ephy-uri-tester.c | 1 - lib/widgets/ephy-download-widget.c | 1 - src/ephy-shell.c | 1 - src/ephy-title-box.c | 1 - 5 files changed, 1 insertion(+), 5 deletions(-) commit 97db4c3da9707d3f713bbf7d70fce4e1a33a762a Author: Michael Catanzaro Date: Thu Sep 10 21:10:38 2015 -0500 EphyUriTester: Use g_object_class_install_properties embed/web-extension/ephy-uri-tester.c | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) commit 12615ea7d2b918afd2f6cd34893e3377ce3a1fb2 Author: Michael Catanzaro Date: Thu Sep 10 21:06:04 2015 -0500 EphyUriTester: Use G_DECLARE_FINAL_TYPE embed/web-extension/ephy-uri-tester.c | 177 ++++++++++++++++------------------ embed/web-extension/ephy-uri-tester.h | 26 +---- 2 files changed, 83 insertions(+), 120 deletions(-) commit b626ef7521e5e588906d29bf76fef15d53fd92e7 Author: Michael Catanzaro Date: Thu Sep 10 21:00:25 2015 -0500 Rename UriTester to EphyUriTester embed/web-extension/Makefile.am | 6 +- embed/web-extension/ephy-uri-tester.c | 935 +++++++++++++++++++++++++++++++ embed/web-extension/ephy-uri-tester.h | 64 +++ embed/web-extension/ephy-web-extension.c | 8 +- embed/web-extension/uri-tester.c | 933 ------------------------------ embed/web-extension/uri-tester.h | 63 --- 6 files changed, 1006 insertions(+), 1003 deletions(-) commit 98d839aae018397e760fb4e8062d035293faba97 Author: Michael Catanzaro Date: Thu Sep 10 18:11:04 2015 -0500 uri-tester: Remove UriTesterReload embed/web-extension/uri-tester.c | 31 ------------------------------- embed/web-extension/uri-tester.h | 2 -- 2 files changed, 33 deletions(-) commit 77da8b4b2e88b3af7966d6c74c490999400ce390 Author: Michael Catanzaro Date: Thu Sep 10 18:08:23 2015 -0500 uri-tester: Use g_slist_free_full embed/web-extension/uri-tester.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) commit 22eaa2b2357e21239c7074c4c05381862d199ada Author: Michael Catanzaro Date: Thu Sep 10 18:05:20 2015 -0500 uri-tester: Remove uri_tester_get_filters It's unused embed/web-extension/uri-tester.c | 6 ------ embed/web-extension/uri-tester.h | 2 -- 2 files changed, 8 deletions(-) commit 32515dde5cfe23c228fe50950f4fe3972b85f588 Author: Michael Catanzaro Date: Thu Sep 10 17:59:20 2015 -0500 uri-tester: Stop declaring uri_tester_register It's not defined. embed/web-extension/uri-tester.h | 2 -- 1 file changed, 2 deletions(-) commit e0e936f3bcbe59aca8939a7a5145b5ee152cff7d Author: Michael Catanzaro Date: Thu Sep 10 17:58:02 2015 -0500 uri-tester: Get rid of AdUriCheckType It's unused embed/web-extension/ephy-web-extension.c | 2 +- embed/web-extension/uri-tester.c | 7 +------ embed/web-extension/uri-tester.h | 32 +------------------------------- 3 files changed, 3 insertions(+), 38 deletions(-) commit 374ac1c41664fd988f473c0f07c13bdf2764faf2 Author: Michael Catanzaro Date: Sat Nov 7 17:17:06 2015 -0600 Reenable and placate -Wunused-function configure.ac | 2 +- embed/web-extension/uri-tester.c | 4 ++++ lib/widgets/ephy-download-widget.c | 11 ----------- lib/widgets/ephy-downloads-progress-icon.c | 6 ------ lib/widgets/ephy-location-entry.c | 5 ----- 5 files changed, 5 insertions(+), 23 deletions(-) commit f80164e6b1bc60979404568f9c0e6bf98bd2d86b Author: Michael Catanzaro Date: Sat Nov 7 17:08:55 2015 -0600 build: Get rid of custom error message for missing mkdtemp configure.ac | 2 -- lib/ephy-file-helpers.c | 4 ---- 2 files changed, 6 deletions(-) commit 8e362f7dd8ba18b4a318096e14d4f966eeb38cb9 Author: Michael Catanzaro Date: Sat Nov 7 17:07:26 2015 -0600 build: Get rid of more portability crap Seems exceptionally unlikely that anyone is relying on these. configure.ac | 4 ---- 1 file changed, 4 deletions(-) commit 9eb4e6d1c9f6a04ddb27d0ec725cd1c4b3f85045 Author: Michael Catanzaro Date: Sat Nov 7 17:05:38 2015 -0600 build: Get rid of some unused portability checks configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 06e5452598ba76b50667e3ef19d94f62808e81eb Author: Michael Catanzaro Date: Sat Nov 7 16:56:26 2015 -0600 Reenable and placate -Wempty-body Looks like some sort of bug in the password migrator, as this conditional is probably not intended to do nothing, but whatever. configure.ac | 2 +- lib/ephy-profile-migrator.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) commit 1111c8a51dd8db345268f4807226eb229b838d53 Author: Michael Catanzaro Date: Sat Nov 7 16:43:22 2015 -0600 Reenable and placate -Wno-incompatible-pointer-types configure.ac | 2 +- src/bookmarks/ephy-bookmark-properties.c | 2 +- src/cookies-dialog.c | 13 +++++--- src/ephy-history-window.c | 57 ++++++++++++++++++-------------- src/ephy-toolbar.c | 2 +- src/passwords-dialog.c | 43 +++++++++++++----------- 6 files changed, 67 insertions(+), 52 deletions(-) commit 8aef898979e116ad8cb6f0f4f1d82306e03a8f03 Author: Michael Catanzaro Date: Sat Nov 7 10:11:07 2015 -0600 EphyDownloadsManager: Use G_DECLARE_FINAL_TYPE embed/ephy-downloads-manager.c | 7 +------ embed/ephy-downloads-manager.h | 12 ++---------- 2 files changed, 3 insertions(+), 16 deletions(-) commit b281926263ff7a76c2f3755a3897c19c21419044 Author: Michael Catanzaro Date: Sat Nov 7 10:07:27 2015 -0600 EphyDownload: Use g_object_class_install_properties embed/ephy-download.c | 101 +++++++++++++++++++++++--------------------------- 1 file changed, 47 insertions(+), 54 deletions(-) commit 67159cd27bb47c59bd8bb67edbd2498c5fb282c2 Author: Michael Catanzaro Date: Sat Nov 7 10:01:32 2015 -0600 EphyDownload: Don't specify signal marshallers embed/ephy-download.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) commit a29a5d4de302df2f8fcffc206843f6292c79bbaa Author: Michael Catanzaro Date: Sat Nov 7 10:01:09 2015 -0600 EphyDownload: Use G_DECLARE_FINAL_TYPE embed/ephy-download.c | 108 +++++++++++++++++++++----------------------------- embed/ephy-download.h | 25 +----------- 2 files changed, 48 insertions(+), 85 deletions(-) commit 2de4044ded6d0ecbe30a9e69ca9dee7a429a6a8e Author: Michael Catanzaro Date: Wed Nov 4 08:14:12 2015 -0600 Require WebKitGTK+ 2.11.1 for autocleanups Otherwise we get a bajillion compiler warnings trying to use G_DECLARE_FINAL_TYPE for EphyWebView configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 172e84eb45e9e1bbe1b576e7c9b67a31972c03f8 Author: Michael Catanzaro Date: Thu Sep 24 15:33:34 2015 -0500 EphyWebView: Use G_DECLARE_FINAL_TYPE embed/ephy-web-view.c | 409 ++++++++++++++++++++++---------------------------- embed/ephy-web-view.h | 25 +-- 2 files changed, 185 insertions(+), 249 deletions(-) commit c411aaccf3ff55de2d6c9850a4550f343f4a2538 Author: Michael Catanzaro Date: Thu Sep 24 13:57:09 2015 -0500 EphyWebView: Stop specifying signal marshallers embed/ephy-web-view.c | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) commit b88baa4cf7e5deda8fba5fa797a4d81321264154 Author: Michael Catanzaro Date: Thu Sep 24 13:55:56 2015 -0500 EphyWebView: Remove unneeded virtual signals embed/ephy-web-view.c | 42 ++++++++++++------------------------------ embed/ephy-web-view.h | 25 ------------------------- 2 files changed, 12 insertions(+), 55 deletions(-) commit 0b208e0afabe9681912824543241f2ca9f606fea Author: Michael Catanzaro Date: Sat Sep 19 14:23:10 2015 -0500 EphyWebExtensionProxy: Use G_DECLARE_FINAL_TYPE embed/ephy-web-extension-proxy.c | 101 +++++++++++++++++++-------------------- embed/ephy-web-extension-proxy.h | 26 +--------- 2 files changed, 51 insertions(+), 76 deletions(-) commit 8766ebace027b1ccf384e07416a3a19a874c69ed Author: Michael Catanzaro Date: Thu Sep 24 13:53:26 2015 -0500 EphyFindToolbar: Don't choose signal marshallers embed/ephy-find-toolbar.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) commit 4a98e43d67c814af4b6d25f48c74132c5cc00710 Author: Michael Catanzaro Date: Sat Sep 19 13:23:28 2015 -0500 EphyFindToolbar: Use g_object_class_install_properties embed/ephy-find-toolbar.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) commit 1e8b5015071ac4ced7553cfd8728dd082f919d64 Author: Michael Catanzaro Date: Sat Sep 19 13:18:48 2015 -0500 EphyFindToolbar: Use G_DECLARE_FINAL_TYPE embed/ephy-find-toolbar.c | 189 ++++++++++++++++++++-------------------------- embed/ephy-find-toolbar.h | 28 +------ 2 files changed, 85 insertions(+), 132 deletions(-) commit 263ebb1dde77e233ba8b94ea0d4ac5f55eac35c5 Author: Michael Catanzaro Date: Sat Sep 19 13:09:27 2015 -0500 EphyFindToolbar: Remove unused virtual signals So we can use G_DECLARE_FINAL_TYPE embed/ephy-find-toolbar.c | 12 +++--------- embed/ephy-find-toolbar.h | 5 ----- 2 files changed, 3 insertions(+), 14 deletions(-) commit b49cf4bf449db0c4834e0339221a86cc4f5f3b7b Author: Michael Catanzaro Date: Tue Sep 15 21:05:46 2015 -0500 EphyFileMonitor: Use g_object_class_install_properties embed/ephy-file-monitor.c | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) commit ed9d9227e2560c0b4da7ffa67dc618e4e245b4ee Author: Michael Catanzaro Date: Tue Sep 15 21:03:19 2015 -0500 EphyFileMonitor: Use G_DECLARE_FINAL_TYPE embed/ephy-file-monitor.c | 92 +++++++++++++++++++++-------------------------- embed/ephy-file-monitor.h | 25 ++----------- 2 files changed, 42 insertions(+), 75 deletions(-) commit a927446a859b722cedad2637c97464a5a1808c17 Author: Michael Catanzaro Date: Tue Sep 15 20:53:38 2015 -0500 EphyEncodings: Don't use g_signal_emit_by_name embed/ephy-encodings.c | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) commit 8fcd40aed56d0ea53255b184a73b88243f9fbac4 Author: Michael Catanzaro Date: Tue Sep 15 20:49:22 2015 -0500 EphyEncodings: Use G_DECLARE_FINAL_TYPE embed/ephy-encodings.c | 64 +++++++++++++++++++++++--------------------------- embed/ephy-encodings.h | 25 ++------------------ 2 files changed, 31 insertions(+), 58 deletions(-) commit 0ddee6dfea0147cdea26376a1c63af4fca456234 Author: Michael Catanzaro Date: Tue Sep 15 20:46:10 2015 -0500 EphyEncoding: Use g_object_class_install_properties embed/ephy-encoding.c | 100 +++++++++++++++++++++++++------------------------- 1 file changed, 51 insertions(+), 49 deletions(-) commit 6b6efb7c703c6ced4037875b42e02acac0e71b95 Author: Michael Catanzaro Date: Tue Sep 15 20:41:49 2015 -0500 EphyEncoding: Use G_DECLARE_FINAL_TYPE embed/ephy-encoding.c | 68 +++++++++++++++++++++++++-------------------------- embed/ephy-encoding.h | 25 ++----------------- 2 files changed, 35 insertions(+), 58 deletions(-) commit 585c8be73a724b94f7acb1033c780ee9373f466f Author: Michael Catanzaro Date: Tue Sep 15 20:38:54 2015 -0500 EphyEmbedShell: Don't choose signal marshallers embed/ephy-embed-shell.c | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) commit 035c1f99569cc466e304a81a571e06c9a9aff37a Author: Michael Catanzaro Date: Tue Sep 15 20:38:11 2015 -0500 EphyEmbedShell: Use G_PARAM_STATIC_STRINGS embed/ephy-embed-shell.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit ca94952c579dffe22f6fee662f911d2db49ecdc8 Author: Michael Catanzaro Date: Tue Sep 15 20:36:14 2015 -0500 EphyEmbedShell: Use G_DECLARE_DERIVABLE_TYPE embed/ephy-embed-shell.c | 5 ++--- embed/ephy-embed-shell.h | 17 ++--------------- 2 files changed, 4 insertions(+), 18 deletions(-) commit 77c6c774a55d60eaac10ef6af85701fd2d9ba9ad Author: Michael Catanzaro Date: Tue Sep 15 20:33:44 2015 -0500 EphyEmbedShell: Use G_DEFINE_TYPE_WITH_PRIVATE embed/ephy-embed-shell.c | 196 +++++++++++++++++++++++++++-------------------- embed/ephy-embed-shell.h | 3 - 2 files changed, 112 insertions(+), 87 deletions(-) commit 474eb3a0a0804694fb90e854ebbbeb651d8c1719 Author: Michael Catanzaro Date: Tue Sep 15 20:12:31 2015 -0500 EphyEmbedShell: Make the singleton instance file-scope embed/ephy-embed-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f8a5e84e4a1d49b33f67245c35b39307589c0d2a Author: Michael Catanzaro Date: Tue Sep 15 20:12:16 2015 -0500 EphyShell: Make the singleton instance file-scope src/ephy-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d10c6c69a77b2eeb685324e977a1d26ffd9c4be9 Author: Michael Catanzaro Date: Tue Sep 15 20:07:23 2015 -0500 EphyEmbedEvent: Use G_DECLARE_FINAL_TYPE embed/ephy-embed-event.c | 62 +++++++++++++----------------------------------- embed/ephy-embed-event.h | 24 ++----------------- 2 files changed, 19 insertions(+), 67 deletions(-) commit 2ebe44b278d18e7614018f2815f297e4fa7043d2 Author: Michael Catanzaro Date: Tue Sep 15 20:02:16 2015 -0500 EphyEmbedDialog: Use G_OBJECT_WARN_INVALID_PROPERTY_ID embed/ephy-embed-dialog.c | 6 ++++++ 1 file changed, 6 insertions(+)