1 |
wakaba |
1.14 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
wakaba |
1.15 |
* HTML.pm: Set flags for encoding layer errors appropriately. |
4 |
|
|
Save link to the document root for the parsed document |
5 |
|
|
for garbage collection safety. |
6 |
|
|
|
7 |
|
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
|
9 |
wakaba |
1.14 |
* CSS.pm, CacheManifest.pm, HTML.pm, WebIDL.pm, XML.pm: Don't |
10 |
|
|
set "uncertain" flag to character encoding (encode) layer if the |
11 |
|
|
input is a character string. |
12 |
|
|
|
13 |
wakaba |
1.11 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
|
15 |
wakaba |
1.13 |
* Base.pm, CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, |
16 |
|
|
HTML.pm, WebIDL.pm, XML.pm: Set |layer_applicable| |
17 |
|
|
or |layer_uncertain| flag appropriately. |
18 |
|
|
|
19 |
|
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
|
21 |
wakaba |
1.12 |
* Base.pm: Use "role" for source code sections. |
22 |
|
|
|
23 |
|
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
|
25 |
wakaba |
1.11 |
* CacheManifest.pm: Compile errors fixed. |
26 |
|
|
|
27 |
wakaba |
1.10 |
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
|
29 |
|
|
* WebIDL.pm (generate_structure_error_section): New method. |
30 |
|
|
|
31 |
wakaba |
1.9 |
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
|
33 |
|
|
* CSS.pm (generate_structure_dump_section): Role name was wrong. |
34 |
|
|
|
35 |
wakaba |
1.2 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
|
37 |
wakaba |
1.8 |
* Base.pm, Default.pm: Updated to use newer way to construct a section. |
38 |
|
|
|
39 |
|
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
|
41 |
wakaba |
1.7 |
* DOM.pm (generate_structure_dump_section): Use catalog |
42 |
|
|
for human-readable texts. |
43 |
|
|
(generate_table_section): Use catalog for human readable texts. |
44 |
|
|
|
45 |
|
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
|
47 |
wakaba |
1.6 |
* DOM.pm (generate_table_section): Use hierarhical table |
48 |
|
|
number for tables in subdocuments. |
49 |
|
|
|
50 |
|
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
|
52 |
wakaba |
1.5 |
* DOM.pm (generate_additional_sections): Support |
53 |
|
|
for the other additional information sections are reintroduced. |
54 |
|
|
(generate_listing_section, generate_rdf_section): Reimplemented. |
55 |
|
|
|
56 |
|
|
* XML.pm: Typo fixed. |
57 |
|
|
|
58 |
|
|
* HTML.pm: Load DOMImplementation as late as possible, to |
59 |
|
|
save possiblity that another DOM implementation can be used |
60 |
|
|
where possible. |
61 |
|
|
|
62 |
|
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
|
64 |
wakaba |
1.4 |
* Base.pm (generate_source_string_section): Invoke |
65 |
|
|
|add_source_to_parse_error_list| method for generating a |
66 |
|
|
script fragment. |
67 |
|
|
|
68 |
|
|
* CSS.pm, CacheManifest.pm, DOM.pm, HTML.pm, WebIDL.pm, |
69 |
|
|
XML.pm: Use new methods for generating sections and error lists. |
70 |
|
|
|
71 |
|
|
* DOM.pm (generate_additional_sections, generate_table_section): New. |
72 |
|
|
|
73 |
|
|
* Default.pm: Pass |input| in place of |url| for unknown syntax |
74 |
|
|
error. |
75 |
|
|
|
76 |
|
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
|
78 |
wakaba |
1.3 |
* Base.pm: Use new method for node links. |
79 |
|
|
|
80 |
|
|
* CSS.pm: Typo fixes. Pass |input| object as an argument |
81 |
|
|
to the CSSOM validation not supported error. |
82 |
|
|
|
83 |
|
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
|
85 |
wakaba |
1.2 |
* Base.pm (_get_cc_url, _encode_url_component): Remove (now |
86 |
|
|
supported by WebHACC::Output). |
87 |
|
|
|
88 |
|
|
* CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, |
89 |
|
|
HTML.pm, WebIDL.pm, XML.pm: Error reporting is now delegated to |
90 |
|
|
WebHACC::Result. |
91 |
|
|
|
92 |
wakaba |
1.1 |
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
|
94 |
|
|
* ChangeLog: New file. |
95 |
|
|
|
96 |
|
|
* Base.pm, Default.pm, HTML.pm, XML.pm, CSS.pm, |
97 |
|
|
CacheManifest.pm, WebIDL.pom, DOM.pm: New modules. |
98 |
|
|
|