Sat, 03 Jan 2015 20:18:00 +0100
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 | <html> |
michael@0 | 2 | <head><style> |
michael@0 | 3 | table { |
michael@0 | 4 | width: 10px; |
michael@0 | 5 | } |
michael@0 | 6 | div.scroll { |
michael@0 | 7 | overflow: scroll; |
michael@0 | 8 | background: lightgreen; |
michael@0 | 9 | } |
michael@0 | 10 | div.invis { |
michael@0 | 11 | color: white; |
michael@0 | 12 | } |
michael@0 | 13 | </style></head> |
michael@0 | 14 | <body> |
michael@0 | 15 | <table><tr><td> |
michael@0 | 16 | <div class="scroll"> |
michael@0 | 17 | x xx x xx x xx x xx x xx x xx x xx x |
michael@0 | 18 | xxxxxx |
michael@0 | 19 | </div> |
michael@0 | 20 | <div class="invis"> |
michael@0 | 21 | xxxxxx |
michael@0 | 22 | </div> |
michael@0 | 23 | </td></tr></table> |
michael@0 | 24 | </body> |
michael@0 | 25 | </html> |