diff options
author | bptato <nincsnevem662@gmail.com> | 2023-06-26 21:52:48 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-06-26 21:52:48 +0200 |
commit | 4ba9ea50918bc2fac6a556765a0154e37bf4e65e (patch) | |
tree | aa7cbc26655d1583405f2ebe83f1b66e0855b8f1 | |
parent | 719ee428aeac1d25f85f4b75812354a23acb768d (diff) | |
download | chawan-4ba9ea50918bc2fac6a556765a0154e37bf4e65e.tar.gz |
update todo
-rw-r--r-- | todo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/todo b/todo index e14906aa..c26650c9 100644 --- a/todo +++ b/todo @@ -1,5 +1,5 @@ compilation: -- reduce binary size (gzip data/*?) +- reduce binary size (maybe gzip data/*?) - improve compilation times (it's sloooow... we could probably speed up the js macros somehow, also the html parser/tokenizer?) charsets: @@ -75,7 +75,7 @@ javascript: - XMLHttpRequest, ideally also fetch - make document accessible from client console? (maybe a bad idea security-wise, but it would sure be convenient...) - * alternative idea: + * alternative idea: separate console for each buffer - implement JS access to non-ref object members (with a ptr opaque + GC_ref on parent object or something) layout engine: |