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

Legend:
Removed from v.1.241  
changed lines
  Added in v.1.301

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24