<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-epiphany/embed, branch Release148</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=Release148</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/atom?h=Release148'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/'/>
<updated>2005-02-09T19:25:38+00:00</updated>
<entry>
<title>Implement nsIWebProgressListener. Fixes bug #165328.</title>
<updated>2005-02-09T19:25:38+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-02-09T19:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=b663aa2ff31e6de6857c984b4837da266eccfa59'/>
<id>urn:sha1:b663aa2ff31e6de6857c984b4837da266eccfa59</id>
<content type='text'>
2005-02-09  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

        * embed/mozilla/MozDownload.cpp:

       Implement nsIWebProgressListener. Fixes bug #165328.
</content>
</entry>
<entry>
<title>Fix for mozilla API change.</title>
<updated>2005-02-07T23:04:45+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-02-07T23:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=d3b12d71b4791e67d404a1d760c793603275bed4'/>
<id>urn:sha1:d3b12d71b4791e67d404a1d760c793603275bed4</id>
<content type='text'>
2005-02-07  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

        * embed/mozilla/MozRegisterComponents.cpp:

	Fix for mozilla API change.
</content>
</entry>
<entry>
<title>Weak ref the parent window.</title>
<updated>2005-02-02T19:27:38+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-02-02T19:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=57debca114b603b0eed9544f5f76c274be1ae0cc'/>
<id>urn:sha1:57debca114b603b0eed9544f5f76c274be1ae0cc</id>
<content type='text'>
2005-02-02  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

        * embed/ephy-embed-persist.c: (ephy_embed_persist_set_fc_parent),
        (ephy_embed_persist_finalize):

       Weak ref the parent window.
</content>
</entry>
<entry>
<title>Some sparse fixes.</title>
<updated>2005-01-30T20:12:08+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-01-30T20:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=43f229ae4bf329c0b7d4f46cb4d1853fe9ba0635'/>
<id>urn:sha1:43f229ae4bf329c0b7d4f46cb4d1853fe9ba0635</id>
<content type='text'>
2005-01-30  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* embed/ephy-history.c: (ephy_history_new):
	* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_new):
	* src/ephy-window.c:
	* src/prefs-dialog.c: (get_download_button_label):

	Some sparse fixes.
</content>
</entry>
<entry>
<title>Don't crash if we get the new-window signal on the embed single for a</title>
<updated>2005-01-30T15:23:13+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-01-30T15:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=55bd674a3c1ed29cd2df0f371d85046aa773dcbd'/>
<id>urn:sha1:55bd674a3c1ed29cd2df0f371d85046aa773dcbd</id>
<content type='text'>
2005-01-30  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* embed/mozilla/mozilla-embed-single.cpp:

	Don't crash if we get the new-window signal on the embed single
	for a non-chrome window; just don't open any window in that case.
	Part of bug #165445.
</content>
</entry>
<entry>
<title>Plug a mem leak.</title>
<updated>2005-01-28T22:56:39+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-01-28T22:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=d5cc84ca39cfd9839b9ebd475196c92072181d50'/>
<id>urn:sha1:d5cc84ca39cfd9839b9ebd475196c92072181d50</id>
<content type='text'>
2005-01-28  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* embed/mozilla/mozilla-embed.cpp:

	Plug a mem leak.
</content>
</entry>
<entry>
<title>Really make confirm-overwrite dialogue have a parent window. Fixes bug</title>
<updated>2005-01-18T19:34:09+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-01-18T19:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=d7b3eddc13ba59ee3e1a7855a3d937ba3a762885'/>
<id>urn:sha1:d7b3eddc13ba59ee3e1a7855a3d937ba3a762885</id>
<content type='text'>
2005-01-18  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* embed/mozilla/EphyHeaderSniffer.cpp:

	Really make confirm-overwrite dialogue have a parent window.
	Fixes bug #164189.
</content>
</entry>
<entry>
<title>Use UnEscapeURIForUI instead of UnEscapeNonAsciiURI.</title>
<updated>2005-01-11T14:41:07+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-01-11T14:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=b9257922803ee5a48b34ee2666c3e14957c8f8a9'/>
<id>urn:sha1:b9257922803ee5a48b34ee2666c3e14957c8f8a9</id>
<content type='text'>
2005-01-11  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

        * embed/mozilla/EventContext.cpp:

        Use UnEscapeURIForUI instead of UnEscapeNonAsciiURI.
</content>
</entry>
<entry>
<title>Only implement nsITransfer, if possible.</title>
<updated>2005-01-09T13:39:17+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-01-09T13:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=86c68923be5ec3ca9f313d17dec3bf9259c211f1'/>
<id>urn:sha1:86c68923be5ec3ca9f313d17dec3bf9259c211f1</id>
<content type='text'>
2005-01-09  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* configure.in:
	* embed/mozilla/MozDownload.cpp:
	* embed/mozilla/MozDownload.h:

	Only implement nsITransfer, if possible.
</content>
</entry>
<entry>
<title>We don't need to implement nsIBrowserHistory.</title>
<updated>2005-01-01T20:55:00+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-01-01T20:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=cd2cd1d96b0d372fe53c27554e7808e34181f085'/>
<id>urn:sha1:cd2cd1d96b0d372fe53c27554e7808e34181f085</id>
<content type='text'>
2005-01-01  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* configure.in:
	* embed/mozilla/GlobalHistory.cpp:
	* embed/mozilla/GlobalHistory.h:

	We don't need to implement nsIBrowserHistory.
</content>
</entry>
</feed>
