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