1 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Element.dis (createElementNS): If an array reference |
4 |
|
is specified as the |qualifiedName| parameter, |
5 |
|
don't set the first item as the local name |
6 |
|
even if the second item is not specified (or |
7 |
|
specified as |undef|). |
8 |
|
(createElementNS, setAttribute, setAttributeNS, |
9 |
|
removeAttribute, removeAttributeNS, |
10 |
|
setAttributeNode, setAttributeNodeNS, |
11 |
|
removeAttributeNode, removeAttributeNodeNS): Sets |
12 |
|
or removes the |tc:contentAttributeList| value. |
13 |
|
|
14 |
|
* TreeCore.dis (AttrMap.item): Caches the result |
15 |
|
of sorting of content attribute names. |
16 |
|
(getAttrMap, getElementTypeDefNodeMap, |
17 |
|
getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed. |
18 |
|
(tc:contentAttributeList): New property. |
19 |
|
|
20 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* DOMFeature.dis (ForDef): Removed. |
23 |
|
(f:provides, f:through): Removed. |
24 |
|
(Version): Removed. |
25 |
|
(implementFeature): Removed. |
26 |
|
|
27 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
30 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
31 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
32 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
33 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications |
34 |
|
are removed. |
35 |
|
|
36 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
39 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
40 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
41 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
42 |
|
SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications |
43 |
|
and |DefaultFor|s are removed. |
44 |
|
|
45 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
48 |
|
GenericLS.dis, TreeCore.dis, DOMString.dis, |
49 |
|
XML.dis, Element.dis, Document.dis, TreeStore,dis, |
50 |
|
Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, |
51 |
|
SimpleLS.dis, DOMMain.dis: References |
52 |
|
to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|, |
53 |
|
|ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3| |
54 |
|
modes are removed. |
55 |
|
|
56 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* CharacterData.dis, TreeCore.dis (Require): References |
59 |
|
to the |Grove.dis| module are removed. |
60 |
|
|
61 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* DOMFeature.dis (f:implementation, f:revImplementation): Removed. |
64 |
|
(Require): Reference to the |Grove.dis| module is removed. |
65 |
|
|
66 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* DOMCore.dis (ManakaiDOMImplementation): The |
69 |
|
class is no longer plays the role of |
70 |
|
a |mg:NodeRefRole|. Redundant |f:provides| |
71 |
|
properties are removed. |
72 |
|
|
73 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* TreeCore.dis, DOMCore.dis, Document.dis, |
76 |
|
Element.dis, CharacterData.dis, XML.dis, |
77 |
|
XDoctype.dis, DOMString.dis, TreeStore.dis, |
78 |
|
XMLParser.dis: Use Perl native |
79 |
|
hashs and |Scalar::Util|'s weak references in favor of |Grove.dis| |
80 |
|
for DOM nodes. See |
81 |
|
also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>. |
82 |
|
|
83 |
|
2006-12-03 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* DOMFeature.dis, TreeCore.dis: Unused |role|s are removed. |
86 |
|
|
87 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* DOMString.dis: New module. |
90 |
|
|
91 |
|
* DOMString.pm: New file. |
92 |
|
|
93 |
|
* DOMCore.dis (min): Moved from |DOMFeature.dis|. |
94 |
|
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|. |
95 |
|
Now it references the |DOMImplementationRegistry| object. |
96 |
|
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. |
97 |
|
(DOMImplementationRegistry): New interface and |
98 |
|
class, reformed from |ImplementationRegistry| in |DOMFeature.dis| |
99 |
|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note |
100 |
|
that the class no longer support |get_implementation| |
101 |
|
and |get_implementation_list| methods from |
102 |
|
the |ImplementationRegistry| interface. |
103 |
|
(DOMImplementationList): Class implemented; no |
104 |
|
longer inherits from |ImplementationList|. |
105 |
|
(DOMImplementationSource): Class implemented; no |
106 |
|
longer inherits from |ImplementationSource|. Note that |
107 |
|
the class no longer support |get_implementation| |
108 |
|
and |get_implementation_list| methods from |
109 |
|
the |ImplementationSource| interface. |
110 |
|
(DOMStringList): Removed. |
111 |
|
|
112 |
|
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, |
113 |
|
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, |
114 |
|
ManakaiDOM:DOMXMLFeatureXML11, most part of |
115 |
|
documentation for obsolete DOM Level 3 Minimum Implementation |
116 |
|
module, obsolete property name aliases, |
117 |
|
ImplemenationRegistryVar, ImplementationRegistry, |
118 |
|
DEBUG, MIString, ImplementationList, ImplementationSource, |
119 |
|
ManakaiDOM:implID): Removed. |
120 |
|
|
121 |
|
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. |
122 |
|
(DOMString): Removed. |
123 |
|
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. |
124 |
|
|
125 |
|
* Makefile: |DOMString.pm| is added. |
126 |
|
|
127 |
|
* TreeCore.dis (is_default_namespace): |null| was |
128 |
|
returned where a false is expected (|null| is |
129 |
|
a false in Perl, but real |false| is appropriate here). |
130 |
|
|
131 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |
134 |
|
|
135 |
|
* Element.dis (TypeInfo): Moved from |DOMCore.dis|. |
136 |
|
|
137 |
|
* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|. |
138 |
|
|
139 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* DOMFeature.dis (ImplementationList, ImplementationSource, |
142 |
|
ImplementationRegistry): Parameters |features| |
143 |
|
now allow |null| (equivalent to an empty string). |
144 |
|
|
145 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* CharacterData.dis (ManakaiDOMDocumentCharacterData): New |
148 |
|
class. Factory methods |createTextNode| and |createComment| |
149 |
|
are moved from |ManakaiDOMDocument|. |
150 |
|
|
151 |
|
* DOMCore.dis: References to |ManakaiDOMObject| |
152 |
|
are removed. |
153 |
|
(tc:createImplForTest): Moved from |TreeCore.dis|. |
154 |
|
(DOMImplementation.___create_node_ref): Support |
155 |
|
for the |mg:nodeRefClass| option is removed. |
156 |
|
(ManakaiDOMConfiguration.___report_error): Moved |
157 |
|
from |ManakaiDOMObject| class. |
158 |
|
|
159 |
|
* DOMFeature.dis (domidl:extends): New property. |
160 |
|
(f:getFeatureImpl): Support for |+| classes is removed. |
161 |
|
|
162 |
|
* DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed. |
163 |
|
(ManakaiDOM:ManakaiDOMObject): Removed. |
164 |
|
(DOMDataType): Removed. |
165 |
|
|
166 |
|
* Document.dis (ManakaiDOMImplementationDocument): |
167 |
|
The |createDocument| method is moved from |
168 |
|
the |ManakaiDOMImplementationTC| in |TreeCore.dis|. |
169 |
|
(ManakaiDOMDocument.___create_node_ref): Removed. |
170 |
|
(createElement, createElementNS, createAttribute, |
171 |
|
createAttributeNS, createTextNode, createComment, |
172 |
|
createCDATASection, createEntityReference, |
173 |
|
createProcessingInstruction): Class implementations |
174 |
|
are moved to each module. |
175 |
|
|
176 |
|
* Element.dis (ManakaiDOMImplementationElement): Factory |
177 |
|
methods are moved from |Document.dis|. |
178 |
|
(ManakaiDOMElement.___create_node_ref): Support |
179 |
|
for old class registry is removed. |
180 |
|
(ManakaiDOMAttr.___create_node_ref): Removed. |
181 |
|
(Attr.baseURI): Implementation |
182 |
|
for |xml:base| attribute is merged. |
183 |
|
(Attr.nodeValue, Attr.value): Implementation |
184 |
|
for |xml:id| attribute is merged. |
185 |
|
|
186 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Removed. |
187 |
|
|
188 |
|
* XDoctype.dis (ManakaiDOMImplementationXDoctype): The |
189 |
|
definition for |createDocumentType| method |
190 |
|
is moved from |TreeCore.dis|. |
191 |
|
|
192 |
|
* XML.dis (ManakaiDOMXMLDocument): Factory |
193 |
|
methods are moved from |Document.dis|. |
194 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged |
195 |
|
into |ManakaiDOMAttr| in |Element.dis|). |
196 |
|
|
197 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* Element.dis (___get_node_ref): |eval|ed |require| |
200 |
|
statement was broken. |
201 |
|
|
202 |
|
* DOMFeature.dis (getImplementationList): Argument |
203 |
|
is not passed to the |getImplementation| method. |
204 |
|
|
205 |
|
* TreeStore.dis (DOMImplementationTreeStore): It |
206 |
|
did not |f:implements| the |TSFeature30| feature. |
207 |
|
|
208 |
|
* XMLParser.dis: Use |create_uri_reference| |
209 |
|
method instead of internal |_new| method |
210 |
|
to create a URI reference object. |
211 |
|
|
212 |
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
* DOMCore.dis (ManakaiDOMImplementation): No longer |
* DOMCore.dis (ManakaiDOMImplementation): No longer |