<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-epiphany/tests, branch 3.3.1</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/atom?h=3.3.1</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/atom?h=3.3.1'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/'/>
<updated>2011-06-29T17:55:28+00:00</updated>
<entry>
<title>Merge EphyApplication into Ephy(Embed)Shell</title>
<updated>2011-06-29T17:55:28+00:00</updated>
<author>
<name>Xan Lopez</name>
<email>xlopez@igalia.com</email>
</author>
<published>2011-06-29T17:55:28+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=4c444c0f7693b9a0f3058729bea04832b66d6214'/>
<id>urn:sha1:4c444c0f7693b9a0f3058729bea04832b66d6214</id>
<content type='text'>
We want to use EphyApplication from embed/ too, so instead of
following the EphyEmbedShell/EphyShell pattern just fold the code into
the Shell itself. This makes sense since both classes have basically
the same function, and we can easily leave the non-embed code in
EphyShell and move to EphyEmbedShell the bits we want to be global.

The better name would be EphyCoreApplication/EphyApplication for the
resulting object, but we can do this later.
</content>
</entry>
<entry>
<title>Require an EphyApplication parameter when creating an EphyShell</title>
<updated>2011-06-29T12:53:01+00:00</updated>
<author>
<name>Xan Lopez</name>
<email>xlopez@igalia.com</email>
</author>
<published>2011-06-28T20:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=f939f5ce3406a77b500e821815352d22ff410ab7'/>
<id>urn:sha1:f939f5ce3406a77b500e821815352d22ff410ab7</id>
<content type='text'>
We'll want to create our own in main(), this prepares us for that.
</content>
</entry>
<entry>
<title>Remove a few GCC 4.6.0 warnings</title>
<updated>2011-04-20T17:51:46+00:00</updated>
<author>
<name>Xan Lopez</name>
<email>xlopez@igalia.com</email>
</author>
<published>2011-04-20T08:14:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=85e3c2e1129a1d0d3d5dd0c1bdab883ea7b027b5'/>
<id>urn:sha1:85e3c2e1129a1d0d3d5dd0c1bdab883ea7b027b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ephy-download: add the new EphyDownload object</title>
<updated>2011-03-07T20:34:52+00:00</updated>
<author>
<name>Diego Escalante Urrelo</name>
<email>descalante@igalia.com</email>
</author>
<published>2011-01-18T16:10:11+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=b9f9bf1a0763492f8bf41b8856bbd1149c5871a9'/>
<id>urn:sha1:b9f9bf1a0763492f8bf41b8856bbd1149c5871a9</id>
<content type='text'>
EphyDownload is a wrapper object around WebKitDownload that handles common
behavior in downloads: auto-destination, default action for the MIME type.

It can be used to wrap a WebKitDownload coming from a WebKitView or to download
a url: ephy_download_new_for_uri and ephy_download_new_for_download are
provided.

Its lifetime is not automagic like EphyEmbedPersist, so you have to unref it
when you no longer need it.

This new object replaces EphyEmbedPersist and enables us to use a single
codepath for downloads in all Epiphany.

Bug #618443
</content>
</entry>
<entry>
<title>tests: clean up filenames</title>
<updated>2010-12-18T23:46:59+00:00</updated>
<author>
<name>Diego Escalante Urrelo</name>
<email>descalante@igalia.com</email>
</author>
<published>2010-12-16T19:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=5a4853c420f53929340b1948bbdab0156726c015'/>
<id>urn:sha1:5a4853c420f53929340b1948bbdab0156726c015</id>
<content type='text'>
Make filenames readable and tab-completion friendly.
</content>
</entry>
<entry>
<title>ephy-profile-migration: separate migration code into another binary</title>
<updated>2010-12-07T11:20:02+00:00</updated>
<author>
<name>Diego Escalante Urrelo</name>
<email>descalante@igalia.com</email>
</author>
<published>2010-12-06T19:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=4a8a0f51849d8414cadfdeb5527820c4a689343a'/>
<id>urn:sha1:4a8a0f51849d8414cadfdeb5527820c4a689343a</id>
<content type='text'>
The migration code is now in the ephy-profile-migrator binary, this means:
 - epiphany is not linking to NSS anymore
 - lib/ephy-profile-migration.c was split into:
  + lib/ephy-profile-migrator.c: the new ephy-profile-migrator binary
  + lib/ephy-profile-utils.c: convenience _ephy_profile_*_form_auth_data functions.
 - testing for migration is done without running ephy-profile-migrator

Bug #636685
</content>
</entry>
<entry>
<title>tests: DBUS_LIBS is needed for libephymain.la</title>
<updated>2010-11-01T05:56:51+00:00</updated>
<author>
<name>Diego Escalante Urrelo</name>
<email>descalante@igalia.com</email>
</author>
<published>2010-11-01T05:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=174a51819570a975cc61e642f7f26cb4bc2f9c57'/>
<id>urn:sha1:174a51819570a975cc61e642f7f26cb4bc2f9c57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: fix wrong variable name in Makefile</title>
<updated>2010-06-04T08:09:35+00:00</updated>
<author>
<name>Diego Escalante Urrelo</name>
<email>descalante@igalia.com</email>
</author>
<published>2010-05-15T23:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=0f710fe18f9d315254f367e897ceb9fb786ca686'/>
<id>urn:sha1:0f710fe18f9d315254f367e897ceb9fb786ca686</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: add test for ephy-embed-single</title>
<updated>2010-05-14T01:53:39+00:00</updated>
<author>
<name>Diego Escalante Urrelo</name>
<email>descalante@igalia.com</email>
</author>
<published>2010-03-10T05:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=28b6440b7cef106e61ae827ecaae3ff8ba836c16'/>
<id>urn:sha1:28b6440b7cef106e61ae827ecaae3ff8ba836c16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: silence testephylocationentry.c debugging</title>
<updated>2010-05-14T01:53:39+00:00</updated>
<author>
<name>Diego Escalante Urrelo</name>
<email>descalante@igalia.com</email>
</author>
<published>2010-04-28T00:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c'/>
<id>urn:sha1:72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c</id>
<content type='text'>
</content>
</entry>
</feed>
