1 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* Base.pm (generate_source_string_section): Use |read| |
4 |
instead of |getc|. |
5 |
|
6 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* HTML.pm: Support for the Unicode character checking. |
9 |
|
10 |
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
11 |
|
12 |
* CacheManifest.pm (generate_structure_dump_section): Support |
13 |
for broken manifest. |
14 |
|
15 |
* H2H.pm: New module. |
16 |
|
17 |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
18 |
|
19 |
* CSS.pm (generate_structure_error_section): Make the method |
20 |
do nothing. |
21 |
|
22 |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
23 |
|
24 |
* CSS.pm, CacheManifest.pm, HTML.pm, XML.pm: Use ->url attribute to |
25 |
obtain the URL of the document. |
26 |
|
27 |
* CacheManifest.pm (generate_structure_dump_section): It is |
28 |
now i18n'ed. In addition, since URLs are tend to be long, |
29 |
tables for fallback entries are replaced by |dd| entries and |
30 |
paragraphs. "No entry" message is now handled by catalog, |
31 |
rather than CSS. |
32 |
|
33 |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
34 |
|
35 |
* HTML.pm (generate_syntax_error_section): Remove |input_encoding| |
36 |
attribute value if the input is specified by direct input. |
37 |
|
38 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
39 |
|
40 |
* DOM.pm: Enable localization of RDF section. |
41 |
|
42 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
43 |
|
44 |
* DOM.pm: Use error's own "layer" parameter, if any. |
45 |
|
46 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
47 |
|
48 |
* HTML.pm: Set flags for encoding layer errors appropriately. |
49 |
Save link to the document root for the parsed document |
50 |
for garbage collection safety. |
51 |
|
52 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
53 |
|
54 |
* CSS.pm, CacheManifest.pm, HTML.pm, WebIDL.pm, XML.pm: Don't |
55 |
set "uncertain" flag to character encoding (encode) layer if the |
56 |
input is a character string. |
57 |
|
58 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
59 |
|
60 |
* Base.pm, CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, |
61 |
HTML.pm, WebIDL.pm, XML.pm: Set |layer_applicable| |
62 |
or |layer_uncertain| flag appropriately. |
63 |
|
64 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
65 |
|
66 |
* Base.pm: Use "role" for source code sections. |
67 |
|
68 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
69 |
|
70 |
* CacheManifest.pm: Compile errors fixed. |
71 |
|
72 |
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
73 |
|
74 |
* WebIDL.pm (generate_structure_error_section): New method. |
75 |
|
76 |
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
77 |
|
78 |
* CSS.pm (generate_structure_dump_section): Role name was wrong. |
79 |
|
80 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
81 |
|
82 |
* Base.pm, Default.pm: Updated to use newer way to construct a section. |
83 |
|
84 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
85 |
|
86 |
* DOM.pm (generate_structure_dump_section): Use catalog |
87 |
for human-readable texts. |
88 |
(generate_table_section): Use catalog for human readable texts. |
89 |
|
90 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
91 |
|
92 |
* DOM.pm (generate_table_section): Use hierarhical table |
93 |
number for tables in subdocuments. |
94 |
|
95 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
96 |
|
97 |
* DOM.pm (generate_additional_sections): Support |
98 |
for the other additional information sections are reintroduced. |
99 |
(generate_listing_section, generate_rdf_section): Reimplemented. |
100 |
|
101 |
* XML.pm: Typo fixed. |
102 |
|
103 |
* HTML.pm: Load DOMImplementation as late as possible, to |
104 |
save possiblity that another DOM implementation can be used |
105 |
where possible. |
106 |
|
107 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
108 |
|
109 |
* Base.pm (generate_source_string_section): Invoke |
110 |
|add_source_to_parse_error_list| method for generating a |
111 |
script fragment. |
112 |
|
113 |
* CSS.pm, CacheManifest.pm, DOM.pm, HTML.pm, WebIDL.pm, |
114 |
XML.pm: Use new methods for generating sections and error lists. |
115 |
|
116 |
* DOM.pm (generate_additional_sections, generate_table_section): New. |
117 |
|
118 |
* Default.pm: Pass |input| in place of |url| for unknown syntax |
119 |
error. |
120 |
|
121 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
122 |
|
123 |
* Base.pm: Use new method for node links. |
124 |
|
125 |
* CSS.pm: Typo fixes. Pass |input| object as an argument |
126 |
to the CSSOM validation not supported error. |
127 |
|
128 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
129 |
|
130 |
* Base.pm (_get_cc_url, _encode_url_component): Remove (now |
131 |
supported by WebHACC::Output). |
132 |
|
133 |
* CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, |
134 |
HTML.pm, WebIDL.pm, XML.pm: Error reporting is now delegated to |
135 |
WebHACC::Result. |
136 |
|
137 |
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
138 |
|
139 |
* ChangeLog: New file. |
140 |
|
141 |
* Base.pm, Default.pm, HTML.pm, XML.pm, CSS.pm, |
142 |
CacheManifest.pm, WebIDL.pom, DOM.pm: New modules. |
143 |
|