[Pkg-mozext-commits] [itsalltext] 33/459: added todo item

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:03 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 4a87820b1b40c6e374928c797244c0142dedc5b9
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Mon Dec 18 09:27:04 2006 -0500

    added todo item
---
 chrome/content/itsalltext.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chrome/content/itsalltext.js b/chrome/content/itsalltext.js
index 37d9c4e..4286d4c 100644
--- a/chrome/content/itsalltext.js
+++ b/chrome/content/itsalltext.js
@@ -492,6 +492,7 @@ function ItsAllTextOverlay() {
    * @param {Object} doc The document to refresh.
    */
   that.refreshDocument = function(doc) {
+    // TOOD: Confirm that we find textareas inside iframes and the like.
     //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