Revision
1.3 -
(
show annotations)
(
download)
Sat Aug 2 12:51:52 2008 UTC
(16 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.2: +5 -0 lines
++ whatpm/t/ChangeLog 2 Aug 2008 12:51:15 -0000
* WebIDL.t: Check whether |text| argument of the error
is correct or not.
2008-08-02 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/webidl/ChangeLog 2 Aug 2008 12:51:46 -0000
* webidl-interface.dat: More test data for interface inheritances
and interface member identifier duplications.
2008-08-02 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ChangeLog 2 Aug 2008 12:50:36 -0000
* WebIDL.pm ($get_scoped_name): Now scoped names are stored
in its stringified format ("scoped name" as defined in the
spec). Note that future version of this module should not use
array references for type values and the |type_text| attribute
should be made obsolete.
(parse_char_string): Unescape attribute names.
(check): Support for checking of whether inherited interfaces
are actually defined or not. Support for checking of whether
interface member identifiers are duplicated or not.
($serialize_type): Scoped names are returned as is. A future
version of this code should escape identifiers other than "DOMString",
otherwise the idl_text would be non-conforming.
2008-08-02 Wakaba <wakaba@suika.fam.cx>