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" encoding="iso-8859-1"?>
2 <!--
4 Description: atom generator works
5 Expect: feed.generator.version == "1.1"
7 -->
8 <feed xmlns="http://www.w3.org/2005/Atom">
10 <author>
11 <email>hmm@example.com</email>
12 <name>foo</name>
13 </author>
16 <generator version="1.1" uri="http://example.org">Hmm</generator>
18 <author>
19 <email>bar@example.com</email>
20 <name>foo</name>
21 </author>
24 <title type="xhtml">
25 <div xmlns="http://www.w3.org/1999/xhtml"><b>test</b> title</div>
26 </title>
27 <rights type="xhtml">
28 <div xmlns="http://www.w3.org/1999/xhtml"><i>test</i> rights</div>
29 </rights>
30 <summary type="xhtml">
31 <div xmlns="http://www.w3.org/1999/xhtml"><div><div>test</div> summary</div></div>
32 </summary>
33 </feed>