commit c0b52d834cbc43fa7cbba5d92411d2114b8650c1 Author: Xan Lopez Date: Mon Jan 25 20:55:17 2010 +0200 ephy-web-view.c: allow all windows to be closed by JS Since we are not marking windows as popups for now. embed/ephy-web-view.c | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit cdac681c60058885ed3ea1ee43d878b1c00a61b6 Author: Xan Lopez Date: Mon Jan 25 20:46:48 2010 +0200 2.29.6 NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletions(-) commit 77a2ffcacd2adaeb1ed90bd649735157fa284993 Author: Xan Lopez Date: Mon Jan 25 17:52:41 2010 +0200 ephy-location-entry: disable favicons in entry for release lib/widgets/ephy-location-entry.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 2a1790159cc2109817e7452edc8b8941b73e774a Author: Xan Lopez Date: Mon Jan 25 17:32:28 2010 +0200 ephy-window: assume windows are not popups by default We need to refine our code to identify popups, meanwhile it's better to err on the benevolent side. src/ephy-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fe9b537afdd75f24b930e16cebcd2c37153a9d99 Author: Alexander Shopov Date: Mon Jan 25 10:51:00 2010 +0200 Updated Bulgarian translation po/bg.po | 1167 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 445 insertions(+), 722 deletions(-) commit b3136792040a2161c3e11d7306cb3ab58e3d1e0e Author: Jorge Kalmbach Date: Fri Jan 22 20:01:05 2010 -0200 Suggest Filename based on the mimetype and URI of the WebKitWebResource Bug #605479 src/window-commands.c | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) commit ba2d2c19ac174acbf74aa4258a82ac5ac7c7f455 Author: Diego Escalante Urrelo Date: Thu Jan 21 17:14:38 2010 -0500 tests: simplify Makefile.am Don't cherry pick internal libraries for tests. tests/Makefile.am | 40 +++++++++++++++++++++++++--------------- 1 files changed, 25 insertions(+), 15 deletions(-) commit e0072d45988b1154a19ea46a6f93c5ccc66cb9c1 Author: Diego Escalante Urrelo Date: Fri Jan 15 16:32:38 2010 -0500 tests: apply style fixes suggested by Xan tests/testephylocationentry.c | 40 ++++++++++++++++------------------------ tests/testephysearchentry.c | 10 ++++------ tests/testephyzoomcontrol.c | 15 ++++++--------- 3 files changed, 26 insertions(+), 39 deletions(-) commit 6a824bca489ff1c7f4764224a42d33f3ea2b4455 Author: Diego Escalante Urrelo Date: Mon Dec 14 02:45:26 2009 -0500 docs: ephy-file-helpers doc/reference/Makefile.am | 1 - doc/reference/epiphany-docs.sgml | 1 + doc/reference/epiphany-sections.txt | 27 +++++- lib/ephy-dialog.h | 5 +- lib/ephy-file-helpers.c | 210 +++++++++++++++++++++++++++++++++-- lib/ephy-file-helpers.h | 2 +- 6 files changed, 231 insertions(+), 15 deletions(-) commit 83ccb687075513719881c46d091e65b3f5aa31bb Author: Diego Escalante Urrelo Date: Thu Jan 21 15:47:01 2010 -0500 docs: delete deprecated templates doc/reference/tmpl/EphyContentPolicy.sgml | 19 - doc/reference/tmpl/EphySingle.sgml | 64 -- doc/reference/tmpl/ephy-embed-factory.sgml | 34 - doc/reference/tmpl/ephy-embed-persist.sgml | 235 ----- doc/reference/tmpl/ephy-embed-single.sgml | 69 -- doc/reference/tmpl/ephy-embed.sgml | 399 --------- doc/reference/tmpl/ephy-extensions-manager.sgml | 37 - doc/reference/tmpl/ephy-glade.sgml | 25 - doc/reference/tmpl/ephy-icon-entry.sgml | 53 -- doc/reference/tmpl/ephy-location-entry.sgml | 12 +- doc/reference/tmpl/ephy-node-db.sgml | 123 --- doc/reference/tmpl/ephy-password-manager.sgml | 78 -- doc/reference/tmpl/ephy-permission-manager.sgml | 78 -- doc/reference/tmpl/ephy-search-entry.sgml | 2 + doc/reference/tmpl/ephy-session.sgml | 84 -- doc/reference/tmpl/ephy-shell.sgml | 129 --- doc/reference/tmpl/ephy-spinner.sgml | 6 +- doc/reference/tmpl/ephy-tab.sgml | 202 ----- doc/reference/tmpl/ephy-window.sgml | 62 +- doc/reference/tmpl/ephy-zoom-control.sgml | 2 + doc/reference/tmpl/epiphany-unused.sgml | 1043 ----------------------- doc/reference/tmpl/mozilla-embed-event.sgml | 35 - 22 files changed, 53 insertions(+), 2738 deletions(-) commit dd6a43a539a51b16e434209f13750e456ef0aa8b Author: Gustavo Noronha Silva Date: Thu Jan 21 18:23:40 2010 -0200 Enable page cache for real, now. All critical bugs have been fixed, we already depend on a new enough version of WebKit, and this feature needs testing. embed/ephy-embed-prefs.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit ad54b2031e5390b4726df58aeccb41b0cafc19b8 Author: Diego Escalante Urrelo Date: Thu Jan 21 09:14:38 2010 -0500 window-commands: remove an empty line from f007602 Just a nitpick in Jorge's patch. src/window-commands.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5120ad94e7003841a03189d334576bfe45406408 Author: Diego Escalante Urrelo Date: Wed Jan 13 11:54:43 2010 -0500 Escape the name of resources before saving them Some resources might be of the style "page.php?orig=/place/other", this would make Epiphany crash while saving them because of the invalid characters for the filename. To solve this we escape the name of the resources before using it as the name of the destination file. Bug #606876 embed/ephy-web-view.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit 2b5566e52f1dc497cfcecc7639a92b7691b8c3d8 Author: Diego Escalante Urrelo Date: Wed Jan 13 11:48:13 2010 -0500 Rename a variable to make its relation obvious In ephy_web_view_save_sub_resources the destination_uri var is passed down to the GAsyncReadyCallbacks and is freed after all the operations are finished, however it is named sub_destination_uri in this callbacks. To make it more obvious that it is the same data we renamed all the ocurrences to destination_uri. Bug #606876 embed/ephy-web-view.c | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) commit b057a59f9aa6f8568b2416172f27034ef4507f22 Author: Diego Escalante Urrelo Date: Wed Jan 13 10:38:33 2010 -0500 ephy-web-view: plug leaks in ephy_web_view_save Bug #606876 embed/ephy-web-view.c | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) commit f007602b631fee9ac23c909abb75bd606f501a4f Author: Jorge Kalmbach Date: Wed Jan 20 23:05:57 2010 -0200 Ask for confirmation when replacing files, in save as Bug #605480 embed/ephy-web-view.c | 10 ++++++---- src/window-commands.c | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) commit 5bdd1efcf21639132a181e121a626913f6dfc38c Author: vasudeven Date: Wed Jan 20 17:25:26 2010 +0530 updated Tamil translation po/ta.po | 733 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 382 insertions(+), 351 deletions(-) commit e2c19882289b5da6b54f005ea691543268b516a7 Author: Khaled Hosny Date: Sat Jan 16 16:08:41 2010 +0200 Updated Arabic translation po/ar.po | 134 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 71 insertions(+), 63 deletions(-) commit 3dbbb868ad6f13ac0ef227ea7459733d8a46f77a Author: Daniel Nylander Date: Sat Jan 16 12:37:17 2010 +0100 Updated Swedish translation po/sv.po | 84 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 46 insertions(+), 38 deletions(-) commit ff328a966a6cae6ff3e0eac90d2eed81d61ad159 Author: Gustavo Noronha Silva Date: Fri Jan 15 20:28:11 2010 -0200 Disable page cache - I committed it by mistake embed/ephy-embed-prefs.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit b573119b1338722ba9f6016b72064f6fcf681dfc Author: Gustavo Noronha Silva Date: Fri Dec 25 23:58:59 2009 -0200 Make text search faster by delaying the actual search This makes sure that we do not search for 1-2 characters when the user starts typing, making the search for longer words faster. Bug #598322 src/ephy-find-toolbar.c | 35 +++++++++++++++++++++++++++++++---- 1 files changed, 31 insertions(+), 4 deletions(-) commit bac714eab6253cf088761501117937e9b48bcea9 Author: Gustavo Noronha Silva Date: Tue Dec 22 14:28:34 2009 -0200 Remove error handling work-arounds WebKit will stop emitting load signals when it loads the error page, which makes life easier for us. Bug #377012 configure.ac | 2 +- embed/ephy-embed-prefs.c | 1 + embed/ephy-embed.c | 52 ++++++++++++++++++--------------------------- 3 files changed, 23 insertions(+), 32 deletions(-) commit 589e0fa8cf257346c1f089fa84fd96733381d89f Author: Xan Lopez Date: Fri Jan 15 17:09:46 2010 +0200 Show again favicon column in URL completion dropdown lib/widgets/ephy-location-entry.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit a2f561ae50fc74eed94f6eb7d9102c74caab8b49 Author: Xan Lopez Date: Thu Jan 14 23:11:39 2010 +0200 Make EphyLocationEntry store a copy of the lock-stock-id Otherwise we rely on the ordering of the property notifications to get a proper id instead of garbage (!). Bug #606995 lib/widgets/ephy-location-entry.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 97dae9812833055947ab77b6fde79776bbbdc245 Author: Sebastian Dröge Date: Thu Jan 14 18:10:01 2010 +0100 Fix docs build with gtk-doc 1.13 gtkdoc-fixxref now needs the module to work correctly. doc/reference/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7ba0a952949410eeb2b0ae81427d31697bbd7886 Author: Diego Escalante Urrelo Date: Wed Jan 13 18:43:58 2010 -0500 Use g_mkdir_with_parents instead of just mkdir This ensures that if .gnome2/ doesn't exist, we don't fail instead of just creating the dir. Bug #605860 lib/ephy-file-helpers.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0b732d26c9cd11b91f861b9a34389a2adc331b2b Author: Kjartan Maraas Date: Wed Jan 13 19:18:41 2010 +0100 Updated Norwegian bokmål translation po/nb.po | 53 ++++++++++++++++++++++++++++++++--------------------- 1 files changed, 32 insertions(+), 21 deletions(-) commit adb1849591c5609037b86404f84c7a917c442ba0 Author: Diego Escalante Urrelo Date: Tue Jan 12 13:37:09 2010 -0500 Remove legacy fields in EphyEmbedPersist embed/ephy-embed-persist.h | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) commit f62625052682eca0989e06e2005e3d5dc7966fcb Author: Diego Escalante Urrelo Date: Tue Jan 12 13:35:50 2010 -0500 Use © symbol and include glib.h in tests. tests/testephylocationentry.c | 3 ++- tests/testephysearchentry.c | 3 ++- tests/testephyzoomcontrol.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) commit 3f96295996ede06f9b0be681a23bb3765469865b Author: Sebastian Dröge Date: Wed Jan 13 10:39:05 2010 +0100 Fix syntax error in the GConf schema data/epiphany.schemas.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 165411e1c19b03a57f719413ac727ee80517332a Author: Jorge González Date: Tue Jan 12 20:22:24 2010 +0100 Updated Spanish translation po/es.po | 221 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 115 insertions(+), 106 deletions(-)