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

Legend:
Removed from v.1.266  
changed lines
  Added in v.1.293

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24