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

Legend:
Removed from v.1.226  
changed lines
  Added in v.1.287

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24