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 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
6 <!--
7 See comment in test_webapp_clearBrowserData_inproc_inproc.html for an
8 explanation of what's going on here.
9 -->
11 <html>
12 <head>
13 <title>Indexed Database Clear Browser Data Test oop/inproc</title>
14 <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
15 <script type="text/javascript;version=1.7" src="webapp_clearBrowserData.js"></script>
16 <script type="text/javascript;version=1.7" src="helpers.js"></script>
17 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
18 </head>
19 <body onload="start();">
20 </body>
21 </html>