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