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 <body style="width: 600px; height: 400px;">
4 <div style="position: absolute; left: 0px; top: 0px;
5 width=600px height=600px">
6 <div style="position: absolute; left: 0px; top: 0px;
7 width: 600px; height: 400px;
8 background-color: green;"></div>
9 <div style="position: absolute; left: 0px; top: 400px;
10 width: 100px; height: 100px;">
11 <input type="text" id="input" size="20" style="border: none;" value="Hello kitty"></input>
12 </div>
13 <div style="position: absolute; left: 0px; top: 500px;
14 width: 600px; height: 100px;
15 background-color: yellow;"></div>
16 </div>
17 </body>
18 </html>