GNOME Bugzilla – Bug 693297
Addd ephy_session_clear()
Last modified: 2013-02-07 22:06:48 UTC
We need this to properly test the tab restoring code.
Created attachment 235348 [details] [review] ephy-session.c: add ephy_session_clear()
Created attachment 235349 [details] [review] ephy-session-test: add test for ephy_session_clear()
Review of attachment 235348 [details] [review]: ::: src/ephy-session.h @@ +105,3 @@ gboolean ephy_session_get_can_undo_tab_closed (EphySession *session); +void ephy_session_clear (EphySession *session); Put this in ephy-private.h, it really only makes sense for testing IMHO.
Review of attachment 235349 [details] [review]: Yay.
Attachment 235348 [details] pushed as 65f5514 - ephy-session.c: add ephy_session_clear() Attachment 235349 [details] pushed as 0129db9 - ephy-session-test: add test for ephy_session_clear()