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 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <style type="text/css">
5 <![CDATA[
6 @namespace pp url("prettyprint");
7 pp|expander-box,
8 pp|pre-content {
9 display: block;
10 }
12 pp|expander-box[collapsed] > pp|float,
13 pp|expander-box[collapsed] > pp|pre-content {
14 display: inline;
15 float: none;
16 }
18 pp|float {
19 float: left;
20 }
21 ]]></style>
22 </head>
24 <body>
25 <div>
26 <pp:content xmlns:pp="prettyprint">
27 <pp:expander-box collapsed="collapsed"><pp:float>-</pp:float>
28 <pp:pre-content>pre</pp:pre-content>
29 </pp:expander-box>
30 </pp:content>
31 </div>
32 </body>
33 </html>