[Pkg-mozext-commits] [itsalltext] 246/459: removed done or bogus todos

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:26 UTC 2015


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

taffit pushed a commit to branch master
in repository itsalltext.

commit 365efd1e9c82555c48e83e6a22e95fd3101582b5
Author: Christian Höltje <docwhat at gerf.org>
Date:   Tue Jun 19 21:55:10 2007 -0400

    removed done or bogus todos
---
 Makefile                         | 1 -
 src/chrome/content/itsalltext.js | 2 --
 2 files changed, 3 deletions(-)

diff --git a/Makefile b/Makefile
index 34e1a7c..7d5212a 100644
--- a/Makefile
+++ b/Makefile
@@ -158,4 +158,3 @@ realclean: clean
 ## @todo [5] [make] Minimize JavaScript.
 ## @todo [5] [make] Put contents into a .jar.
 ## @todo [7] Allow a web page to add an It's All Text! button.
-## @todo [7] Allow a way to hide/disable/move button incase it obscures something.
diff --git a/src/chrome/content/itsalltext.js b/src/chrome/content/itsalltext.js
index 8fe9c15..9eaa422 100644
--- a/src/chrome/content/itsalltext.js
+++ b/src/chrome/content/itsalltext.js
@@ -20,7 +20,6 @@
 // @todo [9] IDEA: dropdown list for charsets (utf-8, western-iso, default)?
 // @todo [3] Have a menu/context menu item for turning on monitoring/watch.
 // @todo [9] Menu item to pick the file to load into a textarea.
-// @todo [3] Show a proper dialog when unable to execute an editor with options for preferences or cancel.
 // @todo [9] Hot-keys for editing or opening the context menu.
 
 var ItsAllText = function() {
@@ -518,7 +517,6 @@ var ItsAllText = function() {
      * @param {Object} doc The document to refresh.
      */
     that.refreshDocument = function(doc) {
-        // @todo [1] Confirm that we find textareas inside iframes and frames.
         if(!doc.location) { return; } // it's being cached, but not shown.
         var is_chrome = (doc.location.protocol == 'chrome:' &&
                          doc.location.href != that.README);

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



More information about the Pkg-mozext-commits mailing list