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.)
michael@0 | 1 | <?xml-stylesheet href="chrome://browser/skin/" type="text/css"?> |
michael@0 | 2 | <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mathml="http://www.w3.org/1998/Math/MathML" style="-moz-binding:url(#a);" class="reftest-wait"> |
michael@0 | 3 | |
michael@0 | 4 | <content xmlns="http://www.mozilla.org/xbl" ordinal="-1"> |
michael@0 | 5 | <mathml:median style="display: block;"/> |
michael@0 | 6 | </content> |
michael@0 | 7 | |
michael@0 | 8 | <script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ |
michael@0 | 9 | function finish() { |
michael@0 | 10 | document.documentElement.removeAttribute("class"); |
michael@0 | 11 | } |
michael@0 | 12 | function doe() { |
michael@0 | 13 | document.documentElement.removeAttribute('style'); |
michael@0 | 14 | setTimeout(finish, 0); |
michael@0 | 15 | } |
michael@0 | 16 | setTimeout(doe, 100); |
michael@0 | 17 | ]]></script> |
michael@0 | 18 | |
michael@0 | 19 | |
michael@0 | 20 | <bindings xmlns="http://www.mozilla.org/xbl"> |
michael@0 | 21 | <binding id="a"> |
michael@0 | 22 | <content><children/></content> |
michael@0 | 23 | </binding></bindings> |
michael@0 | 24 | </window> |