/[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.273 by wakaba, Sun Nov 18 11:08:40 2007 UTC revision 1.294 by wakaba, Fri Jan 25 16:06:13 2008 UTC
# Line 1  Line 1 
1    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * CSSStyleDeclaration.pm: Use |serialize_shorthand|
4            and |serialize_multiple| to serialize shorthand properties
5            in reflecting attributes.  Return value of
6            the |serialzie_multiple| function has been changed.
7            (non-computed css_text): Sort by property names.
8    
9    2008-01-24  Wakaba  <wakaba@suika.fam.cx>
10    
11            * Window.pm (manakai_get_computed_style): Renamed
12            from |get_computed_style|.
13    
14            * Element.pm (manakai_computed_style): Renamed from |current_style|.
15    
16    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
17    
18            * CSSStyleDeclaration.pm (AUTOLOAD): DOM attributes reflecting
19            shorthand properties did croak (fixed but still they does not
20            return correct result - they need to be fixed later).
21    
22            * Element.pm (query_selector, query_selector_all): Prototypes
23            were missing.
24    
25    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
26    
27            * Window.pm (___reset_css): Typo fixed.
28    
29    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
30    
31            * CSSStyleDeclaration.pm: The classes now explicitly implement
32            the |CSS2Properties| interface.
33            (@{}, TIEARRAY, FETCH, FETCHSIZE, EXISTS, item, length): Implemented.
34    
35    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
36    
37            * CSSStyleDeclaration.pm (attributes reflecting CSS properties):
38            Return an empty string if no value is assigned to the property.  Insert
39            a SPACE before '!' for compatibility with Firefox.
40    
41    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
42    
43            * CSSRule.pm (css_text): Trailing newline character is removed
44            to avoid double empty lines in CSSStyleSheet->css_text.
45            (selector_text): Namespace support is fixed.
46    
47            * CSSStyleSheet.pm (___new): Now it accepts |_nsmap| option.
48    
49    2008-01-14  Wakaba  <wakaba@suika.fam.cx>
50    
51            * CSSRule.pm (selector_text): Use |serialize_selector_text|
52            to get better result.
53    
54    2008-01-13  Wakaba  <wakaba@suika.fam.cx>
55    
56            * Window.pm: New Perl module.
57    
58            * Document.pm (default_view): Implemented.
59    
60            * Element.pm (current_style): Implemented.
61    
62    2008-01-06  Wakaba  <wakaba@suika.fam.cx>
63    
64            * CSSStyleDeclaration.pm (css_text): Allow to shorten a complete
65            set of longhand properties.
66            (get_property_priority): Implemented.
67            (CSSComputedStyleDeclaration AUTOLOAD): Implemented for reflecting
68            attributes.
69    
70    2008-01-04  Wakaba  <wakaba@suika.fam.cx>
71    
72            * CSSStyleDeclaration.pm (css_text): Allow |{compute_multiple}|
73            as well as |{compute}| as a way to filter out longhand
74            properties.  Sort properties by names for readability.
75    
76    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
77    
78            * CSSStyleDeclaration.pm (css_text): Output |undef| property
79            information for debugging.
80    
81            * CSSStyleSheet.pm (manakai_base_uri): New attribute.
82    
83    2008-01-01  Wakaba  <wakaba@suika.fam.cx>
84    
85            * CSSStyleDeclaration.pm (CSSComputedStyleDeclaration): New class.
86    
87    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
88    
89            * SelectorsAPI.pm, Document.pm (___query_selector_all): New internal
90            method.
91    
92    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
93    
94            * SelectorsAPI.pm: Make simple-selector-sequence-matching
95            an independent function.
96    
97    2007-12-31  Wakaba  <wakaba@suika.fam.cx>
98    
99            * CSSStyleDeclaration.pm (AUTOLOAD): Getter for attributes
100            reflecting CSS property is implemented.
101            (css_text): Getter is implemented.
102    
103    2007-12-24  Wakaba  <wakaba@suika.fam.cx>
104    
105            * CSSRule.pm (selector_text): Ad hoc support for namespace prefixes.
106            (CSSNamespaceRule.css_text): Getter implemented.
107    
108            * CSSStyleSheet.pm (manakai_is_default_namespace,
109            manakai_lookup_namespace_prefix): New methods.
110    
111    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
112    
113            * CSSRule.pm (@charset.css_text): Implemented.
114    
115    2007-12-23  Wakaba  <wakaba@suika.fam.cx>
116    
117            * CSSRule.pm (type, css_text): Typo fixed.
118            (____new): s/_selector/_selectors/g;
119            (CSSStyleRule.css_text, selectors_text): Ad hoc implementation.
120    
121            * CSSStyleDeclaration.pm (css_text): Ad hoc implementation.
122    
123            * CSSStyleSheet.pm (new): s/new/____new/.
124            (css_text): New attribute.
125    
126    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
127    
128            * MediaList.pm: New placeholder for a CSSOM interface.
129    
130            * CSSRule.pm, CSSStyleSheet.pm: Implementing the initial
131            setting of owner* and parent* attributes; support
132            for the |delete_rule| method.
133    
134    2007-12-22  Wakaba  <wakaba@suika.fam.cx>
135    
136            * CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm:
137            First version of CSSOM implementation.
138    
139  2007-11-18  Wakaba  <wakaba@suika.fam.cx>  2007-11-18  Wakaba  <wakaba@suika.fam.cx>
140    
141          * Document.pm, Entity.pm (manakai_has_bom,          * Document.pm, Entity.pm (manakai_has_bom,

Legend:
Removed from v.1.273  
changed lines
  Added in v.1.294

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24