summaryrefslogtreecommitdiff
path: root/tools/misc
Commit message (Collapse)AuthorAgeFilesLines
* Remove links to hg.ecmascript.org (non-license content)André Bargull2015-07-171-4/+1
|
* Remove links to hg.ecmascript.orgAndré Bargull2015-07-175-20/+5
|
* Remove trailing whitespace from the PythonDomenic Denicola2014-12-015-53/+53
|
* Renamed AddLicenseHeader.py to FixLicenseHeader.py.David Fugate2012-03-011-25/+41
| | | | | | Modified it to switch us over to the Ecma license for everything except Sputnik-based sources (someone from Google should make this change on line 60 of FixLicenseHeader.py).
* Added a LICENSE file to the root of the enlistment.David Fugate2012-02-295-114/+30
| | | | All Microsoft-contributed *.js and *.py sources now have Ecma's copyright header.
* Fixed more license headers.David Fugate2012-02-081-9/+11
|
* A conversion tool ripped Microsoft license headers out of globally scoped ↵David Fugate2012-02-071-0/+117
| | | | tests. Fixed
* FindTestCaseIssues.py is a new helper script which can be used to detect ↵David Fugate2011-11-042-2/+87
| | | | | | issues with the format of test cases (e.g., runTestCase not being called). FixPathsAndIds.py now preserves line endings and the BOM.
* Re-gen'ed website using new Sputnik directory names.David Fugate2011-10-031-16/+8
|
* Added some missing copyright headers.David Fugate2011-06-303-0/+60
|
* Added a small script, InvalidTestDetector.py, to help detect test ↵David Fugate2011-06-301-0/+59
| | | | | | | dependencies on DOM and host objects (which make them invalid for test262). Using this, I found one benign 'alert' usage (it was never even called) and removed it.
* Few minor changes to sta.js and sth.js to support Strict Mode.David Fugate2011-04-071-0/+0
| | | | Renamed move_test.py to FixTestCasePlacement.py. Still a work in progress.
* 84 IE Test Center test cases had corrupted 'path' properties inDavid Fugate2011-03-302-0/+184
their test case objects. Created an automated tool, FixPathsAndIds.py, to fix these. TestCasePackager.py no longer throws when it encounters a non-*.js file where it expects test cases. Instead, it simply ignores it.