]> git.ipfire.org Git - thirdparty/gcc.git/commit
widget.html: Mark as HTML 4.01, which it now is, rather than XHTML, which it never...
authorGeoffrey Keating <geoffk@geoffk.org>
Sun, 23 Dec 2007 00:57:19 +0000 (00:57 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sun, 23 Dec 2007 00:57:19 +0000 (00:57 +0000)
commit30f4c25dd84b6f4bfb2f5aec722753e6d55170e5
tree0b5c44ba2aced805a7a616d4c194eb2f71fa4295
parent6eddcb0d5624eae4ab1f08609eb31804f8e8207d
widget.html: Mark as HTML 4.01, which it now is, rather than XHTML, which it never was.

* GCC_Regression_Tester.wdgt/widget.html: Mark as HTML 4.01,
which it now is, rather than XHTML, which it never was.
(<head>): Mark as UTF-8.  Add title.  Move CSS to top of
document, specify type.  Mark script as 'defer'.
(updateContents): If loaded from HTTP, look for status in same
place as widget.
(gotContents): Use DOM methods to change text rather than innerHTML.
(<body>): Eliminate unnecessary DIV element.
* GCC_Regression_Tester.wdgt/Info.plist: Update version, copyright
notice.

From-SVN: r131145
contrib/regression/ChangeLog
contrib/regression/GCC_Regression_Tester.wdgt/Info.plist
contrib/regression/GCC_Regression_Tester.wdgt/widget.html