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 PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <HEAD>
4 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
5 <TITLE>NIST DOM HTML Test - Button</TITLE>
6 </HEAD>
7 <BODY onload="parent.loadComplete()">
8 <FORM ID="form2" ACTION="..." METHOD="POST">
9 <P>
10 <BUTTON ACCESSKEY="f" NAME="disabledButton" TABINDEX="20" TYPE="reset" VALUE="Reset Disabled Button" DISABLED="disabled">Reset</BUTTON>
11 </P>
12 </FORM>
13 <TABLE SUMMARY="Extra Button Table">
14 <TR>
15 <TD>
16 <BUTTON>Extra Button</BUTTON>
17 </TD>
18 </TR>
19 </TABLE>
20 </BODY>
21 </HTML>