[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web.Extensions / System.Web.Script.Services / ChangeLog
1 2010-01-18  Marek Habersack  <mhabersack@novell.com>
2
3         * LogicalTypeInfo.cs: partial revert of r146546. The 'd' wrapper
4         (and thus the JsonResult class) is needed after all. Fixes bug
5         #571365
6
7 2009-11-19  Marek Habersack  <mhabersack@novell.com>
8
9         * LogicalTypeInfo.cs: removed the JsonResult class - it has no use
10         and it can break applications (e.g. Umbraco)
11
12 2009-10-08  Atsushi Enomoto  <atsushi@ximian.com>
13
14         * LogicalTypeInfo.cs, RestHandler.cs : add support for WCF proxy
15           generator. Make LogicalTypeInfo and LogicalMethodInfo abstract
16           and create sets of derivation for asmx and WCF. Large part of the
17           code still lives in abstract class, being reduced dependency on
18           ScriptServiceAttribute.
19
20 2009-08-15  Marek Habersack  <mhabersack@novell.com>
21
22         * LogicalTypeInfo.cs: make sure JavaScriptSerializer instance used
23         here reads custom converters from web.config. Fixes bug #525589
24
25 2009-06-14  Robert Jordan  <robertj@gmx.net>
26
27         * ScriptHandlerFactory.cs: handle precompiled web services.
28
29 2009-04-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
30
31         * ClientProxyHandler.cs: set cacheability to public.
32
33 2009-04-03  Marek Habersack  <mhabersack@novell.com>
34
35         * LogicalTypeInfo.cs: don't throw NREX when the passed type
36         doesn't have a parameterless constructor in
37         ShouldGenerateScript. Fixes bug #485435
38
39 2009-01-26  Marek Habersack  <mhabersack@novell.com>
40
41         * ClientProxyHandler.cs: before generating the proxy check if the
42         service type is decorated with the [ScriptService] custom
43         attribute. Only such service types can be called from client
44         JavaScript.
45
46 2008-09-23  Marek Habersack  <mhabersack@novell.com>
47
48         * LogicalTypeInfo.cs: do not use
49         LazyDictionary as enum serializer anymore.
50
51         * ProfileService.cs: do not use
52         LazyDictionary as ProfileService serializer anymore.
53
54         * RestHandler.cs: do not use
55         LazyDictionary as the Exception or NameValueCollection serializer
56         anymore.
57