1 |
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* WebIDL.pm ($get_scoped_name): Append "::::" if the last |
4 |
|
terminal of the ScopedName is "DOMString", such that whether |
5 |
|
the last part of the scoped name is "DOMString" or "_DOMString" |
6 |
|
later. It is necessary to determine whether a |typedef| |
7 |
|
definition should be ignored or not. |
8 |
|
(parse_char_string): Unescape the identifier of |
9 |
|
exception members. |
10 |
|
($resolve): Return undef for builtin types and sequence<T> |
11 |
|
types (we might not have to do this, however...). |
12 |
|
(check): Support checking for Exceptions, Valuetypes, |
13 |
|
and Typedefs. |
14 |
|
($serialize_type): Support for "DOMString::::" syntax. |
15 |
|
(Typedef idl_text): Output Type as "DOMString" if it |
16 |
|
is really "DOMString" (i.e. its internal representation |
17 |
|
is "::DOMString::"). |
18 |
|
|
19 |
|
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
* WebIDL.pm ($resolve): New code, based on resolve code |
* WebIDL.pm ($resolve): New code, based on resolve code |
22 |
for constant types in the |check| method. |
for constant types in the |check| method. |
23 |
(check): Support for checking of attributes, operations, and |
(check): Support for checking of attributes, operations, and |