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