xpcom/reflect/xptinfo/src/TODO

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 /* jband - 03/24/00 - */
michael@0 2
michael@0 3 - DOCS
michael@0 4 - improve error handling
michael@0 5 - should some errors really be warnings?
michael@0 6 - should autoreg support additional channel to receive warnings so that
michael@0 7 an installer can decide whether or not to accept the consequences of
michael@0 8 leaving the newly installed files in place?
michael@0 9 - verification of interfaces (warnings and/or errors)
michael@0 10 - verify that repeated interfaces are identical in all ways
michael@0 11 - verify that interface names are always one-to-one with iids
michael@0 12 - check for truncated xpt files and version problems
michael@0 13 - http://bugzilla.mozilla.org/show_bug.cgi?id=33193
michael@0 14 - TESTS!
michael@0 15 - e.g. verify the merge stuff really works for various inputs.
michael@0 16 - we really need a set of .xpt and .zip files and code that does an array
michael@0 17 of autoreg and interfaceinof use activitities to test various corners
michael@0 18 of the system.
michael@0 19 - better autoreg logging
michael@0 20 - use only 32 bits for file size?

mercurial