summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorIago Toral <itoral@igalia.com>2010-01-07 00:42:36 +0100
committerJuan A. Suarez Romero <jasuarez@igalia.com>2010-02-08 18:37:32 +0100
commitb96cafaf3e03737f64fecead87f6bbdf00ddcae5 (patch)
tree65812dbab789fb9795ef7a2593d1f55d05ade633 /TODO
parenta45d0718edbe044a1404e20f71bda63dbf1ce767 (diff)
downloadgrilo-b96cafaf3e03737f64fecead87f6bbdf00ddcae5.tar.gz
Updated TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/TODO b/TODO
index 715a389..e69de29 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +0,0 @@
-- Some keys may be slow to resolve only in cetain circumstances.
- Example: childcount for fixed categories maybe be immediate, but
- for dynamic ones maybe expensive: only the plugin dev knows when
- resolving the key is expensive or not.
- - Passing the list of flags to the plugin developer allows him to
- decide if he should resolve a particular key or not based on how
- expensive it is in the current context.
- - Keys that are expensive only sometimes, could be ommitted from
- the slow keys method and be resolved in the plugin itself or not
- according to the context and the passed flags.
-- Implement fast_keys in reolve, browse and search too.