aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-20 18:41:22 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-20 18:41:22 +0200
commite5a1e7e8ff952d4e9609b35414850dd612f65ca7 (patch)
treea53d8bc145950d3b913960448e7fa0cdfde4c044 /docs
parent7b4e41ad3f5ac453ca7773515720c0633e0b135c (diff)
todo updates
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/TODO b/docs/TODO
index 06f5d84..fa68a8b 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -18,6 +18,9 @@ what if fifo/socket doesn't exist, or exists but nothing working behind it (anym
* remove chain command
* scalability -> 1 event manager per n uzbl-browser instances -> mkfifo and redirect uzbl-core stdout to fifo in uzbl-browser
* event manager -> everything based on per instance basis (associative array with uzbl instance name as key)
+* migrate progress(bar) related code
+* migrate all *_handler to EM plugins
+* cookies over EM (but we can delay that. it works okay for now)
= keybinding features =
@@ -97,7 +100,7 @@ More or less in order of importance/urgency
* 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)
-
+* cookie daemon (and maybe other daemons) are not scoped to the testing session when running some test-*-browser targets
* recognize -h with GOption?
* implement getting feedback from socket
* scrolling: make page up and page down configurable.