| 1 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* DOMCore.dis: Error codes added. |
| 4 |
|
|
| 5 |
|
* Tree.dis (destroyNodeStem): New method implementation. |
| 6 |
|
|
| 7 |
|
2005-11-22 Wakaba <wakaba@suika.fam.cx> |
| 8 |
|
|
| 9 |
|
* Tree.dis (cloneNode): User data handlers implemented. |
| 10 |
|
(adoptNode): User data handlers implemented. |
| 11 |
|
|
| 12 |
|
2005-11-21 Wakaba <wakaba@suika.fam.cx> |
| 13 |
|
|
| 14 |
|
* DOMCore.dis (UserDataHandler): A constraint for Perl binding |
| 15 |
|
added. |
| 16 |
|
|
| 17 |
|
* Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented. |
| 18 |
|
(getUserData, setUserData): Implemented. |
| 19 |
|
|
| 20 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
| 21 |
|
|
| 22 |
|
* DOMCore.dis (UserDataHandler): Implemented. |
| 23 |
|
(DOMErrorHandler): Blessed package name bug fixed. |
| 24 |
|
|
| 25 |
|
* ManakaiDOMLS2003.dis: Reference to |Node| subclasses |
| 26 |
|
changed to |Tree.dis|. |
| 27 |
|
|
| 28 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
| 29 |
|
|
| 30 |
|
* DOMMain.dis: Unused declarations and definitions removed. |
| 31 |
|
|
| 32 |
|
* DOMCore.dis: DOM document tree related interfaces removed. |
| 33 |
|
|
| 34 |
|
* Tree.dis: New module separated from |DOMCore.dis|. |
| 35 |
|
|
| 36 |
|
* DOMXML.dis: Some referent changed to |Tree.dis|. |
| 37 |
|
|
| 38 |
|
* Makefile: |Tree.dis| added. |
| 39 |
|
|
| 40 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
| 41 |
|
|
| 42 |
|
* .cvsignore: Revised. |
| 43 |
|
|
| 44 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
| 45 |
|
|
| 46 |
|
* ManakaiDOMLS2003.dis: Tests added. |
| 47 |
|
(domConfig): Method name in the code fixed to |flag|. |
| 48 |
|
|
| 49 |
|
* DOMMain.dis (findOffset32): Missing |^| in regular expressions |
| 50 |
|
added. |
| 51 |
|
|
| 52 |
|
* DOMCore.dis (hasChildNodes): Returns |false| if the node type |
| 53 |
|
is defined not to have any children. |
| 54 |
|
(CharacterData): Typos in element type names and function names fixed. |
| 55 |
|
|
| 56 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
| 57 |
|
|
| 58 |
|
* DOMFeature.dis (MinimumImplementation.eq): Added. |
| 59 |
|
|
| 60 |
|
* DOMMain.dis: |DISPerl:ISA| reference fixed. |
| 61 |
|
|
| 62 |
|
* Generic.dis: Implements new |DOMLS:Generic| feature. |
| 63 |
|
|
| 64 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
| 65 |
|
|
| 66 |
|
* DOMFeature.dis (stringifyFeatures): Don't double |SPACE| |
| 67 |
|
characters between feature names and versions. |
| 68 |
|
|
| 69 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
| 70 |
|
|
| 71 |
|
* DOMFeature.dis (stringifyFeatures): A test code added. |
| 72 |
|
|
| 73 |
|
2005-10-26 Wakaba <wakaba@suika.fam.cx> |
| 74 |
|
|
| 75 |
|
* SimpleLS.dis (writeToString): Don't stop serializing |
| 76 |
|
when an |false| value appears in |@src|. |
| 77 |
|
|
| 78 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
| 79 |
|
|
| 80 |
|
* DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented. |
| 81 |
|
(ErrDef): Redefined. |
| 82 |
|
|
| 83 |
|
* DOMLS.dis (ErrDef): Redefined. |
| 84 |
|
|
| 85 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
| 86 |
|
|
| 87 |
|
* DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject". |
| 88 |
|
|
| 89 |
|
2005-10-15 Wakaba <wakaba@suika.fam.cx> |
| 90 |
|
|
| 91 |
|
* DOMCore.dis (Require): References "DOMLS.dis" module. |
| 92 |
|
(CParam): Definitions for LS module added. |
| 93 |
|
|
| 94 |
|
* DOMLS.dis (ManakaiDOMLSInput): The input processor |
| 95 |
|
is also an output processor now. |
| 96 |
|
(ManakaiDOMLSResourceResolver): Implemented. |
| 97 |
|
(CParam): Definitions updated. |
| 98 |
|
|
| 99 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
| 100 |
|
|
| 101 |
|
* DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR, |
| 102 |
|
NOT_SUPPORTED_CONFIG_VALUE_ERR, |
| 103 |
|
INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes. |
| 104 |
|
(DOMConfiguration): Implemented. |
| 105 |
|
(CParam): Definitions updated. |
| 106 |
|
|
| 107 |
|
* DOMMain.dis (DOMURIs): New data type. |
| 108 |
|
|
| 109 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
| 110 |
|
|
| 111 |
|
* DOMCore.dis (setAttrValueNS): New code. |
| 112 |
|
|
| 113 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
| 114 |
|
|
| 115 |
|
* DOMCore.dis: Don't set "infoset:prefix" internal |
| 116 |
|
property unless it has non-null value. |
| 117 |
|
(newObject): "refNode" parameter introduced. |
| 118 |
|
(ManakaiDOMNode.newObject): Calls "NodeStem.newNode" |
| 119 |
|
method if "refNode" parameter is specified. |
| 120 |
|
(cloneNode): Don't set "read-only" flag. |
| 121 |
|
(getNodeReference): Caches the result. |
| 122 |
|
(selectAttributeNodeForRemove): Don't removes any other |
| 123 |
|
non-namespace-aware attribute nodes. |
| 124 |
|
|
| 125 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
| 126 |
|
|
| 127 |
|
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
| 128 |
|
setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. |
| 129 |
|
(doStrictErrorChecking): New code. |
| 130 |
|
|
| 131 |
|
* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute |
| 132 |
|
supported. |
| 133 |
|
|
| 134 |
|
* Makefile: Rule to make "DOMFeature.pm" restored. |
| 135 |
|
|
| 136 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
| 137 |
|
|
| 138 |
|
* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
| 139 |
|
(adoptNode): Implemented. |
| 140 |
|
|
| 141 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
| 142 |
|
|
| 143 |
|
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |
| 144 |
|
|
| 145 |
|
* DOMFeature.dis (DOMCore:implementation): Short name added. |
| 146 |
|
|
| 147 |
|
* DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
| 148 |
|
(DOMCore:node): New error parameter. |
| 149 |
|
(DOMCore:ownerDocument): Changed from "mn:irefnode0" |
| 150 |
|
to "mn:xrefnode0". For this reason, all assignments |
| 151 |
|
to this property have been rewritten to references |
| 152 |
|
to code "mn:setXRefNode". |
| 153 |
|
(cloneNode): Implemented. |
| 154 |
|
(setAttributeNode): A missing "importTree" method call added. |
| 155 |
|
(setAttributeNodeNS): Perl code removed and changed |
| 156 |
|
to a reference to "setAttributeNode" method code. |
| 157 |
|
|
| 158 |
|
* DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0" |
| 159 |
|
property to "mn:xrefnode0" property. |
| 160 |
|
|
| 161 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
| 162 |
|
|
| 163 |
|
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
| 164 |
|
in interfaces. |
| 165 |
|
|
| 166 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
| 167 |
|
|
| 168 |
|
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
| 169 |
|
(ManakaiDOMCharacterData): Methods reimplemented. |
| 170 |
|
(splitText): Reimplemented. |
| 171 |
|
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
| 172 |
|
for non-parent node types. |
| 173 |
|
|
| 174 |
|
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
| 175 |
|
for non-parent node types. |
| 176 |
|
|
| 177 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
| 178 |
|
|
| 179 |
|
* ManakaiDOMLS2003.dis: Revised to new format. |
| 180 |
|
|
| 181 |
|
* GenericLS.dis (DOMLS:ParseString): New feature. |
| 182 |
|
|
| 183 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
| 184 |
|
|
| 185 |
|
* DOMFeature.dis: Description added and revised. (Still more |
| 186 |
|
work required.) |
| 187 |
|
|
| 188 |
|
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
| 189 |
|
|
| 190 |
|
* DOMMain.dis (DOMString): The "idl:perl" attribute |
| 191 |
|
value has been changed from "DISPerl:String" |
| 192 |
|
to "DISPerl:CharacterString" to clarify its semantics. |
| 193 |
|
|
| 194 |
|
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
| 195 |
|
|
| 196 |
|
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
| 197 |
|
type properties added. |
| 198 |
|
|
| 199 |
|
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
| 200 |
|
type properties added. |
| 201 |
|
|
| 202 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
| 203 |
|
|
| 204 |
|
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
| 205 |
|
properties added. |
| 206 |
|
|
| 207 |
|
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
| 208 |
|
|
| 209 |
|
* DOMFeature.dis: Documentation added (still work in progress). |
| 210 |
|
(MIString): New type. |
| 211 |
|
|
| 212 |
|
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
| 213 |
|
URI value, not a reference to it. |
| 214 |
|
|
| 215 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
| 216 |
|
|
| 217 |
|
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
| 218 |
|
names where possible. |
| 219 |
|
|
| 220 |
|
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
| 221 |
|
added (still work in progress). |
| 222 |
|
|
| 223 |
|
* Makefile (feature.dae, feature-spec.dae): New rules. |
| 224 |
|
|
| 225 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
| 226 |
|
|
| 227 |
* DOMCore.dis (DOMCore:nodeProp): New property. |
* DOMCore.dis (DOMCore:nodeProp): New property. |
| 228 |
|
|
| 229 |
|
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
| 230 |
|
is removed. |
| 231 |
|
|
| 232 |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
| 233 |
|
|
| 234 |
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
| 276 |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
| 277 |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
| 278 |
|
|
| 279 |
* DOMMain.pm (StringExtended): Code portions of raising |
* DOMMain.pm (StringExtend): Code portions of raising |
| 280 |
StringOutOfBoundsException is temporary disabled since |
StringOutOfBoundsException is temporary disabled since |
| 281 |
it is not a DOM-style exception supported by |
it is not a DOM-style exception supported by |
| 282 |
current implementation of ManakaiNode - it will be |
current implementation of ManakaiNode - it will be |