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