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

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.281

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24