| 1 |
wakaba |
1.14 |
2008-10-11 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
|
| 3 |
wakaba |
1.15 |
* wttjs.pl: Noted that Whatpm::WebIDL has no more dependency. |
| 4 |
|
|
|
| 5 |
|
|
2008-10-11 Wakaba <wakaba@suika.fam.cx> |
| 6 |
|
|
|
| 7 |
wakaba |
1.14 |
* Makefile: New file. |
| 8 |
|
|
|
| 9 |
|
|
* wttjs.pl: Documentation added. Path names of manakai/Whatpm |
| 10 |
|
|
library is removed. "--help" option added. |
| 11 |
|
|
|
| 12 |
wakaba |
1.5 |
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
| 13 |
|
|
|
| 14 |
wakaba |
1.13 |
* wttjs.pl: Don't test attribute's ReadOnly-ness if the |
| 15 |
|
|
[PutForwards] extended attribute is set. |
| 16 |
|
|
|
| 17 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
| 18 |
|
|
|
| 19 |
wakaba |
1.12 |
* wttjs.pl: Make result page URL configurable. Don't generate |
| 20 |
|
|
invalid JavaScript code even when there is no crash information |
| 21 |
|
|
available. Link to the result page. |
| 22 |
|
|
|
| 23 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
| 24 |
|
|
|
| 25 |
wakaba |
1.11 |
* wttjs.pl: Test interface object even if NativeObject extended |
| 26 |
|
|
attribute is set, since I can't find any clause in the WebIDL spec |
| 27 |
|
|
that NativeObject implies NoInterfaceObject. Support for tests on |
| 28 |
|
|
exception interface objects and exception host objects. |
| 29 |
|
|
|
| 30 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
| 31 |
|
|
|
| 32 |
|
|
* wttjs.pl: Some of skipped tests were counted as failed. |
| 33 |
|
|
|
| 34 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
| 35 |
|
|
|
| 36 |
wakaba |
1.10 |
* wttjs.pl: Don't execute a test if it is known a priori to crash |
| 37 |
|
|
the browser. |
| 38 |
|
|
|
| 39 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
| 40 |
|
|
|
| 41 |
wakaba |
1.9 |
* wttjs.pl: Skip a test if it tries to get an instance of the |
| 42 |
|
|
interface and then fails, since the purpose of the test is not |
| 43 |
|
|
determining whether the browser implements a way to instantiate |
| 44 |
|
|
the interface properly or not. |
| 45 |
|
|
|
| 46 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
| 47 |
|
|
|
| 48 |
wakaba |
1.8 |
* wttjs.pl: Label added to all tests. Redundant dependency |
| 49 |
|
|
removed. |
| 50 |
|
|
|
| 51 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
| 52 |
|
|
|
| 53 |
wakaba |
1.7 |
* wttjs.pl: Test result submission form added. |
| 54 |
|
|
|
| 55 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
| 56 |
|
|
|
| 57 |
wakaba |
1.6 |
* wttjs.pl: Catch exceptions thrown by assignment to a ReadOnly |
| 58 |
|
|
property, to test only whether ReadOnly attribute is set or not. |
| 59 |
|
|
|
| 60 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
| 61 |
|
|
|
| 62 |
wakaba |
1.5 |
* wttjs.pl: Inheritance support. [Stringifies] support. |
| 63 |
|
|
Operation support. Attribute support. |
| 64 |
|
|
(generate_id): Support for method/attribute names end with an |
| 65 |
|
|
uppercase letter. |
| 66 |
|
|
(generate_test): Use test_id instead of file name for the |title| |
| 67 |
|
|
element content. |
| 68 |
|
|
|
| 69 |
wakaba |
1.2 |
2008-10-09 Wakaba <wakaba@suika.fam.cx> |
| 70 |
|
|
|
| 71 |
wakaba |
1.4 |
* wttjs.pl: Interface prototype object's |constructor| property |
| 72 |
|
|
test added. Constant value property tests added. |
| 73 |
|
|
|
| 74 |
|
|
2008-10-09 Wakaba <wakaba@suika.fam.cx> |
| 75 |
|
|
|
| 76 |
wakaba |
1.3 |
* wttjs.pl: Typo fixed. Generate test harness HTML page. |
| 77 |
|
|
|
| 78 |
|
|
2008-10-09 Wakaba <wakaba@suika.fam.cx> |
| 79 |
|
|
|
| 80 |
wakaba |
1.2 |
* wttjs.pl: New script. |
| 81 |
|
|
|
| 82 |
|
|
* ChangeLog: New file. |
| 83 |
|
|
|
| 84 |
|
|
|