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.

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

mercurial