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">
6 body {
7 height: 100px;
8 width: 300pt;
9 -moz-column-width: 100pt;
10 -moz-column-gap: 0;
11 }
13 #x {
14 padding: 100px;
15 }
17 #overflow {
18 height: 400px;
19 float: left;
20 }
22 </style>
23 </head>
25 <body><div id="x"><div id="overflow"></div>K</div></body>
27 </html>