[Yulup-commits] rev 21124 -
public/yulup/src/trunk/yulup/prototypes/prototype1/src/chrome/content/atomsidebar
andi at wyona.com
andi at wyona.com
Fri Dec 22 17:21:06 CET 2006
Author: andi
Date: 2006-12-22 17:21:05 +0100 (Fri, 22 Dec 2006)
New Revision: 21124
Modified:
public/yulup/src/trunk/yulup/prototypes/prototype1/src/chrome/content/atomsidebar/atomsidebar.js
Log:
Added comment.
Modified: public/yulup/src/trunk/yulup/prototypes/prototype1/src/chrome/content/atomsidebar/atomsidebar.js
===================================================================
--- public/yulup/src/trunk/yulup/prototypes/prototype1/src/chrome/content/atomsidebar/atomsidebar.js 2006-12-22 15:42:42 UTC (rev 21123)
+++ public/yulup/src/trunk/yulup/prototypes/prototype1/src/chrome/content/atomsidebar/atomsidebar.js 2006-12-22 16:21:05 UTC (rev 21124)
@@ -225,6 +225,7 @@
__feedInfoDeckSetUp: function () {
/* DEBUG */ dump("Yulup:atomsidebar.js:AtomSidebar.__feedInfoDeckSetUp() invoked\n");
+ // TODO: we might have to load the content after these flags are set; verify with a testcase
document.getElementById("uiYulupAtomSidebarFeedInfoBox").docShell.allowJavascript = false;
document.getElementById("uiYulupAtomSidebarFeedInfoBox").docShell.allowPlugins = false;
document.getElementById("uiYulupAtomSidebarFeedInfoBox").docShell.allowMetaRedirects = false;
More information about the Phoenix-commits
mailing list