2010-05-04 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / class / Mono.WebBrowser / ChangeLog
index 638272c998e2cf7e00b73e8ffb81bd84166c84f1..04d3e920dc72aff900e87c808973fab6b4b452a2 100644 (file)
@@ -1,3 +1,42 @@
+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
+       from the binding (like opening a window, or rendering content)
+
 2008-11-19  Andreia Gaita <shana@jitted.com> 
 
        * Mono.Mozilla/DOM/Node.cs, Mono.Mozilla/DOM/Window.cs: Fix comparison operators