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

Jack Magne jmagne at fedoraproject.org
Mon Feb 22 21:35:08 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-serv31449/chrome/content/esc

Modified Files:
      Tag: PKI_8_0_RTM_BRANCH
	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.24.2.1
retrieving revision 1.24.2.2
diff -u -r1.24.2.1 -r1.24.2.2
--- ESC.js	17 Nov 2009 23:33:11 -0000	1.24.2.1
+++ ESC.js	22 Feb 2010 21:35:05 -0000	1.24.2.2
@@ -3387,7 +3387,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