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"?>
2 <!DOCTYPE window>
3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" align="start">
4 <grid>
5 <rows>
6 <row>
7 <box style="width: 25px; height: 25px" />
8 <box />
9 </row>
10 <row>
11 <box />
12 <box style="width: 75px; height: 75px" />
13 </row>
14 </rows>
15 <columns>
16 <column>
17 <box style="background: aqua" />
18 <box style="background: yellow; width: 50px; height: 50px" />
19 </column>
20 <column>
21 <box style="background: fuchsia; width: 100px; height: 100px" />
22 <box style="background: blue" />
23 </column>
24 </columns>
25 </grid>
26 </window>