[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / System.Web.UI.HtmlControls / ChangeLog
index f3066169b6a80811e638710454053d0369101357..928ce70fce01dd66d9efa4ca805db2efd4a8a845 100644 (file)
@@ -1,3 +1,48 @@
+2010-07-09  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlInputButton.cs: if ServerClick handler is found, do NOT
+       attribute-encode the onclick attribute.
+
+2010-06-21  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlControl.cs: PreProcessRelativeReference deos not
+       atribute-encode the attribute value. Fixes bug #596430
+
+2010-06-01  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlHead.cs: added code to render description and keywords metas
+       if the corresponding HtmlMeta controls aren't found and the user
+       set either Description or Keywords properties.
+
+2009-12-22  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlForm.cs: RenderChildren is slightly more efficient now.
+
+2009-11-13  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlForm.cs: reverted part of the previous patch - action is not
+       set to the result of calling ResolveClientUrl(action)
+       anymore. Fixes bug #554324
+
+2009-10-30  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlForm.cs: action is built using Request.ClientFilePath
+       (instead of Request.FilePath) and ResolveClientUrl, so that it's
+       correct even if url rewriting is being used.
+
+2009-09-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * HtmlSelectBuilder.cs: <option> allows the value of the 'selected'
+       attribute to be a boolean or the string "selected", which is treated
+       as "true".
+
+2009-06-16  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlHeadBuilder.cs: use faster String.Compare overloads.
+
+       * HtmlHead.cs: implemented 4.0 properties Description and
+       Keywords.
+
 2009-06-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
 
        * HtmlTitle.cs: HtmlTitle allows children that are not