Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreia Gaita <avidigal@novell.com>2008-03-08 08:54:33 +0300
committerAndreia Gaita <avidigal@novell.com>2008-03-08 08:54:33 +0300
commitd845401547c08894630c5e4ea0b77146473d59bc (patch)
tree7ac816dee4e1d97107c658209dd8f54a7e02a393 /ChangeLog
parentbeeb97e9015b91bc1450ba9a049d31673fba28f6 (diff)
* MonoWebBrowserHtmlRender.cs,
BrowserWidget.cs, Makefile.am: Mono.Mozilla backend * IHtmlRender.cs, GeckoHtmlRender.cs, GtkHtmlHtmlRender.cs, WebKitHtmlRender.cs: Support for checking backend capabilities. Added Initialize method to detect if the backend is functional on load. * browser.cs: Take out --no-gecko option, and add instead a --engine option, taking an engine name (equivalent to IHtmlRender.Name). Scan the filesystem for assemblies that can be loaded as backends, load the requested engine or fallback to GtkHtml. Remove UseGecko checks and use the backend Capabilities flags instead. * configure.in (docbrowser): Add mono-webbrowser check, and tweak the detected browser engine message to list what is available. 2008-03-08 Andreia Gaita <avidigal@novell.com> svn path=/trunk/mono-tools/; revision=97745
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5443c516..ebb2714d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-08 Andreia Gaita <avidigal@novell.com>
+
+ * configure.in (docbrowser): Add mono-webbrowser check, and tweak
+ the detected browser engine message to list what is available.
+
2008-03-07 Alp Toker <alp@nuanti.com>
* configure.in: Add no-op webkit-sharp check (for docbrowser).