X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=docs%2FTODO;h=dcee01bb895b524faf62049f6656307f4f09c3d5;hb=3fafe96d7cefdeed6cc15bf6e44788fe3f1bae13;hp=0b0e0351269175174cd5db045630c1868cc7925e;hpb=73dfcb6c632ecde7780e5e9bb53536b65bb0463b;p=uzbl-mobile diff --git a/docs/TODO b/docs/TODO index 0b0e035..dcee01b 100644 --- a/docs/TODO +++ b/docs/TODO @@ -1,12 +1,11 @@ More or less in order of importance/urgency -* cookie handler. storing seems to work, but not yet sending +* improve cookie handler. * a variable that holds the page state: loading, pending, seen. this can be shown in titlebar/statusbar and used for multiple instances management * allow to tag , to group instances together * store uri/tag/name/state in xorg window properties * split up uzbl.c into multiple files * shortcuts to focus other instances (see docs/multiple-instances-management) -* password handler (manager) * recognize -h with GOption? * implement a vimperator-like link following scheme. @@ -41,7 +40,20 @@ More or less in order of importance/urgency * regex style page searching? so you can do 'or' and 'and' things. flags like case sensitive etc. * check for real command name, not just the first letter. * let users attach handlers to the most common events/signals in uzbl. + great use case: automatically calling formfiller for certain sites * write little script to open new urls with the urxvt url thing +document. +* document: + stylesheet overridding + formfiller + link following + webkit inspector usage + scroll commands can take %s, eg scroll 100% for pages + chaining of actions, dump_config, print (and other actions that aren't documented yet) + overriding variables (such as -u) + variable expansion (@var, @{var}, where do they get expanded? can users have their own vars?, should we merge this with the replacement we do for useragent/window title etc?) + how %s works for the js command +* consider switching to CMAKE. (someone already ported the makefile etc) + SOMEDAY: figure out caching with webkit and in general how we can speed up everything