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 <body bgcolor="orange">
2 <canvas width="300" height="300" id="testcase-canvas-dest"></canvas>
3 <script>
4 const kTransparent = "rgba(0%, 100%, 100%, 0.5)";
6 cx2 = document.getElementById('testcase-canvas-dest').getContext('2d');
7 cx2.fillStyle = kTransparent;
8 cx2.fillRect(0,0,100,20);
9 </script>
11 </window>