Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (annotate) |
Sticky Tag: |
++ whatpm/t/webidl/ChangeLog 16 Sep 2008 13:59:48 -0000 webidl-valuetype.dat, webidl-typedef.dat: Test results are updated for new error type names. 2008-09-16 Wakaba <wakaba@suika.fam.cx> * webidl-defs.dat, webidl-interface.dat, webidl-exception.dat, ++ whatpm/Whatpm/ChangeLog 16 Sep 2008 13:58:58 -0000 * WebIDL.pm: Checker's error types are redefined. 2008-09-16 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/webidl/ChangeLog 16 Sep 2008 13:07:37 -0000 * webidl-defs.dat, webidl-interface.dat, webidl-exception.dat, webidl-valuetype.dat, webidl-typedef.dat: New test cases for parsing are added. Some test results are updated for new error type names. 2008-09-16 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 16 Sep 2008 13:06:31 -0000 * WebIDL.pm: Parser's error types are redefined. Some forward compatible parsing bugs are fixed. Some unreachable codes are commented out. 2008-09-16 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/webidl/ChangeLog 16 Sep 2008 10:42:14 -0000 * webidl-exception.dat: Test results updated. * webidl-interface.dat: New test cases for the reminding extended attributes are added. 2008-09-16 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 16 Sep 2008 10:41:47 -0000 * WebIDL.pm: Support for the reminding extended attributes are added. It does not satisfy the definition that a forward interface declaration has an extended attribute. It seems that unless explicitly allowed multiple extended attributes with the same name is not allowed, though it is not explicitly mentioned in the spec. 2008-09-16 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/webidl/ChangeLog 16 Sep 2008 04:20:29 -0000 2008-09-16 Wakaba <wakaba@suika.fam.cx> * webidl-interface.dat, webidl-exception.dat: New test cases for extended attributes are added. * webidl-defs.dat: Test results updated. ++ whatpm/Whatpm/ChangeLog 16 Sep 2008 04:19:57 -0000 2008-09-16 Wakaba <wakaba@suika.fam.cx> * WebIDL.pm: Unescapes extended attribute names and extended attribute identifiers. Preserve whether an extended attribute has an argument list of not. Support for extended attributes: Constructor, ExceptionConsts, IndexGetter, IndexSetter, NameGetter, NameSetter, and Null. (has_argument_list): New attribute. (idl_text): Stringifies argument lists, if any, even if it is empty.
++ whatpm/t/ChangeLog 3 Aug 2008 07:13:09 -0000 2008-08-03 Wakaba <wakaba@suika.fam.cx> * WebIDL.t: Test data files for exceptions, typedefs, and valuetypes are added to the list. ++ whatpm/t/webidl/ChangeLog 3 Aug 2008 07:13:55 -0000 * webidl-exception.dat, webidl-typedef.dat, webidl-valuetype.dat: New test data files. * webidl-defs.dat, webidl-interface.dat: Test result updated. * webidl-interface.dat: More test data added. 2008-08-03 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 3 Aug 2008 07:12:35 -0000 * WebIDL.pm ($get_scoped_name): Append "::::" if the last terminal of the ScopedName is "DOMString", such that whether the last part of the scoped name is "DOMString" or "_DOMString" later. It is necessary to determine whether a |typedef| definition should be ignored or not. (parse_char_string): Unescape the identifier of exception members. ($resolve): Return undef for builtin types and sequence<T> types (we might not have to do this, however...). (check): Support checking for Exceptions, Valuetypes, and Typedefs. ($serialize_type): Support for "DOMString::::" syntax. (Typedef idl_text): Output Type as "DOMString" if it is really "DOMString" (i.e. its internal representation is "::DOMString::"). 2008-08-03 Wakaba <wakaba@suika.fam.cx>
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |