From owner-cvs-all@FreeBSD.ORG Sat Jun 24 23:31:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F2FF16A4A6; Sat, 24 Jun 2006 23:31:13 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D967043D49; Sat, 24 Jun 2006 23:31:12 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5ONVCwF031226; Sat, 24 Jun 2006 23:31:12 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5ONVCwN031225; Sat, 24 Jun 2006 23:31:12 GMT (envelope-from anray) Message-Id: <200606242331.k5ONVCwN031225@repoman.freebsd.org> From: Andrey Slusar Date: Sat, 24 Jun 2006 23:31:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-sessionmanager Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jun 2006 23:31:13 -0000 anray 2006-06-24 23:31:12 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-sessionmanager Makefile distinfo pkg-descr Log: Building upon Crash Recovery, this extension allows you to save the current state of Firefox (history, text data, cookies) and return to that state at any later moment. Besides the manually saved states, Session Manager automatically stores the current state in case of a crash. All sessions are stored in the "sessions" folder inside your profile directory and can be moved around as any other file. To get to that folder, simply select "Open Session Folder" in Session Manager's menu (might not work on all OSes). Finally, Session Manager also allows to reopen the 10 last closed windows and tabs. It is not recommended to use Session Manager at the same time as Crash Recovery (which is completely integrated), SessionSaver or Tab Mix Plus (which provide similar functionality on their own). In comparison, Session Manager currently stores more session data than Tab Mix Plus while not getting as complex as SessionSaver. WWW: http://sessionmanager.mozdev.org/ Revision Changes Path 1.1465 +1 -0 ports/www/Makefile 1.1 +28 -0 ports/www/xpi-sessionmanager/Makefile (new) 1.1 +3 -0 ports/www/xpi-sessionmanager/distinfo (new) 1.1 +19 -0 ports/www/xpi-sessionmanager/pkg-descr (new)