[Pkg-mozext-commits] [SCM] perspectives-extension branch, debian, updated. 4.2-4-136-gd6962eb

Dave Schaefer dave.schaefer at gmail.com
Thu Jun 28 22:04:49 UTC 2012


The following commit has been merged in the debian branch:
commit 33be1521df9842e7d5ac0d66dfb9da7eaf7e9ea7
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Thu Jun 7 23:34:27 2012 -0700

    Perspectives - Add details to error message so they can be differentiated

diff --git a/plugin/chrome/content/notaries.js b/plugin/chrome/content/notaries.js
index c99e165..aab3114 100644
--- a/plugin/chrome/content/notaries.js
+++ b/plugin/chrome/content/notaries.js
@@ -795,7 +795,7 @@ var Perspectives = {
       			} catch(err){
         			Pers_debug.d_print("error", "Perspectives had an internal exception: " + err);
         			Pers_statusbar.setStatus(aURI, Pers_statusbar.STATE_ERROR, 
-					"Perspectives: an internal error occurred: " + err); //TODO: localize
+					"Perspectives: an error occurred when attempting to change location: " + err); //TODO: localize
       			}
 
    		},
@@ -812,7 +812,7 @@ var Perspectives = {
        			  } catch (err) {
          			Pers_debug.d_print("Perspectives had an internal exception: " + err);
          			Pers_statusbar.setStatus(Pers_statusbar.STATE_ERROR, 
-					"Perspectives: an internal error occurred: " + err); //TODO: localize
+					"Perspectives: an internal state change error occurred: " + err); //TODO: localize
        			  }
      			}
   		},
@@ -829,7 +829,7 @@ var Perspectives = {
          			Pers_debug.d_print("error", "Perspectives had an internal exception: " + err);
          			if(uri) {
           				Pers_statusbar.setStatus(uri, Pers_statusbar.STATE_ERROR, 
-						"Perspectives: an internal error occurred: " + err); //TODO: localize
+						"Perspectives: an internal security change error occurred: " + err); //TODO: localize
          			}
        			}
  

-- 
perspectives-extension



More information about the Pkg-mozext-commits mailing list