[Pkg-mozext-commits] [itsalltext] 77/459: Added more todo items.

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 fe190613179443388c7e998ac9c031441619c7e1
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Wed Jan 17 08:43:50 2007 -0500

    Added more todo items.
---
 Makefile                      | 6 +++++-
 chrome/content/preferences.js | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 15d02a4..a73a0e4 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ lint.log: $(SOURCES_JS)
 .PHONY: todo
 todo:
 	$(Q)echo "ToDo List:"
-	$(Q)grep -h '@todo' $(SOURCES) | perl -p -e 's!^[ /*\t]+\@todo:?\s*! * !i;'
+	$(Q)grep -h '@todo' Makefile $(SOURCES) | grep -v 'grep -h' | perl -p -e 's!^.+\@todo:?\s*! * !i;' | sort
 
 .PHONY: narf
 narf:
@@ -95,3 +95,7 @@ clean:
 .PHONY: realclean
 realclean: clean
 	$(Q)rm -rf ../itsalltext*.xpi docs
+
+## @todo [low] Build the extension by copying into a build directory.
+## @todo [low] Minimize built JavaScript.
+## @todo [low] Put contents into a .jar during build phase.
diff --git a/chrome/content/preferences.js b/chrome/content/preferences.js
index c0f4ef0..8272627 100644
--- a/chrome/content/preferences.js
+++ b/chrome/content/preferences.js
@@ -1,4 +1,4 @@
-
+// @todo [low] Use the EDITOR environment variable for default editor.
 /**
  * Open a filepicker to select the value of the editor.
  */

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