1 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: All error reporting method calls are |
4 |
|
renewed. |
5 |
|
|
6 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: All error type names and "text" parameters |
9 |
|
are revised. Use new style for "level" specification. |
10 |
|
|
11 |
|
* mkhtmlparser.pl: Use new style for "level" specification. |
12 |
|
|
13 |
|
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* WebIDL.pm (parse_char_string): Simplified error |
16 |
|
reporting process for broken ignored valuetype definition. |
17 |
|
(Valuetype idl_text): Support for special "DOMString" name. |
18 |
|
|
19 |
|
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* WebIDL.pm ($get_scoped_name): Append "::::" if the last |
22 |
|
terminal of the ScopedName is "DOMString", such that whether |
23 |
|
the last part of the scoped name is "DOMString" or "_DOMString" |
24 |
|
later. It is necessary to determine whether a |typedef| |
25 |
|
definition should be ignored or not. |
26 |
|
(parse_char_string): Unescape the identifier of |
27 |
|
exception members. |
28 |
|
($resolve): Return undef for builtin types and sequence<T> |
29 |
|
types (we might not have to do this, however...). |
30 |
|
(check): Support checking for Exceptions, Valuetypes, |
31 |
|
and Typedefs. |
32 |
|
($serialize_type): Support for "DOMString::::" syntax. |
33 |
|
(Typedef idl_text): Output Type as "DOMString" if it |
34 |
|
is really "DOMString" (i.e. its internal representation |
35 |
|
is "::DOMString::"). |
36 |
|
|
37 |
|
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* WebIDL.pm ($resolve): New code, based on resolve code |
40 |
|
for constant types in the |check| method. |
41 |
|
(check): Support for checking of attributes, operations, and |
42 |
|
arguments. |
43 |
|
(Attribute/Operation idl_text): Exception names in getraises, |
44 |
|
setraises, and raises clauses is serizlied by |$serialize_type| |
45 |
|
code. |
46 |
|
|
47 |
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
* WebIDL.pm ($integer): Order of selections are changed to match |
* WebIDL.pm ($integer): Order of selections are changed to match |