layout/reftests/bidi/869833-1.xul

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

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

mercurial