<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-epiphany/src, branch Release158</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=Release158</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/atom?h=Release158'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/'/>
<updated>2005-02-28T22:07:57+00:00</updated>
<entry>
<title>NULL check. Fixes bug #165999.</title>
<updated>2005-02-28T22:07:57+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-02-28T22:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=7aa3b8355acf5d8eec0634980699c32ff69116fb'/>
<id>urn:sha1:7aa3b8355acf5d8eec0634980699c32ff69116fb</id>
<content type='text'>
2005-02-28  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* embed/mozilla/MozDownload.cpp:

	NULL check. Fixes bug #165999.

	* src/ephy-main.c: (slowly_and_stupidly_obtain_timestamp), (main):

	Try to get an approximation to the launch time if DESKTOP_STARTUP_ID
	is not set. Fixes bug #168820, patch by Elijah Newren.
</content>
</entry>
<entry>
<title>Remove unused includes.</title>
<updated>2005-02-27T20:13:26+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-02-27T20:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=ebb2b51a3bbd7d49ed39100dbb878f3adc6d3e5a'/>
<id>urn:sha1:ebb2b51a3bbd7d49ed39100dbb878f3adc6d3e5a</id>
<content type='text'>
2005-02-27  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* src/window-commands.c:

	Remove unused includes.
</content>
</entry>
<entry>
<title>Make sure folder is != NULL. Fixes bug #163341.</title>
<updated>2005-02-26T22:30:20+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-02-26T22:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=74aefa193695d7b6333703ec8539d05022c866a3'/>
<id>urn:sha1:74aefa193695d7b6333703ec8539d05022c866a3</id>
<content type='text'>
2005-02-26  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_folder):

	Make sure folder is != NULL. Fixes bug #163341.
</content>
</entry>
<entry>
<title>Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfs</title>
<updated>2005-02-26T22:01:48+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-02-26T22:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=fbf4b15ed54be3abfe2c3c937c50b9c623804cb5'/>
<id>urn:sha1:fbf4b15ed54be3abfe2c3c937c50b9c623804cb5</id>
<content type='text'>
2005-02-26  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* configure.ac:

	Depend on gnome-desktop for gnome-desktop-item,
	and up the gnome-vfs dependency version.

	* embed/ephy-embed-persist.c: (ephy_embed_persist_set_user_time),
	(ephy_embed_persist_get_user_time),
	(ephy_embed_persist_set_property),
	(ephy_embed_persist_get_property), (ephy_embed_persist_init),
	(ephy_embed_persist_class_init):
	* embed/ephy-embed-persist.h:

	Add user time property.

	* embed/mozilla/ContentHandler.cpp:
	* embed/mozilla/ContentHandler.h:

	Forward user time to MozDownload via a string. Not perfect,
	but better than nothing.

	* embed/mozilla/EphyHeaderSniffer.cpp:

	Set user time on filechooser.

	* embed/mozilla/MozDownload.cpp:

	Get user time from content handler, and use it when
	launching the external handler app.

	* lib/ephy-file-helpers.c: (ephy_file_check_mime),
	(launch_desktop_item), (ephy_file_launch_desktop_file),
	(ephy_file_launch_application), (ephy_file_launch_handler):
	* lib/ephy-file-helpers.h:

	Convenience functions to launch an app, or a desktop item,
	with user time.

	* lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file),
	(ephy_gui_window_update_user_time), (ephy_gui_window_present):
	* lib/ephy-gui.h:

	Make our own gtk_window_present, to correctly update user time.
	Check if the path is writable in ephy_gui_confirm_overwrite_file().

	* src/ephy-session.c: (ephy_session_autoresume):

	After showing the recovery dialogue, don't use the old user time
	to launch the windows; use the current event time instead.

	* src/popup-commands.c: (background_download_completed),
	(image_open_uri), (save_source_completed_cb),
	(popup_cmd_open_image):
	* src/window-commands.c: (window_cmd_file_save_as),
	(save_source_completed_cb), (save_temp_source),
	(window_cmd_view_page_source):

	Launch handlers with user time.
</content>
</entry>
<entry>
<title>Make the signal RUN_LAST.</title>
<updated>2005-02-24T15:00:17+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-02-24T15:00:17+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=fa2ed1162e71eb37859ec2a5ef38a9387d06b5af'/>
<id>urn:sha1:fa2ed1162e71eb37859ec2a5ef38a9387d06b5af</id>
<content type='text'>
2005-02-24  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* src/ephy-link.c: (ephy_link_base_init):

	Make the signal RUN_LAST.

	* src/ephy-tab.c: (ephy_tab_get_type), (open_link_in_new_tab),
	(clipboard_text_received_cb):

	Make EphyTab implement EphyLink interface.

	* src/ephy-window.c: (modal_alert_cb), (tab_added_cb),
	(tab_removed_cb), (ephy_window_open_link):

	Attach to link signal on EphyTab.
	Don't switch tabs to modal alerts in ppv mode; block the alerts
	instead.

2005-02-23  Carlos Garnacho Parro  &lt;carlos@gnome.org&gt;
</content>
</entry>
<entry>
<title>don't activate startup notification with the "previous session has</title>
<updated>2005-02-23T13:52:22+00:00</updated>
<author>
<name>Carlos Garnacho Parro</name>
<email>carlos@gnome.org</email>
</author>
<published>2005-02-23T13:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=623dcd777f3a64badaaa457248856cc8c2f6d234'/>
<id>urn:sha1:623dcd777f3a64badaaa457248856cc8c2f6d234</id>
<content type='text'>
2005-02-23  Carlos Garnacho Parro  &lt;carlos@gnome.org&gt;

        * src/ephy-session.c: don't activate startup notification with the
        "previous session has crashed" dialog
</content>
</entry>
<entry>
<title>Use spacing instead of a separator.</title>
<updated>2005-02-23T01:20:07+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-02-23T01:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=bb539d648e80733ebc5eac54dec76344a399195a'/>
<id>urn:sha1:bb539d648e80733ebc5eac54dec76344a399195a</id>
<content type='text'>
2005-02-23  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* src/ephy-fullscreen-popup.c:
	(ephy_fullscreen_popup_update_visibility),
	(ephy_fullscreen_popup_constructor):

	Use spacing instead of a separator.
</content>
</entry>
<entry>
<title>Load the page after showing the window. That way, if mozilla throws up an</title>
<updated>2005-02-21T11:23:21+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-02-21T11:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=38637a7ffe353f89974e1a9fe1262ce77de062ea'/>
<id>urn:sha1:38637a7ffe353f89974e1a9fe1262ce77de062ea</id>
<content type='text'>
2005-02-21  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* src/ephy-shell.c: (ephy_shell_new_tab_full):

	Load the page after showing the window. That way, if mozilla throws up
	an alert, the window is already there.
</content>
</entry>
<entry>
<title>Use event time when grabbing the pointer. Appears to fix bug #167473.</title>
<updated>2005-02-20T14:46:55+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-02-20T14:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=9335c841e72436b5e063428ff26a70bad198cf81'/>
<id>urn:sha1:9335c841e72436b5e063428ff26a70bad198cf81</id>
<content type='text'>
2005-02-20  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* src/ephy-notebook.c: (drag_start), (motion_notify_cb),
	(move_tab_to_another_notebook), (button_release_cb):

	Use event time when grabbing the pointer. Appears to fix bug #167473.
</content>
</entry>
<entry>
<title>Shut up</title>
<updated>2005-02-18T23:44:12+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@src.gnome.org</email>
</author>
<published>2005-02-18T23:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=26b14879a25f16a7a06e23143b96aaf5ca92cda3'/>
<id>urn:sha1:26b14879a25f16a7a06e23143b96aaf5ca92cda3</id>
<content type='text'>
</content>
</entry>
</feed>
