[Pkg-mozext-commits] [gcontactsync] 08/88: Issue 4 - Add a checkbox for javascript.options.showInConsole

David Prévot taffit at moszumanska.debian.org
Thu Sep 18 20:52:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository gcontactsync.

commit bdabc149a876772f61327098feb08aea305c2bd3
Author: Josh Geenen <joshgeenen at gmail.com>
Date:   Sun Dec 22 18:57:41 2013 -0600

    Issue 4 - Add a checkbox for javascript.options.showInConsole
---
 src/content/options.xul      | 6 ++++++
 src/locale/en-US/options.dtd | 1 +
 2 files changed, 7 insertions(+)

diff --git a/src/content/options.xul b/src/content/options.xul
index 2f1ffb2..7c0125d 100644
--- a/src/content/options.xul
+++ b/src/content/options.xul
@@ -73,6 +73,9 @@
       <preference id="verboseLog"
                   name="extensions.gContactSync.verboseLog"
                   type="bool"/>
+      <preference id="showInConsole"
+                  name="javascript.options.showInConsole"
+                  type="bool"/>
     </preferences>
     <groupbox flex="1">
       <!-- TODO - replace this link with one not on the wiki -->
@@ -146,6 +149,9 @@
         <checkbox preference="verboseLog"
                   id="verboseLog"
                   label="&verboseLog.label;"/>
+        <checkbox preference="showInConsole"
+                  id="showInConsole"
+                  label="&showInConsole.label;"/>
       </groupbox>
     </groupbox>
   </prefpane>
diff --git a/src/locale/en-US/options.dtd b/src/locale/en-US/options.dtd
index 8f9e941..e991307 100644
--- a/src/locale/en-US/options.dtd
+++ b/src/locale/en-US/options.dtd
@@ -16,6 +16,7 @@
 <!ENTITY logging.label                  "Logging">
 <!ENTITY enableLogging.label            "Enable Logging">
 <!ENTITY verboseLog.label               "Enable Verbose Logging (for debugging)">
+<!ENTITY showInConsole.label            "Log errors in the Error Console (for debugging)">
 
 <!ENTITY interface.tab                  "Interface">
 <!ENTITY buttons.label                  "Buttons and Menus">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/gcontactsync.git



More information about the Pkg-mozext-commits mailing list