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 class="reftest-wait">
3 <title>Resize Reflow Harness</title>
4 <style>
5 html,body { height: 100%; overflow:hidden; }
6 </style>
7 <body onload="
8 var iframe = document.getElementById('outer')
9 iframe.style.width = '50em';
10 iframe.contentDocument.body.offsetWidth;
11 iframe.style.width = '28em';
12 document.documentElement.className = '';
13 ">
15 <iframe id="outer" src="resize-reflow-001.inner.html" height="90%" frameborder=0></iframe>
17 <script>
19 </script>