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 <!DOCTYPE HTML>
2 <html>
3 <!--
4 Tor bug
5 https://trac.torproject.org/projects/tor/ticket/2874
6 -->
7 <head>
8 <meta charset="utf-8">
9 <title>Test for Tor Bug 2874</title>
10 <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
11 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
12 <script type="application/javascript">
13 is(typeof Components, 'undefined', "The global window object should not expose a Components property to untrusted content.");
14 </script>
15 </head>
16 <body>
17 <a target="_blank" href="https://trac.torproject.org/projects/tor/ticket/2874">Tor Bug 2874</a>
18 <p id="display"></p>
19 <div id="content" style="display: none">
21 </div>
22 <pre id="test">
23 </pre>
24 </body>
25 </html>