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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24