xpcom/reflect/xptinfo/src/TODO

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

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