mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 03:14:08 +08:00
GCC Regression Tester.wdgt: Rename to GCC_Regression_Tester.wdgt.
* 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. From-SVN: r107606
This commit is contained in:
parent
e1dff52ac9
commit
3327e41f58
@ -1,3 +1,20 @@
|
||||
2005-11-28 Geoffrey Keating <geoffk@geoffk.org>
|
||||
|
||||
* 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 <geoffk@geoffk.org>
|
||||
|
||||
* GCC Regression Tester.wdgt/widget.html: New file.
|
||||
|
Before Width: | Height: | Size: 81 B After Width: | Height: | Size: 81 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
@ -5,24 +5,28 @@
|
||||
<key>AllowNetworkAccess</key>
|
||||
<true/>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>GCC Regression Tester</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>GCC Regression Tester</string>
|
||||
<string>GCC_Regression_Tester</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.geoffk.widget.regress</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>GCC Regr. Tester</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<string>1.0.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<string>1.0.1</string>
|
||||
<key>CloseBoxInsetX</key>
|
||||
<integer>0</integer>
|
||||
<key>CloseBoxInsetY</key>
|
||||
<integer>0</integer>
|
||||
<key>MainHTML</key>
|
||||
<string>widget.html</string>
|
||||
<key>Width</key>
|
||||
<integer>261</integer>
|
||||
<key>Height</key>
|
||||
<integer>192</integer>
|
||||
<key>LSHasLocalizedDisplayName</key>
|
||||
<true/>
|
||||
<key>MainHTML</key>
|
||||
<string>widget.html</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2005 Free Software Foundation, Inc.</string>
|
||||
<key>Width</key>
|
||||
<integer>261</integer>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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);
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user