Annotation of annozilla/www/ToDo.html, revision 1.4
1.2 matthew 1: <h1>Annozilla 'to do' list</h1>
1.1 matthew 2: <h2>Short term</h2>
3: <ul>
1.2 matthew 4: <li><strike>Move 'Server prefs' and 'Edit Site List' back into the main panel on Firefox</strike> (fixed in CVS)
1.1 matthew 5: <li>Don't write to window.status?
6: <li>Make all sidebar options available via menu (not just context menu)
1.2 matthew 7: <li><strike>Fix memory leaks (3 objects leaked per window)</strike> fixed in CVS
1.4 ! matthew 8: <li>Are we slowing down new window/tab creation by loading so much code into the context menu? (use nsISubscriptLoader or whatever it's called?)
1.3 matthew 9: <li><strike>Get <code>"Stylesheet annotations.css not found: using chrome://annozilla/content/annotations.css"</code> in error console.</strike> Update: this is intended behaviour, however I have removed the logging to the console.
10: <li>Autoloading for tabbed browsing?
11: <li>From an empty sidebar (showing "No annotations loaded"), create an annotation without first loading the annotations for the page. The new annotation is added for the list but "No annotations loaded" is still present.
12: <li>Remove extra nodes from DOM when a highlight is deleted. (At the moment we just remove the highlighting.)
1.4 ! matthew 13: <li>Open annotation window by double-clicking on icon opens window at unreasonably small size. Or sometimes get "Sorry, couldn't download the annotation body."
! 14: <li>Integrate Firefox 2 built-in spelling checker.
1.1 matthew 15: </ul>
16:
17: <h2>Medium term</h2>
18: <ul>
1.3 matthew 19: <li>In the Server Options panel, display "Local Server" not "urn:localserver"
1.1 matthew 20: <li>Use XBL language binding everywhere
21: <li>Rework classes using model/view/controller terminology
1.2 matthew 22: <li>On sidebar load with no servers, make it easier to load the Server options panel
1.3 matthew 23: <li>Move multiple server support into an 'Advanced' panel???
1.1 matthew 24: </ul>
25:
26: <h2>Long term</h2>
27: <ul>
28: <li>XBL for annotation icons and/or highlights
1.3 matthew 29: <li>The 'fastback' feature would presumably leave annotation icons/highlights in the document but not held by Annozilla. Could the annotation data be held in the document, with DOM UserData? (speculation, I don't know whether this is possible.)
1.1 matthew 30: <li>Test cases
31: <li>Unit tests
32: </ul>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>