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>
4 <head>
5 <title>mspace</title>
6 </head>
8 <body>
10 <div style="position: absolute;
11 top: 0; left: 0;
12 width: 50px; height: 6em;
13 background: red;"></div>
15 <div style="position: absolute;
16 top: 2em; left: 50px;
17 width: 40px; height: 3em;
18 background: green;"></div>
20 <div style="position: absolute;
21 top: 1em; left: 90px;
22 width: 30px; height: 3em;
23 background: blue;"></div>
25 </body>
27 </html>