Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html>
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <body>
5 <table cellpadding="0" cellspacing="0">
6 <tr>
7 <td rowspan="2">
8 Sidebar <br />
9 an unused link <br />
10 next unused link <br />
11 </td>
12 <td>
13 content <br />
14 more content
15 <script type="text/javascript">
16 document.body.offsetWidth;
17 </script>
18 </td>
19 </tr>
20 <tr>
21 <td>
22 no yes no yes
23 </td>
24 </tr>
25 </table>
26 </body>
27 </html>