/[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.262 by wakaba, Sun Sep 23 07:57:00 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>  2007-09-23  Wakaba  <wakaba@suika.fam.cx>
261    
262          * SelectorsAPI.pm: New Perl module.          * SelectorsAPI.pm: New Perl module.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24