[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.WebBrowser / ChangeLog
index 30a706ff887643430d5688ef526a4031fdc2a145..04d3e920dc72aff900e87c808973fab6b4b452a2 100644 (file)
@@ -1,3 +1,20 @@
+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