/[suikacvs]/markup/html/whatpm/t/webidl/ChangeLog
Suika

Contents of /markup/html/whatpm/t/webidl/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download)
Sat Aug 2 15:14:24 2008 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +6 -0 lines
++ whatpm/t/ChangeLog	2 Aug 2008 15:13:47 -0000
	* WebIDL.t ($onerror): |value| argument value should be
	checked as well as other argument values.

2008-08-02  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/webidl/ChangeLog	2 Aug 2008 15:14:12 -0000
	* webidl-defs.dat: Test result updated.

	* webidl-interface.dat: New test data for constants are added.

2008-08-02  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	2 Aug 2008 15:12:09 -0000
	* WebIDL.pm ($integer): Order of selections are changed to match
	hexadecimal numbers (the original pattern, taken from the spec,
	was not work for hexadecimal numbers, because the "0" prefix
	matches to the [0-7]* part (as an empty string) and therefore
	it does not match with remaining "x..." part of a "0x..." integer
	literal.
	($get_type): It now returns a string, not an array reference,
	for regular types and |sequence| types (i.e. it in any case
	returns a string).
	($get_next_token): The second item in the array that represents
	a integer or float token is now a Perl number value, not the
	original string representation of the number.
	(check): Support for const value consistency checking.
	No extended attribute is defined for constants.
	(Node subclasses): Use simple strings rather than array references
	for default data type values.
	($serialize_type): Type values are now simple strings.
	(value): If the new attribute value is a false value, then
	a FALSE value is set to the attribute.

2008-08-02  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 2008-08-02 Wakaba <wakaba@suika.fam.cx>
2    
3 wakaba 1.4 * webidl-defs.dat: Test result updated.
4    
5     * webidl-interface.dat: New test data for constants are added.
6    
7     2008-08-02 Wakaba <wakaba@suika.fam.cx>
8    
9 wakaba 1.3 * webidl-interface.dat: More test data for interface inheritances
10     and interface member identifier duplications.
11    
12     2008-08-02 Wakaba <wakaba@suika.fam.cx>
13    
14 wakaba 1.2 * webidl-defs.dat: More test data.
15    
16     2008-08-02 Wakaba <wakaba@suika.fam.cx>
17    
18 wakaba 1.1 * ChangeLog: New file.
19    
20     * webidl-defs.dat, webidl-interface.dat: New test data files.
21    
22    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24