[389-commits] esc/src/app/xul/esc/chrome/content/esc ESC.js, 1.27, 1.28

Jack Magne jmagne at fedoraproject.org
Mon Feb 22 21:38:18 UTC 2010


Author: jmagne

Update of /cvs/dirsec/esc/src/app/xul/esc/chrome/content/esc
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32427

Modified Files:
	ESC.js 
Log Message:
Backout code for bug# 564059, to  ESC 1.1.0.9 seems to have problem fetching enrollment page from server.


Index: ESC.js
===================================================================
RCS file: /cvs/dirsec/esc/src/app/xul/esc/chrome/content/esc/ESC.js,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ESC.js	28 Jan 2010 19:22:29 -0000	1.27
+++ ESC.js	22 Feb 2010 21:38:16 -0000	1.28
@@ -3453,7 +3453,7 @@
         if(ui_id)
         {
             UpdateEnrollmentArea(keyType,keyID,inserted,showFullUI,showExternalUI);
-            ui_id.addProgressListener(uiListener,Components.interfaces.nsIWebProgress.NOTIFY_STATE_DOCUMENT);
+            //ui_id.addProgressListener(uiListener,Components.interfaces.nsIWebProgress.NOTIFY_STATE_DOCUMENT);
             ui_id.setAttribute("src",esc_enroll_uri);
 
         }



More information about the 389-commits mailing list