1 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CharacterData.dis (ManakaiDOMDocumentCharacterData): New |
4 |
|
class. Factory methods |createTextNode| and |createComment| |
5 |
|
are moved from |ManakaiDOMDocument|. |
6 |
|
|
7 |
|
* DOMCore.dis: References to |ManakaiDOMObject| |
8 |
|
are removed. |
9 |
|
(tc:createImplForTest): Moved from |TreeCore.dis|. |
10 |
|
(DOMImplementation.___create_node_ref): Support |
11 |
|
for the |mg:nodeRefClass| option is removed. |
12 |
|
(ManakaiDOMConfiguration.___report_error): Moved |
13 |
|
from |ManakaiDOMObject| class. |
14 |
|
|
15 |
|
* DOMFeature.dis (domidl:extends): New property. |
16 |
|
(f:getFeatureImpl): Support for |+| classes is removed. |
17 |
|
|
18 |
|
* DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed. |
19 |
|
(ManakaiDOM:ManakaiDOMObject): Removed. |
20 |
|
(DOMDataType): Removed. |
21 |
|
|
22 |
|
* Document.dis (ManakaiDOMImplementationDocument): |
23 |
|
The |createDocument| method is moved from |
24 |
|
the |ManakaiDOMImplementationTC| in |TreeCore.dis|. |
25 |
|
(ManakaiDOMDocument.___create_node_ref): Removed. |
26 |
|
(createElement, createElementNS, createAttribute, |
27 |
|
createAttributeNS, createTextNode, createComment, |
28 |
|
createCDATASection, createEntityReference, |
29 |
|
createProcessingInstruction): Class implementations |
30 |
|
are moved to each module. |
31 |
|
|
32 |
|
* Element.dis (ManakaiDOMImplementationElement): Factory |
33 |
|
methods are moved from |Document.dis|. |
34 |
|
(ManakaiDOMElement.___create_node_ref): Support |
35 |
|
for old class registry is removed. |
36 |
|
(ManakaiDOMAttr.___create_node_ref): Removed. |
37 |
|
(Attr.baseURI): Implementation |
38 |
|
for |xml:base| attribute is merged. |
39 |
|
(Attr.nodeValue, Attr.value): Implementation |
40 |
|
for |xml:id| attribute is merged. |
41 |
|
|
42 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Removed. |
43 |
|
|
44 |
|
* XDoctype.dis (ManakaiDOMImplementationXDoctype): The |
45 |
|
definition for |createDocumentType| method |
46 |
|
is moved from |TreeCore.dis|. |
47 |
|
|
48 |
|
* XML.dis (ManakaiDOMXMLDocument): Factory |
49 |
|
methods are moved from |Document.dis|. |
50 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged |
51 |
|
into |ManakaiDOMAttr| in |Element.dis|). |
52 |
|
|
53 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* Element.dis (___get_node_ref): |eval|ed |require| |
56 |
|
statement was broken. |
57 |
|
|
58 |
|
* DOMFeature.dis (getImplementationList): Argument |
59 |
|
is not passed to the |getImplementation| method. |
60 |
|
|
61 |
|
* TreeStore.dis (DOMImplementationTreeStore): It |
62 |
|
did not |f:implements| the |TSFeature30| feature. |
63 |
|
|
64 |
|
* XMLParser.dis: Use |create_uri_reference| |
65 |
|
method instead of internal |_new| method |
66 |
|
to create a URI reference object. |
67 |
|
|
68 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
71 |
|
explicitly inherits |urigen:ManakaiURIImplementation| (and |
72 |
|
the |f:ManakaiMinimumImplementation| class inherited |
73 |
|
by it). The |f:Minimum| feature is ever implemented |
74 |
|
for compatibility (but is expected to be removed). |
75 |
|
Internal methods such as |___report_error| are copied from |
76 |
|
obsolete |f:MinimumImplementation| class. DOM3 |
77 |
|
methods |hasFeature| and |getFeature| are also |
78 |
|
moved from that class, but they now support no |
79 |
|
foreign classes. |
80 |
|
|
81 |
|
* DOMFeature.dis (ManakaiImplementationSource): It |
82 |
|
now |p:require|s |Message::Util::AutoLoad::Registry|. |
83 |
|
The class no longer support classes |
84 |
|
other than |ManakaiDOMImplementation|. Note |
85 |
|
that the |ImplementationRegistry| object does continue |
86 |
|
to support foreign classes via foreign classes |
87 |
|
implementing |ImplementationSource| |
88 |
|
or |DOMImplementationSource| interface. |
89 |
|
(MinimumImplementation): Removed. |
90 |
|
|
91 |
|
* DOMLS.dis (ManakaiDOMImplementationLS): It no |
92 |
|
longer inherit the |ManakaiDOMImplementation|; it |
93 |
|
is now expected to be implemented by |DOMImplementation| |
94 |
|
objects. |
95 |
|
|
96 |
|
* DOMMain.dis (null): Removed. |
97 |
|
|
98 |
|
* Document.dis (___create_node_ref): It no |
99 |
|
longer support foreign classes other |
100 |
|
than |Message::DOM::Document::ManakaiDOMDocument|. |
101 |
|
Note that document format specific DOM |
102 |
|
interfaces, if supported, should be |
103 |
|
all instances of the |Document| interface |
104 |
|
in the implementation, as defined |
105 |
|
in the Web Applications 1.0 specification (where |
106 |
|
the |HTMLDocument| interface must be implemented |
107 |
|
by all |Document| objects, even if the |Document| |
108 |
|
contains no HTML element). |
109 |
|
|
110 |
|
* GenericLS.dis (GLSImplementation): It no |
111 |
|
longer inherit the |MinimumImplementation|; it |
112 |
|
is now expected to be implemented by |DOMImplementation| |
113 |
|
objects. |
114 |
|
(createGLSParser, createGLSSerializer): Load |
115 |
|
module implementing parser or serializer |
116 |
|
if necessary. |
117 |
|
|
118 |
|
* Traversal.dis (ManakaiDOMDocumentTraversal): It no |
119 |
|
longer inherits the |ManakaiDOMDocument|; it |
120 |
|
is now expected to be implemented by |Document| |
121 |
|
objects. |
122 |
|
|
123 |
|
* XDP.dis (XDPDocument): It no longer |
124 |
|
inherits the |Document|; it is now expected |
125 |
|
to be implemented by all |Document| objects. |
126 |
|
|
127 |
|
* XDoctype.dis (ManakaiDOMDocumentXDoctype): It no |
128 |
|
longer inherits the |ManakaiDOMDocument|; it |
129 |
|
is now expected to be implemented by |Document| |
130 |
|
objects. |
131 |
|
|
132 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
135 |
|
explicitly inherits |tc:ManakaiDOMImplementationTC|. |
136 |
|
(ManakaiDOMImplementation.AUTOLOAD): New method definition. |
137 |
|
|
138 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Extends |
139 |
|
the |ManakaiDOMImplementation| class. |
140 |
|
|
141 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* DOMFeature.dis: Definitions for various concepts |
144 |
|
are added. |
145 |
|
|
146 |
|
* GenericLS.dis (GLSImplementation): It no |
147 |
|
longer inherits the |MinimumImplementation|; rather, |
148 |
|
any |ManakaiMinimumImplementation| object also |
149 |
|
implements |GLSImplementation| methods. |
150 |
|
|
151 |
|
* TreeStore.dis (DOMImplementationTreeStore): It no |
152 |
|
longer inherits the |DOMImplementation|; rather, |
153 |
|
any |ManakaiDOMImplementation| object also |
154 |
|
implements |DOMImplementationTreeStore| methods. |
155 |
|
|
156 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* TreeStore.pm: Added to the CVS repository |
159 |
|
to enable for the dis database to contain XML |
160 |
|
fragments. |
161 |
|
|
162 |
|
* Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added. |
163 |
|
|
164 |
|
* TreeStore.dis (Namespace): Namespace URI was incorrect. |
165 |
|
|
166 |
2006-06-18 Wakaba <wakaba@suika.fam.cx> |
2006-06-18 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
168 |
* Traversal.dis (expandEntityReferences): Syntax was incorrect. |
* Traversal.dis (expandEntityReferences): Syntax was incorrect. |