[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11639: Fix a comment for the session store blocker, update changelo (in torbutton/trunk/src: . components)
Author: mikeperry
Date: 2007-09-25 14:35:35 -0400 (Tue, 25 Sep 2007)
New Revision: 11639
Modified:
torbutton/trunk/src/CHANGELOG
torbutton/trunk/src/components/session-blocker.js
Log:
Fix a comment for the session store blocker, update changelog.
Modified: torbutton/trunk/src/CHANGELOG
===================================================================
--- torbutton/trunk/src/CHANGELOG 2007-09-25 18:21:24 UTC (rev 11638)
+++ torbutton/trunk/src/CHANGELOG 2007-09-25 18:35:35 UTC (rev 11639)
@@ -1,5 +1,7 @@
1.1.8
XX Sep 2007
+ * bugfix: bug 503: prevent sessionstore from writing to disk without
+ disabling "Undo Close Tab"
* bugfix: bug 510: decouple cookie clearing from Clear Private Data settings
* bugfix: bug 474: decouple password+form saving from history writing
Modified: torbutton/trunk/src/components/session-blocker.js
===================================================================
--- torbutton/trunk/src/components/session-blocker.js 2007-09-25 18:21:24 UTC (rev 11638)
+++ torbutton/trunk/src/components/session-blocker.js 2007-09-25 18:35:35 UTC (rev 11639)
@@ -1,8 +1,8 @@
/*************************************************************************
* Session Blocker (JavaScript XPCOM component)
- * Disables reading and writing session state for tor loaded tabs.
- * This component is implemented as a wrapper around the true sessionsaver
- * object that sometimes refuses to save state.
+ * Disables reading and writing session state without disabling the
+ * session store itself by wrapping nsIFileOutputStream and preventing it
+ * from writing sessionstore.js.
*
*************************************************************************/