2005-09-14 Chris Toshok * Test/Microsoft.Web.UI/DataSourceDropTargetTest.cs: expand the property tests. * Microsoft.Web.UI/DataSourceDropTarget.cs: fix up the default values and behavior of properties. 2005-09-14 Chris Toshok * Microsoft.Web.Atlas_test.dll.sources: add DataSourceDropTargetTest.cs * Microsoft.Web.Atlas.dll.sources: add DataSourceDropTarget.cs * Microsoft.Web.UI/DataSourceDropTarget.cs: new implementation. * Test/Microsoft.Web.UI/DataSourceDropTargetTest.cs: new tests. 2005-09-14 Chris Toshok * Microsoft.Web.Atlas_test.dll.sources: add HoverBehaviorTest.cs * Microsoft.Web.Atlas.dll.sources: add HoverBehavior.cs * Microsoft.Web.UI/HoverBehavior.cs: new implementation. * Test/Microsoft.Web.UI/HoverBehaviorTest.cs: new tests. 2005-09-14 Chris Toshok * Microsoft.Web.UI/ClickBehavior.cs: fix a nullref in kind of a stupid way.. leave an XXX. * Microsoft.Web.Atlas_test.dll.sources: add FloatingBehaviorTest.cs * Microsoft.Web.Atlas.dll.sources: add FloatingBehavior.cs * Microsoft.Web.UI/FloatingBehavior.cs: new implementation. * Test/Microsoft.Web.UI/FloatingBehaviorTest.cs: new tests. 2005-09-14 Chris Toshok * Microsoft.Web.Atlas.dll_sources: add implementations. * Microsoft.Web.Atlas_test.dll_sources: add tests. * Microsoft.Web/Behavior.cs: this class is pretty much empty. * Microsoft.Web/ActionCollection.cs: make the readonly stuff work. someone with more experience with this crap should tell me whether i did it right.. * Microsoft.Web/ScriptMemberDescriptor.cs: cleanup. * Microsoft.Web/ScriptComponent.cs: cleanup. * Microsoft.Web/ScriptTypeDescriptor.cs (.ctor): cleanup. * Microsoft.Web/ScriptComponentBase.cs (RenderScript): make this an explicit interface implementation. * Microsoft.Web/Action.cs (InitializeTypeDescriptor): move some of the propertydescriptors from ScriptComponentBase to here, as they don't show up when we get type descriptors for Behaviors. * Microsoft.Web/BehaviorCollection.cs: this class should be public. * Microsoft.Web/ScriptControl.cs: stubs. * Microsoft.Web.UI/Button.cs: stubs. * Test/Microsoft.Web.UI/ClickBehavior.cs: new tests. * Microsoft.Web.UI/ClickBehavior: new implementation. * Test/Microsoft.Web/ScriptEventTest.cs: new tests. * Microsoft.Web/ScriptEvent.cs: round out implementation. 2005-09-14 Chris Toshok * Test/Microsoft.Web/ActionTest.cs, Microsoft.Web/BehaviorCollection.cs, Microsoft.Web/ScriptComponentBase.cs, Microsoft.Web/BindingCollection.cs, Microsoft.Web/ActionCollection.cs, Microsoft.Web/Behavior.cs, Microsoft.Web/IScriptObject.cs, Microsoft.Web/Binding.cs: fix a missing method in IScriptObject. 2005-09-14 Chris Toshok * Test/Microsoft.Web/SetPropertyActionTest.cs, Test/Microsoft.Web/InvokeMethodActionTest.cs: new tests. * Microsoft.Web/SetPropertyAction.cs, Microsoft.Web/InvokeMethodAction.cs: new implementations. * Microsoft.Web.Atlas.dll_sources: add implementations. * Microsoft.Web.Atlas_test.dll_sources: add tests. 2005-09-14 Chris Toshok * Microsoft.Web.Atlas_test.dll.sources: add ScriptComponentBaseTest. * Test/Microsoft.Web/ScriptComponentBaseTest.cs: new tests. * Microsoft.Web/ScriptEventCollection.cs: naive, untested, implementation to get the other tests running. * Microsoft.Web/ScriptEvent.cs: same. * Microsoft.Web/BindingCollection.cs: same. * Microsoft.Web/ActionCollection.cs: same. * Microsoft.Web/ScriptComponentBase.cs: round out implementation. 2005-09-14 Chris Toshok * Microsoft.Web/ScriptComponentBase.cs (InitializeTypeDescriptor): implement. * Microsoft.Web/ScriptType.cs: fix enum. * Microsoft.Web/Action.cs: round out implementation. * Test/Microsoft.Web/ActionTest.cs: more tests. 2005-09-14 Chris Toshok * Microsoft.Web/ScriptMemberDescriptor.cs: new implementation. * Microsoft.Web/ScriptTypeDescriptor.cs: new implementation. * Microsoft.Web/ScriptMethodDescriptor.cs: new implementation. * Microsoft.Web/ScriptEventDescriptor.cs: new implementation. * Microsoft.Web/ScriptPropertyDescriptor.cs: new implementation. 2005-09-14 Chris Toshok * Test/Microsoft.Web/ScriptEventDescriptorTest.cs, Test/Microsoft.Web/ScriptMethodDescriptorTest.cs, Test/Microsoft.Web/ScriptPropertyDescriptorTest.cs: new tests. * Microsoft.Web.Atlas_test.dll.sources: add the descriptor tests. 2005-09-14 Chris Toshok * Microsoft.Web.Atlas_test.dll.sources: add ScriptTypeDescriptorTest * Test/Microsoft.Web/ScriptTypeDescriptorTest.cs: new test. 2005-09-13 Chris Toshok * *: Initial import.. I was bored so I got started.