[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.WebBrowser / ChangeLog
index 38da68eb0a703a697faed8d8b34244e71c5eba31..04d3e920dc72aff900e87c808973fab6b4b452a2 100644 (file)
@@ -1,5 +1,37 @@
+2008-11-23  Andreia Gaita <shana@jitted.com>
+
+       * Mono.Mozilla/Callback.cs: Catch redirecting and update url accordingly. 
+       Ignore OnLocationChanged, it's not always called, use OnStateChange instead.
+
+2008-11-23  Andreia Gaita <shana@jitted.com>
+
+       * Mono.Mozilla/WebBrowser.cs: Do delayed resizing, when the resize happens 
+       before a window is created. Fix the window getter so it gets the top content
+       window if no window is focused.
+
+2008-11-23  Andreia Gaita <shana@jitted.com>
+
+       * Mono.Mozilla/Callback.cs: Send NS_BINDING_ABORTED code for a cancelled request.
+       * Mono.Mozilla/interfaces/nsIRequest.cs: Fix status type
+       [Fixes #445498]
+
+2008-11-23  Andreia Gaita <shana@jitted.com>
+
+       * Mono.Mozilla/WebBrowser.cs: create the browser window when the control gets
+       activated so focus works properly
+
 2008-11-23  Andreia Gaita <shana@jitted.com> 
 
+       * Mono.Mozilla/Callback.cs,
+         Mono.Mozilla/DOM/DocumentEncoder.cs,
+         Mono.Mozilla/DOM/HTMLElement.cs,
+         Mono.Mozilla/WebBrowser.cs,
+         Mono.Mozilla/interfaces/nsIServiceManager.cs:
+         Fix ContentStream for xulrunner 1.8.
+         Fix Document and Uri setting when loading new pages
+
+2008-11-23  Andreia Gaita <shana@jitted.com>
+
        * Mono.Mozilla/Base.cs, Mono.Mozilla/WebBrowser.cs: Separate initialization 
        in 3 stages so events can be registered before the window is actually created. 
        The creation of the window is now done only when a user requests something