summaryrefslogtreecommitdiff
path: root/todo/jmb.mdwn
blob: e06b4f8b7ed57a4e4950e7415082e06487a2d2b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[[!meta title="Todo/jmb"]]
[[!meta author="Jmb"]]
[[!meta date="2011-02-02T00:29:55Z"]]


[[!toc]] John-Mark's todo list.

LibParserUtils
--------------

-   Charset conversion should use Unicode Normalisation Form C
-   Optimisation

Hubbub
------

-   String interning in treebuilder
-   Parse error reporting
-   Extraneous chunk insertion/tokenisation (i.e. script support)
-   Fragment parsing
-   Serialisation
-   Optimisation

LibCSS
------

-   Cascade of aural/page properties
-   Some kind of API to provide access to the @page stuff
-   Parse error reporting
-   Documentation
-   Optimisation

LibDOM
------

-   Rest of DOM
-   Documentation
-   Optimisation

NetSurf
-------

-   Use libcurl 7.19.x's certificate chain inspection API & bin our own
    OpenSSL stuff (no -- distros aren't packaging sufficiently modern
    libcurl at present)
-   Add generic key:value pair storage to URLdb
-   Make layout engine completely fixed point, instead of the hideous
    hybrid it currently is.