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