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

Legend:
Removed from v.1.243  
changed lines
  Added in v.1.302

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24