diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog index a6ba783ff2b1..153e0f6d235b 100644 --- a/contrib/regression/ChangeLog +++ b/contrib/regression/ChangeLog @@ -1,3 +1,20 @@ +2005-11-28 Geoffrey Keating + + * GCC Regression Tester.wdgt: Rename to GCC_Regression_Tester.wdgt. + * GCC_Regression_Tester.wdgt/Info.plist + (CFBundleDisplayName): Update for rename. + (CFBundleName): Use shorter name. + (CFBundleVersion): Update to 1.0.1. + (CFBundleShortVersionString): Update to 1.0.1. + (LSHasLocalizedDisplayName): New. + (NSHumanReadableCopyright): New. + * GCC_Regression_Tester.wdgt/de.lproj/InfoPlist.strings: New. + * GCC_Regression_Tester.wdgt/en.lproj/InfoPlist.strings: New. + * GCC_Regression_Tester.wdgt/ja.lproj/InfoPlist.strings: New. + + * GCC_Regression_Tester.wdgt/widget.html: Use max-age=30 + to help out intermediate caches. + 2005-11-23 Geoffrey Keating * GCC Regression Tester.wdgt/widget.html: New file. diff --git a/contrib/regression/GCC Regression Tester.wdgt/Default.png b/contrib/regression/GCC_Regression_Tester.wdgt/Default.png similarity index 100% rename from contrib/regression/GCC Regression Tester.wdgt/Default.png rename to contrib/regression/GCC_Regression_Tester.wdgt/Default.png diff --git a/contrib/regression/GCC Regression Tester.wdgt/Icon.png b/contrib/regression/GCC_Regression_Tester.wdgt/Icon.png similarity index 100% rename from contrib/regression/GCC Regression Tester.wdgt/Icon.png rename to contrib/regression/GCC_Regression_Tester.wdgt/Icon.png diff --git a/contrib/regression/GCC Regression Tester.wdgt/Info.plist b/contrib/regression/GCC_Regression_Tester.wdgt/Info.plist similarity index 70% rename from contrib/regression/GCC Regression Tester.wdgt/Info.plist rename to contrib/regression/GCC_Regression_Tester.wdgt/Info.plist index 0902ff7af7f5..a00106d1092c 100644 --- a/contrib/regression/GCC Regression Tester.wdgt/Info.plist +++ b/contrib/regression/GCC_Regression_Tester.wdgt/Info.plist @@ -5,24 +5,28 @@ AllowNetworkAccess CFBundleDisplayName - GCC Regression Tester - CFBundleName - GCC Regression Tester + GCC_Regression_Tester CFBundleIdentifier org.geoffk.widget.regress + CFBundleName + GCC Regr. Tester CFBundleShortVersionString - 1.0 + 1.0.1 CFBundleVersion - 1.0 + 1.0.1 CloseBoxInsetX 0 CloseBoxInsetY 0 - MainHTML - widget.html - Width - 261 Height 192 + LSHasLocalizedDisplayName + + MainHTML + widget.html + NSHumanReadableCopyright + Copyright © 2005 Free Software Foundation, Inc. + Width + 261 diff --git a/contrib/regression/GCC_Regression_Tester.wdgt/de.lproj/InfoPlist.strings b/contrib/regression/GCC_Regression_Tester.wdgt/de.lproj/InfoPlist.strings new file mode 100644 index 000000000000..7692ed523f7e Binary files /dev/null and b/contrib/regression/GCC_Regression_Tester.wdgt/de.lproj/InfoPlist.strings differ diff --git a/contrib/regression/GCC_Regression_Tester.wdgt/en.lproj/InfoPlist.strings b/contrib/regression/GCC_Regression_Tester.wdgt/en.lproj/InfoPlist.strings new file mode 100644 index 000000000000..45628a3efb82 Binary files /dev/null and b/contrib/regression/GCC_Regression_Tester.wdgt/en.lproj/InfoPlist.strings differ diff --git a/contrib/regression/GCC_Regression_Tester.wdgt/ja.lproj/InfoPlist.strings b/contrib/regression/GCC_Regression_Tester.wdgt/ja.lproj/InfoPlist.strings new file mode 100644 index 000000000000..f3110f3e81a6 Binary files /dev/null and b/contrib/regression/GCC_Regression_Tester.wdgt/ja.lproj/InfoPlist.strings differ diff --git a/contrib/regression/GCC Regression Tester.wdgt/widget.html b/contrib/regression/GCC_Regression_Tester.wdgt/widget.html similarity index 98% rename from contrib/regression/GCC Regression Tester.wdgt/widget.html rename to contrib/regression/GCC_Regression_Tester.wdgt/widget.html index e2bc6acd231c..b9fecc280b51 100644 --- a/contrib/regression/GCC Regression Tester.wdgt/widget.html +++ b/contrib/regression/GCC_Regression_Tester.wdgt/widget.html @@ -71,7 +71,7 @@ function updateContents () { gotContents(e, xml_request); } xml_request.open("GET", url); - xml_request.setRequestHeader("Cache-Control", "max-age=0"); + xml_request.setRequestHeader("Cache-Control", "max-age=30"); xml_request.send(null); } diff --git a/contrib/regression/README b/contrib/regression/README index 9eecd0dd909f..9e94e5c394c5 100644 --- a/contrib/regression/README +++ b/contrib/regression/README @@ -12,10 +12,10 @@ the newly-build tools to check that they will not cause regressions. 'site.exp' is what $DEJAGNU points to when the regression tester runs these scripts. -'GCC Regression Tester.wdgt' is a Dashboard widget that displays the +'GCC_Regression_Tester.wdgt' is a Dashboard widget that displays the current state of the tester using Javascript. You can use it without needing Dashboard by pointing your web browser at -'GCC%20Regression%20Tester.wdgt/widget.html', if your browser supports +'GCC_Regression_Tester.wdgt/widget.html', if your browser supports and permits it. Note that any changes made here need to be approved by the regression