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:
authorRafael Ferreira <raf@ophion.org>2005-11-20 11:13:04 +0300
committerRafael Ferreira <raf@ophion.org>2005-11-20 11:13:04 +0300
commit37c0bb1cf822148ea6b086864c7d5c17d3bbb9b4 (patch)
treeb550d569c8c299ea36708e6adff6404a67284cbd /docbrowser/ChangeLog
parent204f79439c37050677e94570d110a99fa737e209 (diff)
added try/catch logic in case provider throws an exception
svn path=/trunk/mono-tools/; revision=53285
Diffstat (limited to 'docbrowser/ChangeLog')
-rw-r--r--docbrowser/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/docbrowser/ChangeLog b/docbrowser/ChangeLog
index 08c89359..02f56639 100644
--- a/docbrowser/ChangeLog
+++ b/docbrowser/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-20 Rafael Ferreira <raf@ophion.org>
+ * browser.cs:
+ - Added try/catch just in case the provider
+ throws an exception
+ * BookmarkManager.cs:
+ - Removed try/catch logic since it will be
+ handled by the browser
+
2005-11-05 Rafael Ferreira <raf@ophion.org>
* browser.cs:
- Changes to make the browser a public object,