xpcom/reflect/xptinfo/src/TODO

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xpcom/reflect/xptinfo/src/TODO	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +/* jband - 03/24/00 -  */
     1.5 +
     1.6 +- DOCS
     1.7 +- improve error handling
     1.8 +  - should some errors really be warnings?
     1.9 +  - should autoreg support additional channel to receive warnings so that
    1.10 +    an installer can decide whether or not to accept the consequences of 
    1.11 +    leaving the newly installed files in place?
    1.12 +- verification of interfaces (warnings and/or errors)
    1.13 +  - verify that repeated interfaces are identical in all ways
    1.14 +  - verify that interface names are always one-to-one with iids    
    1.15 +- check for truncated xpt files and version problems
    1.16 +  - http://bugzilla.mozilla.org/show_bug.cgi?id=33193
    1.17 +- TESTS!
    1.18 +   - e.g. verify the merge stuff really works for various inputs.
    1.19 +   - we really need a set of .xpt and .zip files and code that does an array 
    1.20 +     of autoreg and interfaceinof use activitities to test various corners
    1.21 +     of the system.
    1.22 +- better autoreg logging
    1.23 +- use only 32 bits for file size?

mercurial