Imported Upstream version 5.10.0.47

Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-01-24 17:04:36 +00:00
parent 88ff76fe28
commit e46a49ecf1
5927 changed files with 226314 additions and 129848 deletions

View File

@@ -357,7 +357,7 @@ STANDALONE_TEST_RUNNER = Test/tools/standalone-runner.exe
ifeq (2, $(FRAMEWORK_VERSION_MAJOR))
RUN_STANDALONE = MONO_TESTS_IN_PROGRESS=yes
endif
RUN_STANDALONE += $(TEST_RUNTIME) $(STANDALONE_TEST_RUNNER) --output=StandaloneTestResult-$(PROFILE).log
RUN_STANDALONE += $(TEST_RUNTIME) $(TEST_RUNTIME_FLAGS) $(STANDALONE_TEST_RUNNER) --output=StandaloneTestResult-$(PROFILE).log
ifdef TESTNAME
RUN_STANDALONE += --test=$(TESTNAME)
endif
@@ -374,13 +374,13 @@ System.Web/UplevelHelper.cs: UplevelHelperDefinitions.xml
MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(BUILD_TOOLS_PROFILE)/culevel.exe -o $@ $^
run-aaa: test
$(TEST_RUNTIME) $(TEST_HARNESS) $(TEST_HARNESS_FLAGS) $(LOCAL_TEST_HARNESS_FLAGS) \
$(TEST_RUNTIME) $(TEST_RUNTIME_FLAGS) $(TEST_HARNESS) $(TEST_HARNESS_FLAGS) $(LOCAL_TEST_HARNESS_FLAGS) \
/output:TestResult-$(PROFILE).log /include:aaa /xml:TestResult-$(PROFILE).xml $(test_assemblies) || ok=false; \
(echo ''; cat TestResult-$(PROFILE).log) | sed '1,/^Tests run: /d'; \
$$ok
run-nunitweb: test
$(TEST_RUNTIME) $(TEST_HARNESS) $(TEST_HARNESS_FLAGS) $(LOCAL_TEST_HARNESS_FLAGS) \
$(TEST_RUNTIME) $(TEST_RUNTIME_FLAGS) $(TEST_HARNESS) $(TEST_HARNESS_FLAGS) $(LOCAL_TEST_HARNESS_FLAGS) \
/output:TestResult-$(PROFILE).log /include:NunitWeb /xml:TestResult-$(PROFILE).xml $(test_assemblies) || ok=false; \
(echo ''; cat TestResult-$(PROFILE).log) | sed '1,/^Tests run: /d'; \
$$ok

View File

@@ -1,36 +0,0 @@
//
// System.Web.Security.DefaultAuthenticationEventHandler
//
// Authors:
// Gonzalo Paniagua Javier (gonzalo@ximian.com)
//
// (C) 2002 Ximian, Inc (http://www.ximian.com)
//
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
namespace System.Web.Security
{
public delegate void DefaultAuthenticationEventHandler (object sender,
DefaultAuthenticationEventArgs e);
}

View File

@@ -81,4 +81,3 @@ namespace System.Web.UI.WebControls
}
}

View File

@@ -1,35 +0,0 @@
//
// System.Web.UI.WebControls.LoginTextLayout.cs
//
// Author: Duncan Mak (duncan@ximian.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
//
namespace System.Web.UI.WebControls {
public enum LoginTextLayout
{
TextOnLeft = 0,
TextOnTop = 1
}
}

View File

@@ -1,32 +0,0 @@
//
// System.Web.UI.WebContrls.ObjectDataSourceEventHandler.cs;
//
// Authors:
// Sanjay Gupta (gsanjay@novell.com)
//
// (C) 2004 Novell, Inc (http://www.novell.com)
//
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
namespace System.Web.UI.WebControls {
public delegate void ObjectDataSourceObjectEventHandler (object sender, ObjectDataSourceEventArgs e);
}

View File

@@ -1,37 +0,0 @@
//
// System.Web.UI.WebControls.ScrollBars.cs
//
// Author: Sanjay Gupta (gsanjay@novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
//
namespace System.Web.UI.WebControls {
[FlagsAttribute]
public enum ScrollBars {
None = 0,
Horizontal = 1,
Vertical = 2,
Both = 3,
Auto = 4
}
}

View File

@@ -1,51 +0,0 @@
//
// System.Web.UI.WebControls.ServerValidateEventArgs.cs
//
// Author: Duncan Mak (duncan@novell.com)
//
// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
namespace System.Web.UI.WebControls {
public
class ServerValidateEventArgs : EventArgs
{
string value;
bool is_valid;
public ServerValidateEventArgs (string value, bool isValid)
{
this.value = value;
this.is_valid = isValid;
}
public string Value {
get { return value; }
}
public bool IsValid {
get { return is_valid; }
set { is_valid = value; }
}
}
}

View File

@@ -1,44 +0,0 @@
//
// System.Web.UI.WebControls.TableFooterRow class
//
// Author:
// Sebastien Pouliot <sebastien@ximian.com>
//
// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
using System.Security.Permissions;
namespace System.Web.UI.WebControls {
// CAS
[AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class TableFooterRow : TableRow {
public TableFooterRow ()
{
}
}
}

View File

@@ -1,44 +0,0 @@
//
// System.Web.UI.WebControls.TableHeaderRow class
//
// Author:
// Sebastien Pouliot <sebastien@ximian.com>
//
// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
using System.Security.Permissions;
namespace System.Web.UI.WebControls {
// CAS
[AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class TableHeaderRow : TableRow {
public TableHeaderRow ()
{
}
}
}

View File

@@ -1,37 +0,0 @@
//
// System.Web.UI.WebControls.TreeNodeTypes.cs
//
// Author: Sanjay Gupta (gsanjay@novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
//
namespace System.Web.UI.WebControls {
[FlagsAttribute]
public enum TreeNodeTypes {
None = 0,
Root = 1,
Parent = 2,
Leaf = 4,
All = 7
}
}

View File

@@ -1,44 +0,0 @@
//
// System.Web.UI.WebControls.WizardStep
//
// Authors:
// Lluis Sanchez Gual (lluis@novell.com)
//
// (C) 2005 Novell, Inc. (http://www.novell.com)
//
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
using System;
using System.ComponentModel;
namespace System.Web.UI.WebControls
{
[ControlBuilderAttribute (typeof(WizardStepControlBuilder))]
[ToolboxItemAttribute ("")]
[BindableAttribute (false)]
public sealed class WizardStep: WizardStepBase
{
}
}

View File

@@ -1,36 +0,0 @@
//
// System.Web.UI.WebControls.WizardStepType.cs
//
// Author: Sanjay Gupta (gsanjay@novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
//
namespace System.Web.UI.WebControls {
public enum WizardStepType {
Auto = 0,
Complete = 1,
Finish = 2,
Start = 3,
Step = 4
}
}

View File

@@ -1,36 +0,0 @@
//
// System.Web.UI.CompilationMode.cs
//
// Authors:
// Sanjay Gupta (gsanjay@novell.com)
//
// Copyright (C) 2004-2010 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
namespace System.Web.UI {
public enum CompilationMode {
Auto = 0,
Never = 1,
Always = 2
}
}

View File

@@ -1,35 +0,0 @@
//
// System.Web.UI.DataSourceControlBuilder.cs
//
// Authors:
// Chris Toshok (toshok@ximian.com)
//
// (C) 2006-2010 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
namespace System.Web.UI {
public sealed class DataSourceControlBuilder : ControlBuilder
{
}
}

View File

@@ -1,53 +0,0 @@
//
// System.Web.UI.EmptyControlCollection.cs
//
// Duncan Mak (duncan@ximian.com)
//
// (C) Ximian, Inc.
// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
using System.Security.Permissions;
namespace System.Web.UI {
// CAS
[AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class EmptyControlCollection : ControlCollection
{
public EmptyControlCollection (Control owner)
: base (owner)
{
}
public override void Add (Control child)
{
throw new HttpException (Locale.GetText ("Control '{0}' does not allow children.", Owner.ID));
}
public override void AddAt (int index, Control child)
{
throw new HttpException (Locale.GetText ("Control '{0}' does not allow children.", Owner.ID));
}
}
}

View File

@@ -1,51 +0,0 @@
//
// System.Web.UI.EventEntry.cs
//
// Authors:
// Arina Itkes (arinai@mainsoft.com)
//
// (C) 2007 Mainsoft Co. (http://www.mainsoft.com)
//
//
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
namespace System.Web.UI
{
public class EventEntry
{
public EventEntry ()
{}
public string HandlerMethodName {
get;
set;
}
public Type HandlerType {
get;
set;
}
public string Name {
get;
set;
}
}
}

View File

@@ -1,48 +0,0 @@
//
// System.Web.UI.ImageClickEventArgs.cs
//
// Duncan Mak (duncan@ximian.com)
//
// (C) Ximian, Inc.
// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
using System.Security.Permissions;
namespace System.Web.UI {
// CAS - no InheritanceDemand here as the class is sealed
[AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class ImageClickEventArgs : EventArgs
{
public ImageClickEventArgs (int x, int y)
{
X = x;
Y = y;
}
public int X;
public int Y;
}
}

View File

@@ -1,51 +0,0 @@
//
// System.Web.UI.IndexedString.cs
//
// Authors:
// Arina Itkes (arinai@mainsoft.com)
//
// (C) 2007 Mainsoft Co. (http://www.mainsoft.com)
//
//
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
using System;
namespace System.Web.UI
{
[SerializableAttribute]
public sealed class IndexedString
{
public IndexedString (string s)
{
if (String.IsNullOrEmpty (s))
throw new ArgumentNullException ("s");
Value = s;
}
public string Value {
get;
private set;
}
}
}

View File

@@ -1,51 +0,0 @@
//
// System.Web.UI.Pair
//
// Author:
// Ben Maurer <bmaurer@novell.com>
//
// Copyright (C) 2005-2010 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
using System.Security.Permissions;
namespace System.Web.UI
{
// CAS
[AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[Serializable]
public sealed class Pair
{
public Pair (object x, object y)
{
First = x;
Second = y;
}
public Pair ()
{
}
public object First;
public object Second;
}
}

View File

@@ -444,7 +444,7 @@ System.Web.Security/AnonymousIdentificationEventHandler.cs
System.Web.Security/AnonymousIdentificationModule.cs
System.Web.Security/CookieProtection.cs
System.Web.Security/DefaultAuthenticationEventArgs.cs
System.Web.Security/DefaultAuthenticationEventHandler.cs
../referencesource/System.Web/Security/GenericAuthenticationEventHandler.cs
System.Web.Security/DefaultAuthenticationModule.cs
System.Web.Security/FileAuthorizationModule.cs
System.Web.Security/FormsAuthentication.cs
@@ -533,7 +533,7 @@ System.Web.UI/CodeBuilder.cs
System.Web.UI/CodeConstructType.cs
System.Web.UI/CodeRenderBuilder.cs
System.Web.UI/CollectionBuilder.cs
System.Web.UI/CompilationMode.cs
../referencesource/System.Web/UI/PagesConfiguration.cs
System.Web.UI/CompiledBindableTemplateBuilder.cs
System.Web.UI/CompiledTemplateBuilder.cs
System.Web.UI/ComplexPropertyEntry.cs
@@ -559,7 +559,7 @@ System.Web.UI/DataSourceCacheDurationConverter.cs
../referencesource/System.Web/UI/DataSourceCacheExpiry.cs
../referencesource/System.Web/UI/DataSourceCapabilities.cs
System.Web.UI/DataSourceControl.cs
System.Web.UI/DataSourceControlBuilder.cs
../referencesource/System.Web/UI/DataSourceControlBuilder.cs
../referencesource/System.Web/UI/DataSourceOperation.cs
System.Web.UI/DataSourceSelectArguments.cs
System.Web.UI/DataSourceView.cs
@@ -568,8 +568,8 @@ System.Web.UI/DataSourceViewSelectCallback.cs
System.Web.UI/DesignerDataBoundLiteralControl.cs
System.Web.UI/DesignTimeParseData.cs
System.Web.UI/DesignTimeTemplateParser.cs
System.Web.UI/EmptyControlCollection.cs
System.Web.UI/EventEntry.cs
../referencesource/System.Web/UI/EmptyControlCollection.cs
../referencesource/System.Web/UI/EventEntry.cs
System.Web.UI/ExpressionBindingCollection.cs
System.Web.UI/ExpressionBinding.cs
System.Web.UI/ExtractTemplateValuesMethod.cs
@@ -638,9 +638,9 @@ System.Web.UI/IgnoreUnknownContentAttribute.cs
../referencesource/System.Web/UI/IHierarchicalDataSource.cs
../referencesource/System.Web/UI/IHierarchicalEnumerable.cs
../referencesource/System.Web/UI/IHierarchyData.cs
System.Web.UI/ImageClickEventArgs.cs
../referencesource/System.Web/UI/ImageClickEventArgs.cs
../referencesource/System.Web/UI/ImageClickEventHandler.cs
System.Web.UI/IndexedString.cs
../referencesource/System.Web/UI/IndexedString.cs
../referencesource/System.Web/UI/INamingContainer.cs
../referencesource/System.Web/UI/INonBindingContainer.cs
../referencesource/System.Web/UI/INavigateUIData.cs
@@ -689,7 +689,7 @@ System.Web.UI/PageTheme.cs
System.Web.UI/PageThemeBuilder.cs
System.Web.UI/PageThemeFileParser.cs
System.Web.UI/PageThemeParser.cs
System.Web.UI/Pair.cs
../referencesource/System.Web/UI/Pair.cs
System.Web.UI/ParseChildrenAttribute.cs
System.Web.UI/PartialCachingAttribute.cs
System.Web.UI/PartialCachingControl.cs
@@ -979,7 +979,7 @@ System.Web.UI.WebControls/Login.cs
../referencesource/System.Web/UI/WebControls/LoginFailureAction.cs
System.Web.UI.WebControls/LoginName.cs
System.Web.UI.WebControls/LoginStatus.cs
System.Web.UI.WebControls/LoginTextLayout.cs
../referencesource/System.Web/UI/WebControls/Logintextlayout.cs
System.Web.UI.WebControls/LoginView.cs
../referencesource/System.Web/UI/WebControls/LogoutAction.cs
System.Web.UI.WebControls/MailDefinition.cs
@@ -1005,7 +1005,7 @@ System.Web.UI.WebControls/ObjectDataSource.cs
../referencesource/System.Web/UI/WebControls/ObjectDataSourceDisposingEventArgs.cs
../referencesource/System.Web/UI/WebControls/ObjectDataSourceDisposingEventHandler.cs
../referencesource/System.Web/UI/WebControls/ObjectDataSourceEventArgs.cs
System.Web.UI.WebControls/ObjectDataSourceEventHandler.cs
../referencesource/System.Web/UI/WebControls/ObjectDataSourceObjectEventHandler.cs
../referencesource/System.Web/UI/WebControls/ObjectDataSourceFilteringEventArgs.cs
../referencesource/System.Web/UI/WebControls/ObjectDataSourceFilteringEventHandler.cs
../referencesource/System.Web/UI/WebControls/ObjectDataSourceMethodEventArgs.cs
@@ -1050,11 +1050,11 @@ System.Web.UI.WebControls/RepeatInfo.cs
System.Web.UI.WebControls/RequiredFieldValidator.cs
System.Web.UI.WebControls/RoleGroup.cs
System.Web.UI.WebControls/RoleGroupCollection.cs
System.Web.UI.WebControls/ScrollBars.cs
../referencesource/System.Web/UI/WebControls/Scrollbars.cs
System.Web.UI.WebControls/SelectedDatesCollection.cs
System.Web.UI.WebControls/SendMailErrorEventArgs.cs
../referencesource/System.Web/UI/WebControls/SendMailErrorEventHandler.cs
System.Web.UI.WebControls/ServerValidateEventArgs.cs
../referencesource/System.Web/UI/WebControls/ServerValidateEventArgs.cs
../referencesource/System.Web/UI/WebControls/ServerValidateEventHandler.cs
System.Web.UI.WebControls/SessionParameter.cs
System.Web.UI.WebControls/SiteMapDataSource.cs
@@ -1090,9 +1090,9 @@ System.Web.UI.WebControls/TableCellCollection.cs
System.Web.UI.WebControls/TableCellControlBuilder.cs
System.Web.UI.WebControls/TableCell.cs
System.Web.UI.WebControls/Table.cs
System.Web.UI.WebControls/TableFooterRow.cs
../referencesource/System.Web/UI/WebControls/TableFooterRow.cs
System.Web.UI.WebControls/TableHeaderCell.cs
System.Web.UI.WebControls/TableHeaderRow.cs
../referencesource/System.Web/UI/WebControls/TableHeaderRow.cs
../referencesource/System.Web/UI/WebControls/TableHeaderScope.cs
System.Web.UI.WebControls/TableItemStyle.cs
System.Web.UI.WebControls/TableRowCollection.cs
@@ -1118,7 +1118,7 @@ System.Web.UI.WebControls/TreeNode.cs
../referencesource/System.Web/UI/WebControls/TreeNodeSelectAction.cs
System.Web.UI.WebControls/TreeNodeStyleCollection.cs
System.Web.UI.WebControls/TreeNodeStyle.cs
System.Web.UI.WebControls/TreeNodeTypes.cs
../referencesource/System.Web/UI/WebControls/TreeNodeType.cs
System.Web.UI.WebControls/TreeView.cs
../referencesource/System.Web/UI/WebControls/TreeViewImageSet.cs
System.Web.UI.WebControls/UnitConverter.cs
@@ -1184,8 +1184,8 @@ System.Web.UI.WebControls/WizardNavigationEventHandler.cs
System.Web.UI.WebControls/WizardStepBase.cs
System.Web.UI.WebControls/WizardStepCollection.cs
System.Web.UI.WebControls/WizardStepControlBuilder.cs
System.Web.UI.WebControls/WizardStep.cs
System.Web.UI.WebControls/WizardStepType.cs
../referencesource/System.Web/UI/WebControls/WizardStep.cs
../referencesource/System.Web/UI/WebControls/WizardStepType.cs
System.Web.UI.WebControls/XmlBuilder.cs
System.Web.UI.WebControls/Xml.cs
System.Web.UI.WebControls/XmlDataSource.cs

Some files were not shown because too many files have changed in this diff Show More