2005-09-14 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / Microsoft.Web.Atlas / ChangeLog
1 2005-09-14  Chris Toshok  <toshok@ximian.com>
2
3         * Test/Microsoft.Web/ActionTest.cs,
4         Microsoft.Web/BehaviorCollection.cs,
5         Microsoft.Web/ScriptComponentBase.cs,
6         Microsoft.Web/BindingCollection.cs,
7         Microsoft.Web/ActionCollection.cs, Microsoft.Web/Behavior.cs,
8         Microsoft.Web/IScriptObject.cs, Microsoft.Web/Binding.cs: fix a
9         missing method in IScriptObject.
10
11 2005-09-14  Chris Toshok  <toshok@ximian.com>
12
13         * Test/Microsoft.Web/SetPropertyActionTest.cs,
14         Test/Microsoft.Web/InvokeMethodActionTest.cs: new tests.
15
16         * Microsoft.Web/SetPropertyAction.cs,
17         Microsoft.Web/InvokeMethodAction.cs: new implementations.
18
19         * Microsoft.Web.Atlas.dll_sources: add implementations.
20
21         * Microsoft.Web.Atlas_test.dll_sources: add tests.
22
23 2005-09-14  Chris Toshok  <toshok@ximian.com>
24
25         * Microsoft.Web.Atlas_test.dll.sources: add
26         ScriptComponentBaseTest.
27
28         * Test/Microsoft.Web/ScriptComponentBaseTest.cs: new tests.
29
30         * Microsoft.Web/ScriptEventCollection.cs: naive, untested,
31         implementation to get the other tests running.
32
33         * Microsoft.Web/ScriptEvent.cs: same.
34
35         * Microsoft.Web/BindingCollection.cs: same.
36
37         * Microsoft.Web/ActionCollection.cs: same.
38
39         * Microsoft.Web/ScriptComponentBase.cs: round out implementation.
40
41 2005-09-14  Chris Toshok  <toshok@ximian.com>
42
43         * Microsoft.Web/ScriptComponentBase.cs (InitializeTypeDescriptor):
44         implement.
45
46         * Microsoft.Web/ScriptType.cs: fix enum.
47
48         * Microsoft.Web/Action.cs: round out implementation.
49
50         * Test/Microsoft.Web/ActionTest.cs: more tests.
51
52 2005-09-14  Chris Toshok  <toshok@ximian.com>
53
54         * Microsoft.Web/ScriptMemberDescriptor.cs: new implementation.
55
56         * Microsoft.Web/ScriptTypeDescriptor.cs: new implementation.
57
58         * Microsoft.Web/ScriptMethodDescriptor.cs: new implementation.
59
60         * Microsoft.Web/ScriptEventDescriptor.cs: new implementation.
61
62         * Microsoft.Web/ScriptPropertyDescriptor.cs: new implementation.
63
64 2005-09-14  Chris Toshok  <toshok@ximian.com>
65
66         * Test/Microsoft.Web/ScriptEventDescriptorTest.cs,
67         Test/Microsoft.Web/ScriptMethodDescriptorTest.cs,
68         Test/Microsoft.Web/ScriptPropertyDescriptorTest.cs: new tests.
69
70         * Microsoft.Web.Atlas_test.dll.sources: add the descriptor tests.
71         
72 2005-09-14  Chris Toshok  <toshok@ximian.com>
73
74         * Microsoft.Web.Atlas_test.dll.sources: add
75         ScriptTypeDescriptorTest
76
77         * Test/Microsoft.Web/ScriptTypeDescriptorTest.cs: new test.
78
79 2005-09-13  Chris Toshok  <toshok@ximian.com>
80
81         * *: Initial import.. I was bored so I got started.