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> |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
168 |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
169 |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
170 |
|
|
171 |
* DOMMain.pm (StringExtended): Code portions of raising |
* DOMMain.pm (StringExtend): Code portions of raising |
172 |
StringOutOfBoundsException is temporary disabled since |
StringOutOfBoundsException is temporary disabled since |
173 |
it is not a DOM-style exception supported by |
it is not a DOM-style exception supported by |
174 |
current implementation of ManakaiNode - it will be |
current implementation of ManakaiNode - it will be |