commit ec156f7addace7bbbc06cc0ac1d1dfe6ad87cf7b Author: Claudio Saavedra Date: Mon Mar 3 18:17:13 2014 +0200 src/Makefile.am: sort the resource files src/Makefile.am | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit 3ded362e39b49df618454302d6546ba2acf42a3a Author: Claudio Saavedra Date: Mon Mar 3 18:16:16 2014 +0200 src: add missing resource file to Makefile.am src/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit f4a4db083cd221f2d4f6db588f496f5accd0b39d Author: Carlos Garcia Campos Date: Mon Mar 3 15:21:40 2014 +0100 Fix the build with new WebKit New WebKit aborts the compilation if webkit2.h and webkit-web-extension.h headers are included together. We are including the ephy-web-extension.h header from the UI process only to get the names of the dbus service, interface and path, so move those defines to its own file that can be included by both UI and web process files. embed/ephy-embed-shell.c | 2 +- embed/ephy-web-extension-proxy.c | 2 +- embed/web-extension/Makefile.am | 1 + embed/web-extension/ephy-web-extension-main.c | 1 + embed/web-extension/ephy-web-extension-names.h | 30 ++++++++++++++++++++++++++ embed/web-extension/ephy-web-extension.c | 3 ++- embed/web-extension/ephy-web-extension.h | 6 +----- 7 files changed, 37 insertions(+), 8 deletions(-) commit 0433ac9dafd91664134ae1c300c6841e86a58d91 Author: Carlos Garcia Campos Date: Tue Feb 25 18:50:38 2014 +0100 overview: Remove the overview model from the UI process Now we query the history and snapshot services directly and the model is used only in the web process. This fixes a race condition when the overview page is created before the history query has completed leaving an empty overview. https://bugzilla.gnome.org/show_bug.cgi?id=725393 embed/ephy-about-handler.c | 125 ++++--- embed/ephy-about-handler.h | 1 + embed/ephy-embed-private.h | 3 - embed/ephy-embed-shell.c | 99 +++--- embed/ephy-embed-shell.h | 6 +- embed/ephy-web-view.c | 131 ++++---- embed/web-extension/ephy-web-overview.c | 35 +- lib/ephy-snapshot-service.c | 123 +++---- lib/ephy-snapshot-service.h | 3 - lib/widgets/Makefile.am | 4 - lib/widgets/ephy-frecent-store.c | 431 ------------------------ lib/widgets/ephy-frecent-store.h | 67 ---- lib/widgets/ephy-overview-store.c | 566 -------------------------------- lib/widgets/ephy-overview-store.h | 101 ------ 14 files changed, 292 insertions(+), 1403 deletions(-) commit 85303f08a4f623ce5e4eb26050eb295742cce949 Author: Carlos Garcia Campos Date: Fri Feb 28 18:27:34 2014 +0100 history-service: Also return the thumbnail time by ephy_history_service_query_urls https://bugzilla.gnome.org/show_bug.cgi?id=725393 lib/history/ephy-history-service-urls-table.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 7553dcfb5b51673ddf0cf2392713fee5793affd9 Author: Carlos Garcia Campos Date: Fri Feb 28 12:18:59 2014 +0100 snapshot-service: Add methods to get the snapshot path This is useful for the new overview that doesn't need the actual snapshot, but the path of the snapshot when it has been saved in the cache. https://bugzilla.gnome.org/show_bug.cgi?id=725393 lib/ephy-snapshot-service.c | 161 ++++++++++++++++++++++++++++++++++++++++++++ lib/ephy-snapshot-service.h | 19 ++++++ 2 files changed, 180 insertions(+) commit 80ba0ff169d472888389589b143407d56898ea62 Author: Carlos Garcia Campos Date: Fri Feb 28 12:17:49 2014 +0100 snapshot-service: Update snapshots after one week https://bugzilla.gnome.org/show_bug.cgi?id=725393 lib/ephy-snapshot-service.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit d6a7f9e214a3e60931367bdcbc010bdb546f41f1 Author: Carlos Garcia Campos Date: Fri Feb 28 12:16:09 2014 +0100 snapshot-service: Add a memory cache of snapshots paths saved And add a method to query that cache. https://bugzilla.gnome.org/show_bug.cgi?id=725393 lib/ephy-snapshot-service.c | 17 ++++++++++++++++- lib/ephy-snapshot-service.h | 3 +++ 2 files changed, 19 insertions(+), 1 deletion(-) commit 41e3883b646f0ffed6ca0992123d1db68641b592 Author: Carlos Garcia Campos Date: Mon Mar 3 14:58:38 2014 +0100 Revert "embed-utils: Invert the logic of condition in ephy_embed_utils_address_has_web_scheme" This reverts commit 8f441f2aa17bb2597753a44bb6d20cba24f71308. embed/ephy-embed-utils.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit bbfc8866769bc04c36f9476d7c63ec5b5fca84d6 Author: Carlos Garcia Campos Date: Mon Feb 24 18:49:07 2014 +0100 embed-utils: Move ephy_web_view_normalize_or_autosearch_url to embed-utils And use it only for actually typed (or pasted) text. https://bugzilla.gnome.org/show_bug.cgi?id=725081 embed/ephy-embed-private.h | 3 -- embed/ephy-embed-utils.c | 26 +++++++++++++ embed/ephy-embed-utils.h | 1 + embed/ephy-web-view.c | 87 ++---------------------------------------- src/ephy-location-controller.c | 31 +++++++++++++-- src/ephy-notebook.c | 6 ++- tests/ephy-web-view-test.c | 3 +- 7 files changed, 65 insertions(+), 92 deletions(-) commit c253296e67177277be9174912d6ca8cfe2be223a Author: Carlos Garcia Campos Date: Mon Feb 24 18:44:59 2014 +0100 embed-utils: do not try to prepend http:// to normalize a URL if it already has a web scheme https://bugzilla.gnome.org/show_bug.cgi?id=725081 embed/ephy-embed-utils.c | 56 +++++++++++++++++++++--------------------------- 1 file changed, 24 insertions(+), 32 deletions(-) commit 2de9626b1506a2cfa9a2567e733f432805c4b2c4 Author: Carlos Garcia Campos Date: Mon Feb 24 15:15:33 2014 +0100 embed-utils: Add ephy_embed_utils_address_is_valid Helper method used to check if a url is valid to decide whether to load it or perform a search. It's mostly the same expression used by EphyWebView, but moved to a helper function. The regular expressions used in that expression are also moved to embed-utils and they are only compiled once instead of everytime a web view is created. https://bugzilla.gnome.org/show_bug.cgi?id=725081 embed/ephy-embed-shell.c | 2 ++ embed/ephy-embed-utils.c | 91 ++++++++++++++++++++++++++++++++++++++++++++++++ embed/ephy-embed-utils.h | 2 ++ embed/ephy-web-view.c | 58 +----------------------------- 4 files changed, 96 insertions(+), 57 deletions(-) commit 8f441f2aa17bb2597753a44bb6d20cba24f71308 Author: Carlos Garcia Campos Date: Mon Feb 24 14:08:03 2014 +0100 embed-utils: Invert the logic of condition in ephy_embed_utils_address_has_web_scheme So that we don't need to do all the string comparisons always. https://bugzilla.gnome.org/show_bug.cgi?id=725081 embed/ephy-embed-utils.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit 49e09e366b4bad8df2ca0e2368f5e1ad82f45ac4 Author: Carlos Garcia Campos Date: Thu Feb 13 15:10:03 2014 +0100 Remove flag EPHY_NEW_TAB_PRESENT_WINDOW It's simpler to call gtk_window_present by the callers. src/ephy-session.c | 13 +++++++------ src/ephy-shell.c | 9 ++++----- src/ephy-shell.h | 10 ++++------ 3 files changed, 15 insertions(+), 17 deletions(-) commit 0b9fdf677e37eb508e119bf236ad86aa6e0daf8b Author: Carlos Garcia Campos Date: Thu Feb 13 12:59:00 2014 +0100 Decouple the page load from the tab creation The flags used to decide whether to load the page and how are confusing, because they are mutually exclusive, which adds more complexity to ephy_shell_new_tab. Also, ephy_shell_new_tab doesn't always create a new tab, depending on the parameters and flags, it might reuse an existing empty tab. All this is easier to handle from the callers if we make ephy_shell_new_tab always create a new tab that is returned and callers can decide what to load in the new tab. src/bookmarks/ephy-bookmarks-editor.c | 56 ++++++------ src/ephy-history-window.c | 15 ++-- src/ephy-navigation-history-action.c | 3 - src/ephy-session.c | 47 ++++++----- src/ephy-shell.c | 155 +++++++++++----------------------- src/ephy-shell.h | 31 ++----- src/ephy-window.c | 44 ++++++---- src/popup-commands.c | 32 ++++--- src/window-commands.c | 10 ++- tests/ephy-shell-test.c | 26 +++--- 10 files changed, 181 insertions(+), 238 deletions(-) commit b50c6f43e32ba736a4160f18ee50027917170e53 Author: Carlos Garcia Campos Date: Wed Feb 12 13:52:30 2014 +0100 Remove unused flag EPHY_NEW_TAB_FULLSCREEN_MODE src/ephy-shell.c | 4 ---- src/ephy-shell.h | 13 ++++++------- src/window-commands.c | 2 +- 3 files changed, 7 insertions(+), 12 deletions(-) commit 722721e1740fae0736d6b3af834c736f3e3a5d5b Author: Carlos Garcia Campos Date: Wed Feb 12 13:46:21 2014 +0100 Remove the open new/in existing window flags and always create the new tab in the given window src/bookmarks/ephy-bookmarks-editor.c | 11 +++---- src/ephy-history-window.c | 6 ++-- src/ephy-navigation-history-action.c | 6 ++-- src/ephy-session.c | 16 +++++----- src/ephy-shell.c | 39 ++++++++---------------- src/ephy-shell.h | 9 +----- src/ephy-window.c | 30 ++++++++---------- src/popup-commands.c | 9 +++--- src/window-commands.c | 7 +++-- tests/ephy-shell-test.c | 57 +++++++++++++++-------------------- 10 files changed, 75 insertions(+), 115 deletions(-) commit 76ac0b28bc4bcb513bf1da6e921ba5a606225c45 Author: Carlos Garcia Campos Date: Wed Feb 12 12:40:32 2014 +0100 Disable actions that open new windows src/bookmarks/ephy-bookmarks-editor.c | 5 ++++- src/ephy-lockdown.c | 8 ++++++-- src/ephy-shell.c | 9 ++++----- src/ephy-window.c | 8 ++++++-- 4 files changed, 20 insertions(+), 10 deletions(-) commit a2d6046ba38fc57766046fbb3dd32f0f1b8ddecc Author: Stas Solovey Date: Fri Feb 28 20:51:25 2014 +0400 Added Russian help translation help/Makefile.am | 2 +- help/ru/ru.po | 1345 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1346 insertions(+), 1 deletion(-) commit f3f29ee905b423fc23ad0410d427040cf9dad012 Author: Carlos Garcia Campos Date: Thu Feb 13 15:22:55 2014 +0100 embed: Remove ephy_embed_prefs_init/shutdown methods Create the WebKitWebViewGroup object on demand when the first web view is created. embed/ephy-embed-prefs.c | 15 +++++++-------- embed/ephy-embed-prefs.h | 2 -- embed/ephy-embed-shell.c | 4 +--- tests/ephy-completion-model-test.c | 1 - tests/ephy-download-test.c | 1 - tests/ephy-encodings-test.c | 1 - tests/ephy-migration-test.c | 1 - tests/ephy-session-test.c | 1 - tests/ephy-shell-test.c | 1 - tests/ephy-web-app-utils-test.c | 1 - tests/ephy-web-view-test.c | 1 - 11 files changed, 8 insertions(+), 21 deletions(-) commit 939cf573fe2c77d1d1aaf082edd7957a1db5fc79 Author: Claudio Saavedra Date: Fri Feb 28 11:18:15 2014 +0200 embed: actually hide the progress bar for about: uris If the progressbar was already visible, we'd never really hide it. Do it now. embed/ephy-embed.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit e33810c87e345a6502cbcd4e4134766768fb8be7 Author: Marek Černocký Date: Fri Feb 28 06:33:12 2014 +0100 Updated Czech translation help/cs/cs.po | 460 +++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 298 insertions(+), 162 deletions(-) commit 3e2506e6c55cf27c049a20304a3cd19aa1ed1fb2 Author: Marek Černocký Date: Fri Feb 28 06:17:36 2014 +0100 Updated Czech translation po/cs.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1cc458bdaf369b8ee4b02e205dd675611e6b9d3d Author: Ekaterina Gerasimova Date: Thu Feb 27 21:14:07 2014 +0000 Change the text title in help for h.g.o help/C/index.page | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 2c3f72bc4d221e90ecc8474c4aa9ad0d3b3e09a6 Author: Lorenzo Tilve Date: Wed Feb 26 18:27:27 2014 +0100 Override the default background color on about:epiphany Use the original background color on about:epiphany to fill all the page background. https://bugzilla.gnome.org/show_bug.cgi?id=725245 embed/ephy-about-handler.c | 2 +- src/resources/about.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) commit 9a0aeaf38c3b6375e7579c56df1620fcefb309c3 Author: Ekaterina Gerasimova Date: Tue Feb 25 17:38:12 2014 +0000 Tidy browser-web help page help/C/browse-web.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9b21178b2d1159cef8aaaf04c8273cc50926e33a Author: Lorenzo Tilve Date: Sun Feb 23 20:52:48 2014 +0100 overview: adding a new thumbnail after removing another one When the user removes an element, all instances of the overview query the history service to be updated and insert the next corresponding item. https://bugzilla.gnome.org/show_bug.cgi?id=724697 embed/ephy-embed-shell.c | 93 +++++++++++++++++++++++++++++------------------- 1 file changed, 56 insertions(+), 37 deletions(-) commit ede68477762f10d6c2bcd93475a3e01e7e593e19 Author: Carlos Garcia Campos Date: Tue Feb 25 15:50:52 2014 +0100 ephy-window: Do not set an empty size for popup windows src/ephy-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit f7f15a8fd64f251fdc18508e4c6bd2eaed26515b Author: Ekaterina Gerasimova Date: Tue Feb 25 12:24:05 2014 +0000 Update screenshots in help for 3.12 help/C/media/epiphany-3-12.png | Bin 134159 -> 179195 bytes help/C/media/private-browsing-3-12.png | Bin 128816 -> 153374 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit 3aa513ae706f43a164261ad8b7ffc11d6ee9a87a Author: Ekaterina Gerasimova Date: Mon Feb 24 23:07:03 2014 +0000 Remove old translated screenshot from help The private mode looks completely different now. help/pt_BR/media/private-browsing-3-8.png | Bin 146672 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) commit 26996e9f803ba2b95a9cdcbfff300e45e8ef55e0 Author: Ekaterina Gerasimova Date: Mon Feb 24 22:56:40 2014 +0000 Update help index and introduction Index is now used as the project description on h.g.o/users, so should contain something of interest to users and "epiphany" because "web" is a poor search term on the internet. Using epiphany will not make the web any more nicer a place. Would be good to mention something about privacy as it's a moderately big feature. Can't think of a nice way to fit it in right now.

inside are alt text, used to describe the image and double up as instructions for retaking the screenshot. help/C/index.page | 5 ++++- help/C/introduction.page | 15 +++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) commit 99cc1aa863d35ee1cc5420da2dab156b6e58e572 Author: Ekaterina Gerasimova Date: Mon Feb 24 22:39:33 2014 +0000 Review new help pages for 3.12 help/C/pref-do-not-track.page | 30 ++++++++++++++--------------- help/C/prob-restore-closed-page.page | 37 ++++++++++++++++++------------------ 2 files changed, 33 insertions(+), 34 deletions(-) commit 007224204f57a79f23dd9c324d55e72b2017b4a6 Author: Aurimas Černius Date: Mon Feb 24 23:38:17 2014 +0200 Updated Lithuanian translation po/lt.po | 756 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 312 insertions(+), 444 deletions(-) commit 6068f2f23b081a36f3c8522da72fa7952c8e81eb Author: Carlos Garcia Campos Date: Mon Feb 24 18:14:41 2014 +0100 tests: Test /embed/ephy-web-view/normalize_or_autosearch does nothing G_N_ELEMENTS macro is incorrectly used, and tests are not actually executed. Also the test expectations for google autosearch test used the wrong url. tests/ephy-web-view-test.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) commit edffbe363015e80c246a05add2541fd1b1d26df3 Author: Baptiste Mille-Mathias Date: Mon Feb 24 11:30:00 2014 +0000 Remove data landing page from help help/C/data-cookies.page | 1 - help/C/data-passwords.page | 1 - help/C/data.page | 30 ------------------------------ help/Makefile.am | 1 - 4 files changed, 33 deletions(-) commit d71a867c8241c171616c64d5b4bfa3aaea9cefe2 Author: Baptiste Mille-Mathias Date: Mon Feb 24 11:08:21 2014 +0000 Update help for 3.12 UI changes help/C/browse-private.page | 7 +++-- help/C/data-cookies.page | 22 +++++++------- help/C/data-passwords.page | 42 ++++++++++++++------------ help/C/index.page | 4 +-- help/C/introduction.page | 2 +- help/C/media/epiphany-3-12.png | Bin 0 -> 134159 bytes help/C/media/epiphany-3-8.png | Bin 119144 -> 0 bytes help/C/media/private-browsing-3-12.png | Bin 0 -> 128816 bytes help/C/media/private-browsing-3-8.png | Bin 108824 -> 0 bytes help/C/pref-cookies.page | 6 ++-- help/C/pref-do-not-track.page | 52 +++++++++++++++++++++++++++++++++ help/C/pref-downloads.page | 1 + help/C/pref-font.page | 1 + help/C/pref-passwords.page | 7 +++-- help/C/prob-passwords-show.page | 39 ------------------------- help/C/prob-restore-closed-page.page | 49 +++++++++++++++++++++++++++++++ help/Makefile.am | 14 +++++---- 17 files changed, 160 insertions(+), 86 deletions(-) commit 77a7fd4cfdd5d1c02f83f1740f75da34b25fd84c Author: Frédéric Péters Date: Thu Feb 20 17:01:49 2014 +0100 do not touch query parameter values when removing trackers https://bugzilla.gnome.org/show_bug.cgi?id=724724 lib/ephy-uri-helpers.c | 6 ++++-- tests/ephy-uri-helpers-test.c | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) commit 3780c7dd2a230ff0c53e47d52887c2af2ba12fe3 Author: Rafael Ferreira Date: Fri Feb 21 13:14:25 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 265 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 135 insertions(+), 130 deletions(-) commit a68e556dd0623a70ad96a711a0c370a1c2c49c12 Author: Carlos Garcia Campos Date: Fri Feb 21 14:12:22 2014 +0100 overview: Remove the default-icon property of EphyOverviewStore The default icon is now set in the css of the overview and it doesn't need to be saved in the store. embed/ephy-embed-shell.c | 23 ----------- lib/widgets/ephy-frecent-store.c | 7 ---- lib/widgets/ephy-overview-store.c | 84 ++------------------------------------- lib/widgets/ephy-overview-store.h | 3 -- 4 files changed, 4 insertions(+), 113 deletions(-) commit 90d214766117b290d45bda96dced8b266ff1320d Author: Carlos Garcia Campos Date: Fri Feb 21 10:44:40 2014 +0100 about-handler: Compile the about css file as a gresource And use a link to the resource in the about pages instead of including the file contents in the about page. https://bugzilla.gnome.org/show_bug.cgi?id=724862 data/pages/Makefile.am | 1 - data/pages/about.css | 205 --------------------------------------------- embed/ephy-about-handler.c | 92 ++++++++------------ src/epiphany.gresource.xml | 1 + src/resources/about.css | 205 +++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 241 insertions(+), 263 deletions(-) commit 7ca58a900c9655270bd24b9ebe79ca49ab3b886c Author: Carlos Garcia Campos Date: Fri Feb 21 10:21:04 2014 +0100 overview: Compile the missing thumbnail icon as a gresource And use it directly form the css using ephy-resource URI. https://bugzilla.gnome.org/show_bug.cgi?id=724862 data/Makefile.am | 4 ---- data/missing-thumbnail.png | Bin 1226 -> 0 bytes embed/web-extension/ephy-web-extension.c | 12 ------------ src/Makefile.am | 1 + src/epiphany.gresource.xml | 1 + src/resources/missing-thumbnail.png | Bin 0 -> 1226 bytes src/resources/overview.html | 2 +- 7 files changed, 3 insertions(+), 17 deletions(-) commit e6e14af0840fe896a62e3b2a8629c0625895ddd2 Author: Carlos Garcia Campos Date: Fri Feb 21 10:06:54 2014 +0100 about-handler: Use ephy-resource for the incognito icon in about:incognito Instead of decoding the image and send it to the web process. https://bugzilla.gnome.org/show_bug.cgi?id=724862 embed/ephy-about-handler.c | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) commit bfdafa8240deb9307078bf09ebbcc9290b1e6528 Author: Carlos Garcia Campos Date: Fri Feb 21 10:03:35 2014 +0100 Add ephy-resource:// custom URI scheme implementation Ideally we could use resource:// URIs since they are supported by both WebKit and libsoup, but the web process doesn't have access to the resources compiled in the UI process. And in multiprocess mode, the network process doesn't have access to the resources either. ephy-resource:// URIs are like a proxy to load gresources compiled in the UI process, the data is sent directly to the web process in single process mode or to the network process in multiprocess mode. https://bugzilla.gnome.org/show_bug.cgi?id=724862 embed/ephy-embed-shell.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) commit 7393c9a4db71319967b554ea1fdd94c644a573c6 Author: Carlos Garcia Campos Date: Fri Feb 21 09:59:19 2014 +0100 about-handler: Do not send encoded images to the web process in about:applications Pass the app icon filename instead. https://bugzilla.gnome.org/show_bug.cgi?id=724862 embed/ephy-about-handler.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) commit f9b4d791f8ae3f1e65264198ee7059726850114b Author: Carlos Garcia Campos Date: Fri Feb 21 09:59:19 2014 +0100 about-handler: Do not send encoded images to the web process in about:web Pass the icon filename instead. https://bugzilla.gnome.org/show_bug.cgi?id=724862 embed/ephy-about-handler.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) commit 78b0290e501abbf4a3671020fff6a94cedb93edb Author: Marek Černocký Date: Fri Feb 21 08:03:58 2014 +0100 Updated Czech translation po/cs.po | 260 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 132 insertions(+), 128 deletions(-) commit c2d5ee16681c08c347601a76c6052cf4f1969bdf Author: Jakub Steiner Date: Wed Feb 19 18:53:11 2014 +0100 overview: further improve layout - center the thumbnails, keeping a decent narrow view - using table-cells to top align (yuck) https://bugzilla.gnome.org/show_bug.cgi?id=723950 src/resources/overview.html | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) commit 3d16255c8deb674dbaf749726e83715bda68f397 Author: Daniel Mustieles Date: Thu Feb 20 14:23:12 2014 +0100 Updated Spanish translation po/es.po | 264 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 133 insertions(+), 131 deletions(-) commit ac97587982cc9c63629285c87c60dfce9db29ce8 Author: Yosef Or Boczko Date: Wed Feb 19 23:49:38 2014 +0200 Updated Hebrew translation po/he.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 3155b4a185d13c3ee8e2da01f93025516fc487be Author: Kjartan Maraas Date: Wed Feb 19 20:36:08 2014 +0100 Updated Norwegian bokmål translation po/nb.po | 824 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 361 insertions(+), 463 deletions(-) commit e12fe63478c2dd52b543d76befe5b90fae546933 Author: Claudio Saavedra Date: Wed Feb 19 19:38:16 2014 +0200 [release] 3.11.90 NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) commit d3e03a794fafe6df4c863846bc8272ce41c86a6a Author: Claudio Saavedra Date: Wed Feb 19 19:37:38 2014 +0200 ephy-embed-shell-test: make sure the mimetype db is available tests/ephy-embed-shell-test.c | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-)