[Pkg-mozext-commits] [itsalltext] 74/459: updated todos

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:08 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 c4695ebf2ac569594fdb90ddef1e4b6dd9324ed4
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Wed Jan 10 12:56:30 2007 -0500

    updated todos
---
 chrome/content/itsalltext.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/chrome/content/itsalltext.js b/chrome/content/itsalltext.js
index 6b298a5..7a213ed 100644
--- a/chrome/content/itsalltext.js
+++ b/chrome/content/itsalltext.js
@@ -315,7 +315,6 @@ function ItsAllTextOverlay() {
      * matter how we slice it.  However, this does make it less unique.
      */
     // @todo Detect collisions using the raw key.
-    // @todo Figure out what's up with collection-configure-converting.
     self.filename = self.filename.slice(0,15) + '.txt';
 
     var editdir = that.getEditDir();
@@ -587,7 +586,7 @@ function ItsAllTextOverlay() {
    * @param {Object} doc The document to refresh.
    */
   that.refreshDocument = function(doc) {
-    // @todo Confirm that we find textareas inside iframes and the like.
+    // @todo [high] Confirm that we find textareas inside iframes and frames.
     //that.debug('refreshDocument()',doc.URL);
     var nodes = doc.getElementsByTagName('textarea');
     for(var i=0; i < nodes.length; i++) {

-- 
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