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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24