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