/[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.194 by wakaba, Tue Aug 15 03:54:37 2006 UTC revision 1.203 by wakaba, Fri Dec 29 14:45:40 2006 UTC
# Line 1  Line 1 
1    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
2    
3            * TreeCore.dis, DOMCore.dis, Document.dis,
4            Element.dis, CharacterData.dis, XML.dis,
5            XDoctype.dis, DOMString.dis, TreeStore.dis,
6            XMLParser.dis: Use Perl native
7            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
8            for DOM nodes.  See
9            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
10    
11    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
12    
13            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
14    
15    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
16    
17            * DOMString.dis: New module.
18    
19            * DOMString.pm: New file.
20    
21            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
22            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
23            Now it references the |DOMImplementationRegistry| object.
24            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
25            (DOMImplementationRegistry): New interface and
26            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
27            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
28            that the class no longer support |get_implementation|
29            and |get_implementation_list| methods from
30            the |ImplementationRegistry| interface.
31            (DOMImplementationList): Class implemented; no
32            longer inherits from |ImplementationList|.
33            (DOMImplementationSource): Class implemented; no
34            longer inherits from |ImplementationSource|.  Note that
35            the class no longer support |get_implementation|
36            and |get_implementation_list| methods from
37            the |ImplementationSource| interface.
38            (DOMStringList): Removed.
39    
40            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
41            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
42            ManakaiDOM:DOMXMLFeatureXML11, most part of
43            documentation for obsolete DOM Level 3 Minimum Implementation
44            module, obsolete property name aliases,
45            ImplemenationRegistryVar, ImplementationRegistry,
46            DEBUG, MIString, ImplementationList, ImplementationSource,
47            ManakaiDOM:implID): Removed.
48    
49            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
50            (DOMString): Removed.
51            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
52    
53            * Makefile: |DOMString.pm| is added.
54    
55            * TreeCore.dis (is_default_namespace): |null| was
56            returned where a false is expected (|null| is
57            a false in Perl, but real |false| is appropriate here).
58    
59    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
60    
61            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
62    
63            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
64    
65            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
66    
67    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
68    
69            * DOMFeature.dis (ImplementationList, ImplementationSource,
70            ImplementationRegistry): Parameters |features|
71            now allow |null| (equivalent to an empty string).
72    
73    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
74    
75            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
76            class.  Factory methods |createTextNode| and |createComment|
77            are moved from |ManakaiDOMDocument|.
78    
79            * DOMCore.dis: References to |ManakaiDOMObject|
80            are removed.
81            (tc:createImplForTest): Moved from |TreeCore.dis|.
82            (DOMImplementation.___create_node_ref): Support
83            for the |mg:nodeRefClass| option is removed.
84            (ManakaiDOMConfiguration.___report_error): Moved
85            from |ManakaiDOMObject| class.
86    
87            * DOMFeature.dis (domidl:extends): New property.
88            (f:getFeatureImpl): Support for |+| classes is removed.
89    
90            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
91            (ManakaiDOM:ManakaiDOMObject): Removed.
92            (DOMDataType): Removed.
93    
94            * Document.dis (ManakaiDOMImplementationDocument):
95            The |createDocument| method is moved from
96            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
97            (ManakaiDOMDocument.___create_node_ref): Removed.
98            (createElement, createElementNS, createAttribute,
99            createAttributeNS, createTextNode, createComment,
100            createCDATASection, createEntityReference,
101            createProcessingInstruction): Class implementations
102            are moved to each module.
103    
104            * Element.dis (ManakaiDOMImplementationElement): Factory
105            methods are moved from |Document.dis|.
106            (ManakaiDOMElement.___create_node_ref): Support
107            for old class registry is removed.
108            (ManakaiDOMAttr.___create_node_ref): Removed.
109            (Attr.baseURI): Implementation
110            for |xml:base| attribute is merged.
111            (Attr.nodeValue, Attr.value): Implementation
112            for |xml:id| attribute is merged.
113    
114            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
115    
116            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
117            definition for |createDocumentType| method
118            is moved from |TreeCore.dis|.
119    
120            * XML.dis (ManakaiDOMXMLDocument): Factory
121            methods are moved from |Document.dis|.
122            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
123            into |ManakaiDOMAttr| in |Element.dis|).
124    
125    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
126    
127            * Element.dis (___get_node_ref): |eval|ed |require|
128            statement was broken.
129    
130            * DOMFeature.dis (getImplementationList): Argument
131            is not passed to the |getImplementation| method.
132    
133            * TreeStore.dis (DOMImplementationTreeStore): It
134            did not |f:implements| the |TSFeature30| feature.
135    
136            * XMLParser.dis: Use |create_uri_reference|
137            method instead of internal |_new| method
138            to create a URI reference object.
139    
140    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
141    
142            * DOMCore.dis (ManakaiDOMImplementation): No longer
143            explicitly inherits |urigen:ManakaiURIImplementation| (and
144            the |f:ManakaiMinimumImplementation| class inherited
145            by it).  The |f:Minimum| feature is ever implemented
146            for compatibility (but is expected to be removed).
147            Internal methods such as |___report_error| are copied from
148            obsolete |f:MinimumImplementation| class.  DOM3
149            methods |hasFeature| and |getFeature| are also
150            moved from that class, but they now support no
151            foreign classes.
152    
153            * DOMFeature.dis (ManakaiImplementationSource): It
154            now |p:require|s |Message::Util::AutoLoad::Registry|.
155            The class no longer support classes
156            other than |ManakaiDOMImplementation|.  Note
157            that the |ImplementationRegistry| object does continue
158            to support foreign classes via foreign classes
159            implementing |ImplementationSource|
160            or |DOMImplementationSource| interface.
161            (MinimumImplementation): Removed.
162    
163            * DOMLS.dis (ManakaiDOMImplementationLS): It no
164            longer inherit the |ManakaiDOMImplementation|; it
165            is now expected to be implemented by |DOMImplementation|
166            objects.
167    
168            * DOMMain.dis (null): Removed.
169    
170            * Document.dis (___create_node_ref): It no
171            longer support foreign classes other
172            than |Message::DOM::Document::ManakaiDOMDocument|.
173            Note that document format specific DOM
174            interfaces, if supported, should be
175            all instances of the |Document| interface
176            in the implementation, as defined
177            in the Web Applications 1.0 specification (where
178            the |HTMLDocument| interface must be implemented
179            by all |Document| objects, even if the |Document|
180            contains no HTML element).
181    
182            * GenericLS.dis (GLSImplementation): It no
183            longer inherit the |MinimumImplementation|; it
184            is now expected to be implemented by |DOMImplementation|
185            objects.
186            (createGLSParser, createGLSSerializer): Load
187            module implementing parser or serializer
188            if necessary.
189    
190            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
191            longer inherits the |ManakaiDOMDocument|; it
192            is now expected to be implemented by |Document|
193            objects.
194    
195            * XDP.dis (XDPDocument): It no longer
196            inherits the |Document|; it is now expected
197            to be implemented by all |Document| objects.
198    
199            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
200            longer inherits the |ManakaiDOMDocument|; it
201            is now expected to be implemented by |Document|
202            objects.
203    
204    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
205    
206            * DOMCore.dis (ManakaiDOMImplementation): No longer
207            explicitly inherits |tc:ManakaiDOMImplementationTC|.
208            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
209    
210            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
211            the |ManakaiDOMImplementation| class.
212    
213    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
214    
215            * DOMFeature.dis: Definitions for various concepts
216            are added.
217    
218            * GenericLS.dis (GLSImplementation): It no
219            longer inherits the |MinimumImplementation|; rather,
220            any |ManakaiMinimumImplementation| object also
221            implements |GLSImplementation| methods.
222    
223            * TreeStore.dis (DOMImplementationTreeStore): It no
224            longer inherits the |DOMImplementation|; rather,
225            any |ManakaiDOMImplementation| object also
226            implements |DOMImplementationTreeStore| methods.
227    
228  2006-08-15  Wakaba  <wakaba@suika.fam.cx>  2006-08-15  Wakaba  <wakaba@suika.fam.cx>
229    
230          * TreeStore.pm: Added to the CVS repository          * TreeStore.pm: Added to the CVS repository

Legend:
Removed from v.1.194  
changed lines
  Added in v.1.203

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24