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 <svg xmlns="http://www.w3.org/2000/svg"
2 viewBox="0 0 64 64">
3 <defs>
4 <filter id="dropShadow">
5 <feGaussianBlur stdDeviation="2" />
6 <feOffset
7 result="offsetBlur"
8 dy="1073741824"/>
9 <feMerge>
10 <feMergeNode
11 in="offsetBlur" />
12 <feMergeNode
13 in="SourceGraphic" />
14 </feMerge>
15 </filter>
16 </defs>
17 <rect height="64" width="64" style="filter:url(#dropShadow)" />
18 </svg>