[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r20358: {torbutton} Update a couple of comments. (in torbutton/trunk/src: chrome/content components)
Author: mikeperry
Date: 2009-08-24 12:55:05 -0400 (Mon, 24 Aug 2009)
New Revision: 20358
Modified:
torbutton/trunk/src/chrome/content/torbutton.js
torbutton/trunk/src/components/external-app-blocker.js
Log:
Update a couple of comments.
Modified: torbutton/trunk/src/chrome/content/torbutton.js
===================================================================
--- torbutton/trunk/src/chrome/content/torbutton.js 2009-08-24 07:59:30 UTC (rev 20357)
+++ torbutton/trunk/src/chrome/content/torbutton.js 2009-08-24 16:55:05 UTC (rev 20358)
@@ -1234,7 +1234,7 @@
// This clears the SSL Identifier Cache.
// See https://bugzilla.mozilla.org/show_bug.cgi?id=448747 and
- // http://mxr.mozilla.org/security/source/security/manager/ssl/src/nsNSSComponent.cpp#2057
+ // http://mxr.mozilla.org/security/source/security/manager/ssl/src/nsNSSComponent.cpp#2134
m_tb_prefs.setBoolPref("security.enable_ssl2",
!m_tb_prefs.getBoolPref("security.enable_ssl2"));
m_tb_prefs.setBoolPref("security.enable_ssl2",
Modified: torbutton/trunk/src/components/external-app-blocker.js
===================================================================
--- torbutton/trunk/src/components/external-app-blocker.js 2009-08-24 07:59:30 UTC (rev 20357)
+++ torbutton/trunk/src/components/external-app-blocker.js 2009-08-24 16:55:05 UTC (rev 20358)
@@ -8,6 +8,7 @@
const kMODULE_NAME = "Torbutton External App Handler";
// XXX: Also psm-external-content-listener?
+// XXX: Also @mozilla.org/mime;1?
const kMODULE_CONTRACTID_APP = "@mozilla.org/uriloader/external-helper-app-service;1";
const kMODULE_CONTRACTID_PROTO = "@mozilla.org/uriloader/external-protocol-service;1";