/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.232 by wakaba, Sat Jul 7 09:11:05 2007 UTC revision 1.288 by wakaba, Mon Jan 14 05:53:45 2008 UTC
# Line 1  Line 1 
1    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * CSSRule.pm (css_text): Trailing newline character is removed
4            to avoid double empty lines in CSSStyleSheet->css_text.
5            (selector_text): Namespace support is fixed.
6    
7            * CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option.
8    
9    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
10    
11            * CSSRule.pm (selector_text): Use |serialize_selector_text|
12            to get better result.
13    
14    2008-01-13  Wakaba  <wakaba@suika.fam.cx>
15    
16            * Window.pm: New Perl module.
17    
18            * Document.pm (default_view): Implemented.
19    
20            * Element.pm (current_style): Implemented.
21    
22    2008-01-06  Wakaba  <wakaba@suika.fam.cx>
23    
24            * CSSStyleDeclaration.pm (css_text): Allow to shorten a complete
25            set of longhand properties.
26            (get_property_priority): Implemented.
27            (CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting
28            attributes.
29    
30    2008-01-04  Wakaba  <wakaba@suika.fam.cx>
31    
32            * CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}|
33            as well as |{compute}| as a way to filter out longhand
34            properties.  Sort properties by names for readability.
35    
36    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
37    
38            * CSSStyleDeclaration.pm (css_text): Output |undef| property
39            information for debugging.
40    
41            * CSSStyleSheet.pm (manakai_base_uri): New attribute.
42    
43    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
44    
45            * CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class.
46    
47    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
48    
49            * SelectorsAPI.pm, Document.pm (___query_selector_all): New internal
50            method.
51    
52    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
53    
54            * SelectorsAPI.pm: Make simple-selector-sequence-matching
55            an independent function.
56    
57    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
58    
59            * CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes
60            reflecting CSS property is implemented.
61            (css_text): Getter is implemented.
62    
63    2007-12-24  Wakaba  <wakaba@suika.fam.cx>
64    
65            * CSSRule.pm (selector_text): Ad hoc support for namespace prefixes.
66            (CSSNamespaceRule.css_text): Getter implemented.
67    
68            * CSSStyleSheet.pm (manakai_is_default_namespace,
69            manakai_lookup_namespace_prefix): New methods.
70    
71    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
72    
73            * CSSRule.pm (@charset.css_text): Implemented.
74    
75    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
76    
77            * CSSRule.pm (type, css_text): Typo fixed.
78            (____new): s/_selector/_selectors/g;
79            (CSSStyleRule.css_text, selectors_text): Ad hoc implementation.
80    
81            * CSSStyleDeclaration.pm (css_text): Ad hoc implementation.
82    
83            * CSSStyleSheet.pm (new): s/new/____new/.
84            (css_text): New attribute.
85    
86    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
87    
88            * MediaList.pm: New placeholder for a CSSOM interface.
89    
90            * CSSRule.pm, CSSStyleSheet.pm: Implementing the initial
91            setting of owner* and parent* attributes; support
92            for the |delete_rule| method.
93    
94    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
95    
96            * CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm:
97            First version of CSSOM implementation.
98    
99    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
100    
101            * Document.pm, Entity.pm (manakai_has_bom,
102            manakai_charset): New attributes.
103    
104    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
105    
106            * Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer|
107            for getter.
108    
109    2007-10-27  Wakaba  <wakaba@suika.fam.cx>
110    
111            * Event.pm (init_event, init_event_ns, init_custom_event_ns):
112            The |namespaceURI| attribute was not set correctly.
113    
114            * DOMEvents.dis: Removed.
115    
116    2007-10-08  Wakaba  <wakaba@suika.fam.cx>
117    
118            * Event.pm, EventTarget.pm, EventTargetNode.pm,
119            EventException.pm: Implemented (but not tested!).
120    
121            * DOMException.pm (MALFORMED_EVENT_TYPE_ERR,
122            EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New
123            error subtypes.
124    
125            * DOMImplementation.pm ($HasFeature): The |Event| feature,
126            version |3.0|, is added.
127    
128            * Document.pm, Node.pm: Event attributes and
129            methods are implemented.
130    
131    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
132    
133            * SelectorsAPI.pm ($get_elements_by_selectors): Receive
134            an additional argument for "current element".
135            Support for |-manakai-current| and |-manakai-current(/s/)|
136            pseudo-classes.
137    
138    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
139    
140            * SelectorsAPI.pm: Attribute selectors are implemented.
141    
142    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
143    
144            * SelectorsAPI.pm (ElementSelector): Implemented.
145    
146    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
147    
148            * SelectorsAPI.pm (query_selector): Implemented.
149    
150    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
151    
152            * SelectorsAPI.pm ($get_elements_by_selectors): Created
153            from most part of |query_selector_all|.
154    
155    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
156    
157            * DOMException.pm (SYNTAX_ERR): New subtype is defined.
158            (UNDECLARED_PREFIX_ERR): New subtype is defined.
159    
160            * Document.pm (Document): Implements the |DocumentSelector|
161            interface.
162    
163            * Element.pm (Element): Implements the |ElementSelector|
164            interface.
165    
166            * Node.pm (Node): Implements the |NSResolver| interface.
167    
168            * SelectorsAPI.pm: Now (hopefully) conform to the Selectors
169            API Editor's Draft (only |query_selector_all| on |Document|,
170            with limited selectors syntax support, though).
171    
172    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
173    
174            * SelectorsAPI.pm: Namespaced type/universal selectors
175            are supported.
176    
177    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
178    
179            * SelectorsAPI.pm: New Perl module.
180    
181    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
182    
183            * Node.pm (manakai_language): Return the |manakai_language|
184            of the |owner_document|, if any, as defined in the spec.
185    
186    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
187    
188            * Makefile: Relative path was wrong.
189    
190    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
191    
192            * HTML/: New directory.
193    
194            * Element.pm (create_element_ns): Return object implementing
195            the |HTMLElement| interface for HTML elements.
196    
197    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
198    
199            * DOMImplementation.pod: New documentation.
200    
201            * Makefile: Make HTML document.
202    
203    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
204    
205            * XDoctype.dis, XDoctype.pm: Removed.
206    
207            * CharacterData.pm: Renamed from DOMCharacterData.pm.
208    
209            * Document.pm: Renamed from DOMDocument.pm.
210    
211            * Element.pm: Renamed from DOMElement.pm
212    
213    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
214    
215            * DOMString.dis, DOMString.pm, Document.dis, Document.pm,
216            Element.dis, Element.pm, CharacterData.dis, CharacterData.pm,
217            TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm,
218            DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm,
219            DOMMain.dis, DOMMain.pm, DOMLS.dis,
220            GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed.
221    
222            * Makefile: Rules for DIS are removed.
223    
224    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
225    
226            * Text.pm: |Message::DOM::Traversal, an obsolete module,
227            was referenced.
228    
229    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
230    
231            * DOMDocument.pm (inner_html): Setter in HTML document
232            is implemented.
233    
234    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
235    
236            * DOMDocument.pm (inner_html): Setter in XML document
237            is implemented.
238    
239    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
240    
241            * Attr.pm (DeclaredValueType): Added.
242    
243            * ProcessingInstruction.pm (data): Accept |undef|
244            as a valid input, for |text_content| (maybe) allows it.
245    
246            * TypeInfo.pm (type_namespace): The implementation was wrong.
247    
248    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
249    
250            * DOMElement.pm: Incorrect module was referenced.
251    
252            * DOMImplementation.pm: References to
253            the |Message::Charset::Encode| module has been removed.
254    
255    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
256    
257            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
258            instead of |Message::Charset::Encode|.
259    
260    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
261    
262            * DOMDocument.pm (inner_html): New attribute (beta).
263    
264            * DOMElement.pm (inner_html): New attribute (beta).
265    
266    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
267    
268            * DOMConfiguration.pm: Configuration parameter |create-child-element|
269            implemented.
270    
271            * DOMElement.pm (create_element_ns): Support for Atom
272            subclasses.
273    
274            * DOMImplementation.pm (DOMImplementation): Now
275            implements the |AtomDOMImplementation| interface.
276            ($HasFeature): Features |atom| and |atomthreading| are added.
277    
278            * NodeList.pm (StaticNodeList): Implemented.
279    
280    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
281    
282            * Atom/: New directory.
283    
284    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
285    
286            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
287    
288            * Text.pm (whole_text): Parameter index number has
289            been changed to support new |NodeFilter| Perl binding
290            definition.
291    
292    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
293    
294            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
295            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
296            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
297    
298            * DOMConfiguration.pm (can_set_parameter,
299            set_parameter): Don't allow to set the value
300            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
301    
302            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
303            (create_tree_walker, manakai_create_serial_walker): References
304            and prototypes are added.
305    
306            * DOMException.pm (NULLPO_ERR): New error type:-).
307    
308            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
309            version |2.0|, is added.
310    
311    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
312    
313            * CDATASection.pm: Removed (merged with |Text.pm|).
314    
315            * Text.pm (Message::DOM::Text::CDATASection): New.
316    
317            * Comment.pm: Removed (merged with |DOMCharacterData.pm|).
318    
319            * DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
320    
321    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
322    
323            * DOMConfiguration.pm: Support for |schema-type|
324            and |http://suika.fam.cx/www/2006/dom-config/xml-id|.
325    
326            * NamedNodeMap (TIEHASH): Were missing.
327    
328    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
329    
330            * AttributeDefinition.pm (node_value): Implemented.
331            (create_attribute_definition): Implemented.
332    
333            * DOMConfiguration.pm (%{}, TIEHASH,
334            get_parameter, set_parameter, can_set_parameter,
335            EXISTS, DELETE, parameter_names, FETCH, STORE,
336            FIRSTKEY, LASTKEY): Implemented.
337    
338            * DOMDocument.pm (____new): Set |error-handler| default.
339            (get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented.
340    
341            * DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns):
342            Implemented.
343    
344            * DOMException.pm: Error types for |DOMConfiguration|
345            are added.
346    
347            * DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New
348            class.
349    
350            * DocumentType.pm (get_element_type_definition_node,
351            get_general_entity_node, get_notation_node,
352            set_element_type_definition_node, set_general_entity_node,
353            set_notation_node, create_document_type_definition): Implemented.
354    
355            * ElementTypeDefinition.pm (get_attribute_definition_node,
356            set_attribute_definition_node, create_element_type_definition):
357            Implemented.
358    
359            * Entity.pm (create_general_entity): Implemented.
360    
361            * Node.pm: Constants in |OperationType| definition
362            group are added.
363            (manakai_language): Implemented.
364    
365            * NodeList.pm (Message::DOM::NodeList::GetElementsList): New
366            class.
367    
368            * Notation.pm (create_notation): Implemented.
369    
370    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
371    
372            * TypeInfo.pm: New Perl module.
373    
374            * Attr.pm: Use |manakai_local_name| rather than |local_name|
375            to avoid HTML5 case normalization.
376            (is_id): Implemented.
377            (manakai_name): New attribute.
378            (schema_type_info): Implemented.
379            (create_attribute_ns): Empty string as namespace URI
380            was not supported.
381    
382            * DOMElement.pm (clone_node): Removed since now it is
383            defined in |Node.pm|.
384            (schema_type_info): Implemented.
385            (manakai_tag_name): New attribute.
386            (get_attribute, get_attribute_node, get_attribute_ns,
387            get_attribute_node_ns, has_attribute, has_attribute_ns,
388            remove_attribute, remove_attribute_ns,
389            remove_attribute_node, set_attribute, set_attribute_ns,
390            set_id_attribute, set_id_attribute_node,
391            set_id_attribute_ns): Implemented.
392            (create_element_ns): Empty string as namespace URI
393            was not supported.
394    
395    2007-07-12  Wakaba  <wakaba@suika.fam.cx>
396    
397            * AttributeDefinition.pm (owner_element_type_definition): Implemented.
398    
399            * DocumentType.pm (create_document_type_definition): Initialize
400            |public_id|, |system_id|, and |internal_subset| attributes
401            by empty strings for compatibility with Web browsers.
402            (create_document_type): Initialize |internal_subset|
403            attribute by an empty string for compatibility with
404            Web browsers.
405    
406            * ElementTypeDefinition.pm, Entity.pm,
407            Notation.pm (owner_document_type_definition): Implemented.
408    
409    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
410    
411            * DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration|
412            feature is added for compatibility with |XMLParserTemp.pm|.
413    
414    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
415    
416            * Attr.pm (value, node_value): Now it is defined
417            as |text_content| itself.
418    
419            * AttributeDefinition.pm, ElementTypeDefinition.pm,
420            Node.pm (AUTOLOAD): Unused block is removed.
421    
422            * CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed.  Unused.
423    
424            * DocumentType.pm (internal_subset): Implemented.
425    
426            * Entity.pm (is_externally_declared, input_encoding,
427            xml_version): Implemented.
428    
429            * ProcessingInstruction.pm (target, data): Implemented.
430    
431    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
432    
433            * DOMCharacterData.pm (AUTOLOAD): Removed.
434            (data): Reimplemented.
435            (delete_data, insert_data, replace_data, substring_data): There were
436            a number of bugs.
437    
438            * Text.pm (AUTOLOAD): Removed.  Unused.
439    
440    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
441    
442            * StringExtended.pm: New Perl module.
443    
444            * DOMCharacterData.pm (length, append_data, delete_data,
445            insert_data, replace_data, substring_data): Implemented.
446    
447            * DOMException.pm (INDEX_SIZE_ERR): Implemented.
448    
449            * Text.pm (is_element_content_whitespace, whole_text,
450            split_text): Implemented.
451    
452    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
453    
454            * DOMElement.pm (attributes): Implemented.
455    
456            * DOMException.pm (INUSE_DEFINITION_ERR): New error type.
457    
458            * DocumentType.pm (entities, general_entities,
459            notations, element_types): Implemented.
460    
461            * ElementTypeDefinition.pm (attribute_definitions): Implemented.
462    
463            * NamedNodeMap.pm: New Perl module.
464    
465    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
466    
467            * Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm,
468            DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm,
469            Node.pm, Notation.pm, ProcessingInstruction.pm (append_child,
470            insert_before, replace_child): Implemented.
471    
472            * DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented.
473    
474            * Node.pm (remove_child): Implemented.
475    
476    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
477    
478            * Node.pm (==, is_equal_node): Implemented.
479            (is_same_node): Implemented.
480            (get_feature, get_user_data, set_user_data): Implemented.
481            (is_supported): Implemented.
482            
483    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
484    
485            * DOMDocument.pm (get_element_by_id): Implemented.
486            (create_document): Implemented.
487    
488            * DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New
489            errors.
490            (QNAME_NULLNS_ERR): New errors.
491    
492            * DocumenType.pm (create_document_type): Implemented.
493    
494    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
495    
496            * CDATASection.pm (is_element_content_whitespace): New.
497    
498            * DOMElement.pm (has_attribute): Alpha version.
499            (create_element, create_element_ns): Implemented.
500    
501            * DocumentType.pm (get_general_entity_node): Alpha version.
502    
503            * EntityReference.pm (create_entity_reference): Implemented.
504    
505            * ProcessingInstruction.pm (create_processing_instruction): Implemented.
506    
507  2007-07-07  Wakaba  <wakaba@suika.fam.cx>  2007-07-07  Wakaba  <wakaba@suika.fam.cx>
508    
509          * Attr.pm (create_attribute, create_attribute_ns): Implemented.          * Attr.pm (create_attribute, create_attribute_ns): Implemented.

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.288

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24