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.)

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

mercurial