gfx/skia/trunk/src/animator/thingstodo.txt

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 things to do:
     2 	figure out where endless or very deep recursion is possible
     3 	at these points, generate an error if actual physical stack gets too large
     4 	candidates are scripts
     5 		eval(eval(eval...	user callouts
     6 		(((((	operator precedence or similar making stack deep
     7 		groups within groups
     8 		very large apply create or apply immediate steps
    10 	write tests for math functions
    11 		looks like random takes a parameter when it should take zero parameters
    13 	add Math, Number files to perforce for docs
    14 	alphabetize attributes in docs
    16 	manually modified tools/screenplayDocs/xmlToJPEG.cpp
    18 	fix docs where lines are stitched together (insert space)
    20 	naked <data> outside of <post> asserts on name
    21 	handle errors for all element not contained by correct parents

mercurial