/[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.270 by wakaba, Mon Oct 8 07:17:18 2007 UTC revision 1.298 by wakaba, Fri Feb 8 15:08:04 2008 UTC
# Line 1  Line 1 
1    2008-02-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * CSSRule.pm (@media, @import ____new): Bless media object
4            with the appropriate class.
5            (@media css_text): Getter implemented.
6    
7            * MediaList.pm (media_text): Getter implemented.
8    
9    2008-02-03  Wakaba  <wakaba@suika.fam.cx>
10    
11            * CSSStyleDeclaration.pm ($serialize_value): Support
12            for new value types.
13    
14    2008-02-02  Wakaba  <wakaba@suika.fam.cx>
15    
16            * CSSStyleDeclaration.pm ($serialize_value): New (was
17            part of Whatpm::CSS::Parser as $default_serializer).
18            Use it instead of old 'serialize' parameter of CSS
19            property definition.
20    
21    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
22    
23            * CSSStyleDeclaration.pm (css_text): Prepend | ! | before
24            the priority token if any.
25            (get_property_priority): Shorthand case implemented.
26    
27    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
28    
29            * CSSStyleDeclaration.pm: Use |serialize_shorthand|
30            and |serialize_multiple| to serialize shorthand properties
31            in reflecting attributes.  Return value of
32            the |serialzie_multiple| function has been changed.
33            (non-computed css_text): Sort by property names.
34    
35    2008-01-24  Wakaba  <wakaba@suika.fam.cx>
36    
37            * Window.pm (manakai_get_computed_style): Renamed
38            from |get_computed_style|.
39    
40            * Element.pm (manakai_computed_style): Renamed from |current_style|.
41    
42    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
43    
44            * CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting
45            shorthand properties did croak (fixed but still they does not
46            return correct result - they need to be fixed later).
47    
48            * Element.pm (query_selector, query_selector_all): Prototypes
49            were missing.
50    
51    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
52    
53            * Window.pm (___reset_css): Typo fixed.
54    
55    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
56    
57            * CSSStyleDeclaration.pm: The classes now explicitly implement
58            the |CSS2Properties| interface.
59            (@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented.
60    
61    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
62    
63            * CSSStyleDeclaration.pm (attributes reflecting CSS properties):
64            Return an empty string if no value is assigned to the property.  Insert
65            a SPACE before '!' for compatibility with Firefox.
66    
67    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
68    
69            * CSSRule.pm (css_text): Trailing newline character is removed
70            to avoid double empty lines in CSSStyleSheet->css_text.
71            (selector_text): Namespace support is fixed.
72    
73            * CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option.
74    
75    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
76    
77            * CSSRule.pm (selector_text): Use |serialize_selector_text|
78            to get better result.
79    
80    2008-01-13  Wakaba  <wakaba@suika.fam.cx>
81    
82            * Window.pm: New Perl module.
83    
84            * Document.pm (default_view): Implemented.
85    
86            * Element.pm (current_style): Implemented.
87    
88    2008-01-06  Wakaba  <wakaba@suika.fam.cx>
89    
90            * CSSStyleDeclaration.pm (css_text): Allow to shorten a complete
91            set of longhand properties.
92            (get_property_priority): Implemented.
93            (CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting
94            attributes.
95    
96    2008-01-04  Wakaba  <wakaba@suika.fam.cx>
97    
98            * CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}|
99            as well as |{compute}| as a way to filter out longhand
100            properties.  Sort properties by names for readability.
101    
102    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
103    
104            * CSSStyleDeclaration.pm (css_text): Output |undef| property
105            information for debugging.
106    
107            * CSSStyleSheet.pm (manakai_base_uri): New attribute.
108    
109    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
110    
111            * CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class.
112    
113    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
114    
115            * SelectorsAPI.pm, Document.pm (___query_selector_all): New internal
116            method.
117    
118    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
119    
120            * SelectorsAPI.pm: Make simple-selector-sequence-matching
121            an independent function.
122    
123    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
124    
125            * CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes
126            reflecting CSS property is implemented.
127            (css_text): Getter is implemented.
128    
129    2007-12-24  Wakaba  <wakaba@suika.fam.cx>
130    
131            * CSSRule.pm (selector_text): Ad hoc support for namespace prefixes.
132            (CSSNamespaceRule.css_text): Getter implemented.
133    
134            * CSSStyleSheet.pm (manakai_is_default_namespace,
135            manakai_lookup_namespace_prefix): New methods.
136    
137    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
138    
139            * CSSRule.pm (@charset.css_text): Implemented.
140    
141    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
142    
143            * CSSRule.pm (type, css_text): Typo fixed.
144            (____new): s/_selector/_selectors/g;
145            (CSSStyleRule.css_text, selectors_text): Ad hoc implementation.
146    
147            * CSSStyleDeclaration.pm (css_text): Ad hoc implementation.
148    
149            * CSSStyleSheet.pm (new): s/new/____new/.
150            (css_text): New attribute.
151    
152    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
153    
154            * MediaList.pm: New placeholder for a CSSOM interface.
155    
156            * CSSRule.pm, CSSStyleSheet.pm: Implementing the initial
157            setting of owner* and parent* attributes; support
158            for the |delete_rule| method.
159    
160    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
161    
162            * CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm:
163            First version of CSSOM implementation.
164    
165    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
166    
167            * Document.pm, Entity.pm (manakai_has_bom,
168            manakai_charset): New attributes.
169    
170    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
171    
172            * Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer|
173            for getter.
174    
175    2007-10-27  Wakaba  <wakaba@suika.fam.cx>
176    
177            * Event.pm (init_event, init_event_ns, init_custom_event_ns):
178            The |namespaceURI| attribute was not set correctly.
179    
180            * DOMEvents.dis: Removed.
181    
182  2007-10-08  Wakaba  <wakaba@suika.fam.cx>  2007-10-08  Wakaba  <wakaba@suika.fam.cx>
183    
184          * Event.pm, EventTarget.pm, EventTargetNode.pm,          * Event.pm, EventTarget.pm, EventTargetNode.pm,

Legend:
Removed from v.1.270  
changed lines
  Added in v.1.298

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24