| 1 |
2008-10-11 Wakaba <[email protected]> |
| 2 |
|
| 3 |
* wttjs.pl: Noted that Whatpm::WebIDL has no more dependency. |
| 4 |
|
| 5 |
2008-10-11 Wakaba <[email protected]> |
| 6 |
|
| 7 |
* Makefile: New file. |
| 8 |
|
| 9 |
* wttjs.pl: Documentation added. Path names of manakai/Whatpm |
| 10 |
library is removed. "--help" option added. |
| 11 |
|
| 12 |
2008-10-10 Wakaba <[email protected]> |
| 13 |
|
| 14 |
* wttjs.pl: Don't test attribute's ReadOnly-ness if the |
| 15 |
[PutForwards] extended attribute is set. |
| 16 |
|
| 17 |
2008-10-10 Wakaba <[email protected]> |
| 18 |
|
| 19 |
* 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 <[email protected]> |
| 24 |
|
| 25 |
* 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 <[email protected]> |
| 31 |
|
| 32 |
* wttjs.pl: Some of skipped tests were counted as failed. |
| 33 |
|
| 34 |
2008-10-10 Wakaba <[email protected]> |
| 35 |
|
| 36 |
* wttjs.pl: Don't execute a test if it is known a priori to crash |
| 37 |
the browser. |
| 38 |
|
| 39 |
2008-10-10 Wakaba <[email protected]> |
| 40 |
|
| 41 |
* 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 <[email protected]> |
| 47 |
|
| 48 |
* wttjs.pl: Label added to all tests. Redundant dependency |
| 49 |
removed. |
| 50 |
|
| 51 |
2008-10-10 Wakaba <[email protected]> |
| 52 |
|
| 53 |
* wttjs.pl: Test result submission form added. |
| 54 |
|
| 55 |
2008-10-10 Wakaba <[email protected]> |
| 56 |
|
| 57 |
* 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 <[email protected]> |
| 61 |
|
| 62 |
* 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 |
2008-10-09 Wakaba <[email protected]> |
| 70 |
|
| 71 |
* wttjs.pl: Interface prototype object's |constructor| property |
| 72 |
test added. Constant value property tests added. |
| 73 |
|
| 74 |
2008-10-09 Wakaba <[email protected]> |
| 75 |
|
| 76 |
* wttjs.pl: Typo fixed. Generate test harness HTML page. |
| 77 |
|
| 78 |
2008-10-09 Wakaba <[email protected]> |
| 79 |
|
| 80 |
* wttjs.pl: New script. |
| 81 |
|
| 82 |
* ChangeLog: New file. |
| 83 |
|
| 84 |
|