1 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis: Don't set "infoset:prefix" internal |
4 |
|
property unless it has non-null value. |
5 |
|
(newObject): "refNode" parameter introduced. |
6 |
|
(ManakaiDOMNode.newObject): Calls "NodeStem.newNode" |
7 |
|
method if "refNode" parameter is specified. |
8 |
|
(cloneNode): Don't set "read-only" flag. |
9 |
|
(getNodeReference): Caches the result. |
10 |
|
(selectAttributeNodeForRemove): Don't removes any other |
11 |
|
non-namespace-aware attribute nodes. |
12 |
|
|
13 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
16 |
|
setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. |
17 |
|
(doStrictErrorChecking): New code. |
18 |
|
|
19 |
|
* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute |
20 |
|
supported. |
21 |
|
|
22 |
|
* Makefile: Rule to make "DOMFeature.pm" restored. |
23 |
|
|
24 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
27 |
|
(adoptNode): Implemented. |
28 |
|
|
29 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |
32 |
|
|
33 |
|
* DOMFeature.dis (DOMCore:implementation): Short name added. |
34 |
|
|
35 |
|
* DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
36 |
|
(DOMCore:node): New error parameter. |
37 |
|
(DOMCore:ownerDocument): Changed from "mn:irefnode0" |
38 |
|
to "mn:xrefnode0". For this reason, all assignments |
39 |
|
to this property have been rewritten to references |
40 |
|
to code "mn:setXRefNode". |
41 |
|
(cloneNode): Implemented. |
42 |
|
(setAttributeNode): A missing "importTree" method call added. |
43 |
|
(setAttributeNodeNS): Perl code removed and changed |
44 |
|
to a reference to "setAttributeNode" method code. |
45 |
|
|
46 |
|
* DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0" |
47 |
|
property to "mn:xrefnode0" property. |
48 |
|
|
49 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
52 |
|
in interfaces. |
53 |
|
|
54 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
57 |
|
(ManakaiDOMCharacterData): Methods reimplemented. |
58 |
|
(splitText): Reimplemented. |
59 |
|
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
60 |
|
for non-parent node types. |
61 |
|
|
62 |
|
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
63 |
|
for non-parent node types. |
64 |
|
|
65 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* ManakaiDOMLS2003.dis: Revised to new format. |
68 |
|
|
69 |
|
* GenericLS.dis (DOMLS:ParseString): New feature. |
70 |
|
|
71 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* DOMFeature.dis: Description added and revised. (Still more |
74 |
|
work required.) |
75 |
|
|
76 |
|
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* DOMMain.dis (DOMString): The "idl:perl" attribute |
79 |
|
value has been changed from "DISPerl:String" |
80 |
|
to "DISPerl:CharacterString" to clarify its semantics. |
81 |
|
|
82 |
|
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
85 |
|
type properties added. |
86 |
|
|
87 |
|
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
88 |
|
type properties added. |
89 |
|
|
90 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
93 |
|
properties added. |
94 |
|
|
95 |
|
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* DOMFeature.dis: Documentation added (still work in progress). |
98 |
|
(MIString): New type. |
99 |
|
|
100 |
|
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
101 |
|
URI value, not a reference to it. |
102 |
|
|
103 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
106 |
|
names where possible. |
107 |
|
|
108 |
|
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
109 |
|
added (still work in progress). |
110 |
|
|
111 |
|
* Makefile (feature.dae, feature-spec.dae): New rules. |
112 |
|
|
113 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* DOMCore.dis (DOMCore:nodeProp): New property. |
116 |
|
|
117 |
|
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
118 |
|
is removed. |
119 |
|
|
120 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
123 |
|
|
124 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
127 |
|
(DAEM_SUFFIX): New. |
128 |
|
|
129 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
132 |
|
and "ManakaiDOM:ManakaiDOM2". |
133 |
|
|
134 |
|
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, |
135 |
|
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H |
136 |
|
instead of disPerl:Q for internal property hash keys. |
137 |
|
|
138 |
|
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property |
139 |
|
definitions added. |
140 |
|
|
141 |
|
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): |
142 |
|
New resources. |
143 |
|
|
144 |
|
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New |
145 |
|
resources. |
146 |
|
|
147 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* GenericLS.dis, SimpleLS.dis: New modules separated |
150 |
|
from DOMLS.dis. |
151 |
|
|
152 |
|
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions |
153 |
|
moved from DOMMain to DOMFeature. Now DOMFeature |
154 |
|
has no dependency on DOMMain. |
155 |
|
|
156 |
|
* DOMFeature.dis (DEBUG): New variable. |
157 |
|
|
158 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
161 |
|
|
162 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
165 |
|
features if it is "for" ManakaiDOM:DOMXMLFeature. |
166 |
|
|
167 |
|
* DOMMain.pm (StringExtend): Code portions of raising |
168 |
|
StringOutOfBoundsException is temporary disabled since |
169 |
|
it is not a DOM-style exception supported by |
170 |
|
current implementation of ManakaiNode - it will be |
171 |
|
recovered in later revision. |
172 |
|
|
173 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* DOMFeature.pm: Debug output code copied |
176 |
|
from Attic/DOMMetaImpl.pm (Should these code incorporated |
177 |
|
to source dis file?). |
178 |
|
|
179 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
182 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
183 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
184 |
|
(ManakaiDOMTimeStamp): Removed. |
185 |
|
|
186 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
187 |
|
longer in use). |
188 |
|
|
189 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
192 |
|
|
193 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
196 |
|
properties added to properties. |
197 |
|
|
198 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* Makefile: Rules renewaled. |
201 |
|
|
202 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
205 |
|
|
206 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* DOMMain.dis (DOMImplementationRegistry, |
209 |
|
DOMImplementationRegistryVar): New. |
210 |
|
|
211 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
212 |
|
DOMImplementationRegistryVar): Removed. |
213 |
|
(ImplementationRegistry): New class. |
214 |
|
|
215 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* DOMFeature.dis: New module. |
218 |
|
|
219 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
220 |
|
|
221 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
222 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
223 |
|
but datatypes. |
224 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
225 |
|
are subtypes rather than aliases of their "real" type in IDL. |
226 |
|
|
227 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
228 |
|
New interfaces and classes. |
229 |
|
|
230 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
233 |
|
property of the new Text node. |
234 |
|
|
235 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
236 |
|
|
237 |
|
* Makefile: Loads "NaturalLanguage.dis". |
238 |
|
|
239 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
240 |
|
|
241 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
242 |
|
to the root element created by the method. (It was forgotten!!) |
243 |
|
|
244 |
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
246 |
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |