Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -85,7 +85,7 @@ using System.Web.UI;
#endif
[assembly: InternalsVisibleTo ("SystemWebTestShim, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
[assembly: InternalsVisibleTo ("System.Web_test_net_4_x, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
[assembly: InternalsVisibleTo ("net_4_x_System.Web_test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
// Resources
[assembly: WebResource ("TreeView_noexpand.gif", "image/gif")]

View File

@@ -1,129 +0,0 @@
2010-05-05 Marek Habersack <mhabersack@novell.com>
* AssemblyInfo.cs: 4.0 metadata updates
2010-02-03 Marek Habersack <mhabersack@novell.com>
* AssemblyInfo.cs: added back InternalsVisibleTo for the test
assembly - it's needed to access CacheItemPriorityQueue
2009-07-07 Raja R Harinath <harinath@hurrynot.org>
* AssemblyInfo.cs: Don't make internals visible to System.Web_test.
2009-07-06 Raja R Harinath <harinath@hurrynot.org>
* AssemblyInfo.cs: Don't make internals visible to
System.Web.Extensions_test and System.Web.DynamicData_test.
2009-04-29 Marek Habersack <mhabersack@novell.com>
* AssemblyInfo.cs: added InternalsVisibleTo for
System.Web.DynamicData
2009-01-20 Marek Habersack <mhabersack@novell.com>
* AssemblyInfo.cs: made internals visible to
System.Web.Extensions_test_net_2_0.dll
2008-01-07 Dean Brettle <dean@brettle.com>
* AssemblyInfo.cs: made InternalsVisibleTo System.Web.test_net_2_0.dll
to support ControlAdapterTest.ConfigCapabilitiesNotCalled().
2007-11-22 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyInfo.cs: InternalsVisibleTo is 2.0 only. Fixes 1.0 profile
build.
2007-11-22 Marek Habersack <mhabersack@novell.com>
* AssemblyInfo.cs: make System.Web.Extensions a friend assembly.
2006-09-14 Igor Zelmanovich <igorz@mainsoft.com>
* AssemblyInfo.cs: add a WebResource for WebUIValidation_2.0.js
2006-08-08 Igor Zelmanovich <igorz@mainsoft.com>
* AssemblyInfo.cs: add a WebResource for MaintainScrollPositionOnPostBack.js
2006-03-15 Chris Toshok <toshok@ximian.com>
* AssemblyInfo.cs: add a WebResource for transparent.gif.
2005-08-27 Kornél Pál <kornelpal@hotmail.com>
* AssemblyInfo.cs: Fixed 48519 to 48944 regressions.
* Consts.cs: Removed to fix regression.
2005-08-18 Dick Porter <dick@ximian.com>
* Consts.cs: Added System.Web and Microsoft.VisualStudio.Web
constants for 2.0
2005-08-15 Sebastien Pouliot <sebastien@ximian.com>
* Consts.cs: Added constant for System.dll (only in 2.0)
2005-07-20 Chris Toshok <toshok@ximian.com>
* AssemblyInfo.cs: add WebUIValidation.js attribute.
2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* Consts.cs: updated revision for Microsoft.VSDesigner.
2005-03-11 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Registered GridView.js script.
2005-02-05 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Registered webform.js script.
2005-01-10 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: More resources.
2004-12-10 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Added resource attribute for menu script.
2004-12-02 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Added more resource attributes.
2004-11-26 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Added more resource attributes.
2004-11-23 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Added missing ifdef NET_2_0.
2004-11-23 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Added resource attributes.
2003-11-13 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* AssemblyInfo.cs: Added attribute
2003-08-01 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* Consts.cs: Added entry
2003-07-30 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* AssemblyInfo.cs: Removed attribute
2003-07-30 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* Locale.cs: Added
2003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* AssemblyInfo.cs: Added
* ChangeLog: Added
* Consts.cs: Added