From 22d71ac2138e71987247e0cd4744908bcc3564c0 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 22 May 2011 12:14:08 +0100 Subject: Update TODO --- TODO | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 5e1f1fb..9a53ca2 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,22 @@ -finish update support. this means use tool http://www.softlights.net/projects/mxtools/uhura.html to sign mozilla thing, and test both mozilla and chrome things actually work - core: it would be nice to do hyphenation. http://code.google.com/p/hyphenator/ is nice, but heavyish (around 2000 LOC). most of that is just unneeded config options etc, though, the core looks reasonable; see hyphenate and hyphenateWord functions. note that it's lgpl. gecko: test with firefox 4.0, and update version info + http://blog.mozilla.com/addons/2010/11/11/making-add-on-compatible-firefox-4/ + will have to attach the button to the 'addon bar', rather than the status bar + the addon bar is a standard 'toolbar', so things have to be rewritten accordingly + http://mike.kaply.com/2011/01/25/the-firefox-4-add-on-bar-for-developers/ + https://developer.mozilla.org/en/The_add-on_bar + https://developer.mozilla.org/en/XUL/Toolbars/Creating_toolbar_buttons + this means i'll have to set the icon image using css - note that this can be a svg (see http://blog.mozilla.com/addons/2010/12/02/toolbar-buttons-in-firefox-4/ ) + include a 64x64 icon for the addon manager + hopefully done by just putting in root - needs testing as iconURL vs icon64URL documentation conflicts + do try a straight svg here too (just called icon.svg) (prob won't work) + https://developer.mozilla.org/en/Install_Manifests#iconURL + get working with firefox mobile https://wiki.mozilla.org/Mobile/Fennec/Extensions + finish update support. this means use tool http://www.softlights.net/projects/mxtools/uhura.html to sign mozilla thing + once it's working look into using rapper and bourne shell script to sign build: set website from makefile variable / sed everywhere -- cgit v1.2.3