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 https://bugzilla.mozilla.org/show_bug.cgi?id=493881
5 -->
7 <head>
8 <title>Test for Bug 493881</title>
9 <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
10 <script type="text/javascript" src="test_bug493881.js"></script>
11 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
12 <style type="text/css">
14 </style>
15 </head>
17 <body id="body">
19 <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=493881"
20 target="_blank" >Mozilla Bug 493881</a>
22 <p id="display"></p>
24 <a id="nonvisitedlink" href="http://www.example.com/">Non-visited link</a>
25 <a id="visitedlink" href="">Visited link</a>
26 <p id="plaintext">some text</p>
28 <pre id="test">
29 </pre>
30 </body>
31 </html>