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.
1 <!DOCTYPE HTML>
2 <title>Testcase to exercise nsSpanningCellSorter</title>
3 <style type="text/css">
5 table, td {
6 border-spacing: 0;
7 padding: 0; margin: 0; border: none;
8 empty-cells: show;
9 }
11 td { height: 20px; }
13 </style>
15 <table>
16 <tr>
17 <td style="width: 150px; background-color: yellow"></td>
18 <td style="width: 450px; background-color: aqua"></td>
19 </tr>
20 <tr>
21 <td style="background-color: blue"></td>
22 <td style="background-color: blue"></td>
23 </tr>
24 </table>