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