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" encoding="UTF-8"?> |
michael@0 | 2 | <?xml-stylesheet type="text/css" href="data:text/css, |
michael@0 | 3 | label.ltr { direction: ltr; } |
michael@0 | 4 | label.rtl { direction: rtl; } |
michael@0 | 5 | tree { height: 100px; } |
michael@0 | 6 | "?> |
michael@0 | 7 | <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
michael@0 | 8 | <tree> |
michael@0 | 9 | <treecols> |
michael@0 | 10 | <treecol flex="1"/> |
michael@0 | 11 | </treecols> |
michael@0 | 12 | <treechildren> |
michael@0 | 13 | <treeitem> |
michael@0 | 14 | <treerow> |
michael@0 | 15 | <treecell label="‪Hello!‬"/> |
michael@0 | 16 | </treerow> |
michael@0 | 17 | </treeitem> |
michael@0 | 18 | <treeitem> |
michael@0 | 19 | <treerow> |
michael@0 | 20 | <treecell label="‫שלום!‬"/> |
michael@0 | 21 | </treerow> |
michael@0 | 22 | </treeitem> |
michael@0 | 23 | <treeitem> |
michael@0 | 24 | <treerow> |
michael@0 | 25 | <treecell label="‫123 إفتح يا سمسم !‬"/> |
michael@0 | 26 | </treerow> |
michael@0 | 27 | </treeitem> |
michael@0 | 28 | </treechildren> |
michael@0 | 29 | </tree> |
michael@0 | 30 | <vbox> |
michael@0 | 31 | <hbox> |
michael@0 | 32 | <label class="ltr" value="Hello!"/> |
michael@0 | 33 | </hbox> |
michael@0 | 34 | <hbox> |
michael@0 | 35 | <label class="rtl" value="שלום!"/> |
michael@0 | 36 | </hbox> |
michael@0 | 37 | <hbox> |
michael@0 | 38 | <label class="rtl" value="123 إفتح يا سمسم !"/> |
michael@0 | 39 | </hbox> |
michael@0 | 40 | </vbox> |
michael@0 | 41 | </window> |