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