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 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 #div > div { text-indent: 0 }
6 div > div > div { display: inline-block; width: 30px; }
7 body > div > div { text-decoration: underline; }
8 </style>
9 <body>
10 <div style="height: 20px; line-height: 20px; -moz-column-width: 100px;
11 -moz-column-gap: 0px">
12 <div id="div" style="text-indent: 30px;">
13 <div>a</div>
14 <div>a</div>
15 </div>
16 <div>
17 <div>a</div>
18 <div>a</div>
19 <div>a</div>
20 </div>
21 <div>
22 <div>a</div>
23 <div>a</div>
24 <div>a</div>
25 </div>
26 <div>
27 <div style="width: 100px">b</div>
28 </div>
29 </div>
30 </body>
31 </html>