/[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.248 by wakaba, Sun Jul 15 05:18:46 2007 UTC revision 1.299 by wakaba, Sun Feb 10 04:10:36 2008 UTC
# Line 1  Line 1 
1    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
2    
3            * CSSStyleSheet.pm (manakai_input_encoding): New.
4    
5    2008-02-08  Wakaba  <wakaba@suika.fam.cx>
6    
7            * CSSRule.pm (@media, @import ____new): Bless media object
8            with the appropriate class.
9            (@media css_text): Getter implemented.
10    
11            * MediaList.pm (media_text): Getter implemented.
12    
13    2008-02-03  Wakaba  <wakaba@suika.fam.cx>
14    
15            * CSSStyleDeclaration.pm ($serialize_value): Support
16            for new value types.
17    
18    2008-02-02  Wakaba  <wakaba@suika.fam.cx>
19    
20            * CSSStyleDeclaration.pm ($serialize_value): New (was
21            part of Whatpm::CSS::Parser as $default_serializer).
22            Use it instead of old 'serialize' parameter of CSS
23            property definition.
24    
25    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
26    
27            * CSSStyleDeclaration.pm (css_text): Prepend | ! | before
28            the priority token if any.
29            (get_property_priority): Shorthand case implemented.
30    
31    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
32    
33            * CSSStyleDeclaration.pm: Use |serialize_shorthand|
34            and |serialize_multiple| to serialize shorthand properties
35            in reflecting attributes.  Return value of
36            the |serialzie_multiple| function has been changed.
37            (non-computed css_text): Sort by property names.
38    
39    2008-01-24  Wakaba  <wakaba@suika.fam.cx>
40    
41            * Window.pm (manakai_get_computed_style): Renamed
42            from |get_computed_style|.
43    
44            * Element.pm (manakai_computed_style): Renamed from |current_style|.
45    
46    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
47    
48            * CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting
49            shorthand properties did croak (fixed but still they does not
50            return correct result - they need to be fixed later).
51    
52            * Element.pm (query_selector, query_selector_all): Prototypes
53            were missing.
54    
55    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
56    
57            * Window.pm (___reset_css): Typo fixed.
58    
59    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
60    
61            * CSSStyleDeclaration.pm: The classes now explicitly implement
62            the |CSS2Properties| interface.
63            (@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented.
64    
65    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
66    
67            * CSSStyleDeclaration.pm (attributes reflecting CSS properties):
68            Return an empty string if no value is assigned to the property.  Insert
69            a SPACE before '!' for compatibility with Firefox.
70    
71    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
72    
73            * CSSRule.pm (css_text): Trailing newline character is removed
74            to avoid double empty lines in CSSStyleSheet->css_text.
75            (selector_text): Namespace support is fixed.
76    
77            * CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option.
78    
79    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
80    
81            * CSSRule.pm (selector_text): Use |serialize_selector_text|
82            to get better result.
83    
84    2008-01-13  Wakaba  <wakaba@suika.fam.cx>
85    
86            * Window.pm: New Perl module.
87    
88            * Document.pm (default_view): Implemented.
89    
90            * Element.pm (current_style): Implemented.
91    
92    2008-01-06  Wakaba  <wakaba@suika.fam.cx>
93    
94            * CSSStyleDeclaration.pm (css_text): Allow to shorten a complete
95            set of longhand properties.
96            (get_property_priority): Implemented.
97            (CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting
98            attributes.
99    
100    2008-01-04  Wakaba  <wakaba@suika.fam.cx>
101    
102            * CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}|
103            as well as |{compute}| as a way to filter out longhand
104            properties.  Sort properties by names for readability.
105    
106    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
107    
108            * CSSStyleDeclaration.pm (css_text): Output |undef| property
109            information for debugging.
110    
111            * CSSStyleSheet.pm (manakai_base_uri): New attribute.
112    
113    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
114    
115            * CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class.
116    
117    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
118    
119            * SelectorsAPI.pm, Document.pm (___query_selector_all): New internal
120            method.
121    
122    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
123    
124            * SelectorsAPI.pm: Make simple-selector-sequence-matching
125            an independent function.
126    
127    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
128    
129            * CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes
130            reflecting CSS property is implemented.
131            (css_text): Getter is implemented.
132    
133    2007-12-24  Wakaba  <wakaba@suika.fam.cx>
134    
135            * CSSRule.pm (selector_text): Ad hoc support for namespace prefixes.
136            (CSSNamespaceRule.css_text): Getter implemented.
137    
138            * CSSStyleSheet.pm (manakai_is_default_namespace,
139            manakai_lookup_namespace_prefix): New methods.
140    
141    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
142    
143            * CSSRule.pm (@charset.css_text): Implemented.
144    
145    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
146    
147            * CSSRule.pm (type, css_text): Typo fixed.
148            (____new): s/_selector/_selectors/g;
149            (CSSStyleRule.css_text, selectors_text): Ad hoc implementation.
150    
151            * CSSStyleDeclaration.pm (css_text): Ad hoc implementation.
152    
153            * CSSStyleSheet.pm (new): s/new/____new/.
154            (css_text): New attribute.
155    
156    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
157    
158            * MediaList.pm: New placeholder for a CSSOM interface.
159    
160            * CSSRule.pm, CSSStyleSheet.pm: Implementing the initial
161            setting of owner* and parent* attributes; support
162            for the |delete_rule| method.
163    
164    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
165    
166            * CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm:
167            First version of CSSOM implementation.
168    
169    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
170    
171            * Document.pm, Entity.pm (manakai_has_bom,
172            manakai_charset): New attributes.
173    
174    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
175    
176            * Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer|
177            for getter.
178    
179    2007-10-27  Wakaba  <wakaba@suika.fam.cx>
180    
181            * Event.pm (init_event, init_event_ns, init_custom_event_ns):
182            The |namespaceURI| attribute was not set correctly.
183    
184            * DOMEvents.dis: Removed.
185    
186    2007-10-08  Wakaba  <wakaba@suika.fam.cx>
187    
188            * Event.pm, EventTarget.pm, EventTargetNode.pm,
189            EventException.pm: Implemented (but not tested!).
190    
191            * DOMException.pm (MALFORMED_EVENT_TYPE_ERR,
192            EVENT_INTERFACE_NOT_SUPPORTED_ERR, EXTERNAL_EVENT_ERR): New
193            error subtypes.
194    
195            * DOMImplementation.pm ($HasFeature): The |Event| feature,
196            version |3.0|, is added.
197    
198            * Document.pm, Node.pm: Event attributes and
199            methods are implemented.
200    
201    2007-10-07  Wakaba  <wakaba@suika.fam.cx>
202    
203            * SelectorsAPI.pm ($get_elements_by_selectors): Receive
204            an additional argument for "current element".
205            Support for |-manakai-current| and |-manakai-current(/s/)|
206            pseudo-classes.
207    
208    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
209    
210            * SelectorsAPI.pm: Attribute selectors are implemented.
211    
212    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
213    
214            * SelectorsAPI.pm (ElementSelector): Implemented.
215    
216    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
217    
218            * SelectorsAPI.pm (query_selector): Implemented.
219    
220    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
221    
222            * SelectorsAPI.pm ($get_elements_by_selectors): Created
223            from most part of |query_selector_all|.
224    
225    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
226    
227            * DOMException.pm (SYNTAX_ERR): New subtype is defined.
228            (UNDECLARED_PREFIX_ERR): New subtype is defined.
229    
230            * Document.pm (Document): Implements the |DocumentSelector|
231            interface.
232    
233            * Element.pm (Element): Implements the |ElementSelector|
234            interface.
235    
236            * Node.pm (Node): Implements the |NSResolver| interface.
237    
238            * SelectorsAPI.pm: Now (hopefully) conform to the Selectors
239            API Editor's Draft (only |query_selector_all| on |Document|,
240            with limited selectors syntax support, though).
241    
242    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
243    
244            * SelectorsAPI.pm: Namespaced type/universal selectors
245            are supported.
246    
247    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
248    
249            * SelectorsAPI.pm: New Perl module.
250    
251    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
252    
253            * Node.pm (manakai_language): Return the |manakai_language|
254            of the |owner_document|, if any, as defined in the spec.
255    
256    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
257    
258            * Makefile: Relative path was wrong.
259    
260    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
261    
262            * HTML/: New directory.
263    
264            * Element.pm (create_element_ns): Return object implementing
265            the |HTMLElement| interface for HTML elements.
266    
267    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
268    
269            * DOMImplementation.pod: New documentation.
270    
271            * Makefile: Make HTML document.
272    
273    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
274    
275            * XDoctype.dis, XDoctype.pm: Removed.
276    
277            * CharacterData.pm: Renamed from DOMCharacterData.pm.
278    
279            * Document.pm: Renamed from DOMDocument.pm.
280    
281            * Element.pm: Renamed from DOMElement.pm
282    
283    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
284    
285            * DOMString.dis, DOMString.pm, Document.dis, Document.pm,
286            Element.dis, Element.pm, CharacterData.dis, CharacterData.pm,
287            TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm,
288            DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm,
289            DOMMain.dis, DOMMain.pm, DOMLS.dis,
290            GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed.
291    
292            * Makefile: Rules for DIS are removed.
293    
294    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
295    
296            * Text.pm: |Message::DOM::Traversal, an obsolete module,
297            was referenced.
298    
299    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
300    
301            * DOMDocument.pm (inner_html): Setter in HTML document
302            is implemented.
303    
304    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
305    
306            * DOMDocument.pm (inner_html): Setter in XML document
307            is implemented.
308    
309    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
310    
311            * Attr.pm (DeclaredValueType): Added.
312    
313            * ProcessingInstruction.pm (data): Accept |undef|
314            as a valid input, for |text_content| (maybe) allows it.
315    
316            * TypeInfo.pm (type_namespace): The implementation was wrong.
317    
318    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
319    
320            * DOMElement.pm: Incorrect module was referenced.
321    
322            * DOMImplementation.pm: References to
323            the |Message::Charset::Encode| module has been removed.
324    
325    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
326    
327            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
328            instead of |Message::Charset::Encode|.
329    
330    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
331    
332            * DOMDocument.pm (inner_html): New attribute (beta).
333    
334            * DOMElement.pm (inner_html): New attribute (beta).
335    
336  2007-07-15  Wakaba  <wakaba@suika.fam.cx>  2007-07-15  Wakaba  <wakaba@suika.fam.cx>
337    
338          * DOMConfiguration.pm: Configuration parameter |create-child-element|          * DOMConfiguration.pm: Configuration parameter |create-child-element|

Legend:
Removed from v.1.248  
changed lines
  Added in v.1.299

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24