New tests.
[mono.git] / mcs / class / Mono.Mozilla / ChangeLog
1 2007-09-23 Andreia Gaita <avidigal@novell.com>\r
2 \r
3         * Added implementation of dialog popups - alert,\r
4         alertcheck, confirm, confirmcheck, confirmex, prompt, \r
5         promptusernameandpassword, promptpassword, select.\r
6         Cleaned up some.\r
7 \r
8 2007-09-19 Andreia Gaita <avidigal@novell.com>\r
9 \r
10         * Forgot to commit an update on the xulbrowser check :/\r
11 \r
12 2007-09-13 Andreia Gaita <avidigal@novell.com>\r
13 \r
14         * add check for xulbrowser library, if it's not \r
15         present complain then leave (don't blow up)\r
16         * change blur method to call deactivate (mozilla seems\r
17         to need it to know when it loses focus)\r
18         * add FocusOption enumeration for finer focus control\r
19 \r
20 2007-09-12 Andreia Gaita <avidigal@novell.com>\r
21 \r
22         * Base.cs, IWebBrowser.cs, WebBrowser.cs: setup shutdown routine\r
23 \r
24 2007-08-11 Andreia Gaita <avidigal@novell.com>\r
25 \r
26         * AssemblyInfo.cs: fix version and attributes\r
27 \r
28 2007-08-10 Andreia Gaita <avidigal@novell.com>\r
29 \r
30         * Reorganize sources by namespace, fix csproj\r
31 \r
32 2007-08-10 Andreia Gaita <avidigal@novell.com>\r
33 \r
34         * Move to main tree\r
35 \r
36 2007-08-10 Andreia Gaita <avidigal@novell.com>\r
37 \r
38         * Add file headers. Take out generic collections, because\r
39         we'll need to use this on 1.1 as well.\r
40 \r
41 2007-08-09 Andreia Gaita <avidigal@novell.com>\r
42 \r
43         * Change external generic interfaces to Mono.WebBrowser\r
44         namespace, while mozilla-specific stuff is Mono.Mozilla.\r
45         Encapsulate code even further with a Manager, so that\r
46         callers can only use what's available in the IWebBrowser\r
47         interface by asking for a new instance from the Manager.\r
48         Everything not in the IWebBrowser interface is private.\r
49         Navigation control, new window creation events.\r
50 \r
51 2007-07-30 Andreia Gaita <avidigal@novell.com>\r
52 \r
53         * Add focus and activation management\r
54           Add new ICallback interface to encapsulate callbacks\r
55           from xulbrowser. IWebBrowser has all calls and events\r
56           accessible from MWF.\r
57           Implement mouse, focus and key handlers\r
58 \r
59 2007-07-21 Andreia Gaita <avidigal@novell.com>\r
60 \r
61         * MozilaInvoke is now called Base, and encapsulates all the\r
62         pinvokes plus a list of web controls that have been loaded\r
63         indexed the control, with binding info (callback object and\r
64         IntPtr to the native xulbrowser instance.\r
65         WebBrowser.cs implements IWebBrowser and is the entry point\r
66         to the library - the WebControl api keeps a reference and \r
67         calls only this.\r
68         Add vstudio 2005 project for 2.0 api\r
69 \r
70 2007-06-25 Andreia Gaita <avidigal@novell.com>\r
71 \r
72         * Callback.cs, IWebBrowser.cs, WebBrowser.cs: \r
73         Change OnWidgetLoaded callback to send the new  \r
74         handle when it's called.\r
75         \r
76 2007-06-18      Andreia Gaita   <avidigal@novell.com>\r
77 \r
78         * initial checkin.