1 |
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
* WebIDL.pm (parse_char_string): Set line/column numbers |
* WebIDL.pm (parse_char_string): Set line/column numbers |
4 |
|
to generated nodes. Unescape identifiers. Extended attributes |
5 |
|
for Definition's were ignored. |
6 |
|
(append_child): Set |parent_node| attribute. |
7 |
|
(parent_node): New attribute. |
8 |
|
(check): Support interface/exception members. Support |
9 |
|
extended attributes. Support definition identifier uniqueness |
10 |
|
constraint. |
11 |
|
(qualified_name): New attribute. |
12 |
|
(Interface/Exception idl_text): Extended attributes were |
13 |
|
not prepended to the returned text. |
14 |
|
|
15 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* WebIDL.pm (parse_char_string): Set line/column numbers |
18 |
to interface object experimentally. s/shift/pop/g, shift |
to interface object experimentally. s/shift/pop/g, shift |
19 |
would make things wrong. Support for interface forward |
would make things wrong. Support for interface forward |
20 |
declarations was missing. Broken interface declarations |
declarations was missing. Broken interface declarations |