/[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.263 by wakaba, Sun Sep 23 13:32:40 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>  2007-09-23  Wakaba  <wakaba@suika.fam.cx>
251    
252          * SelectorsAPI.pm: Namespaced type/universal selectors          * SelectorsAPI.pm: Namespaced type/universal selectors

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24