From 5e2ce9a6e9a7f5a352ba7de02947beb86d06f1d5 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 27 Oct 2009 16:13:48 +0000 Subject: Make the web plugin proxy tolerant of windowless bitmap memory mapping failures. These seem to be happening at a low frequency, and can be a result of being out of memory or using too many GDI resources (I think). By catching the error and clearing the canvas pointers, we won't crash and will just skip drawing the plugin. TEST=none BUG=25689 Review URL: http://codereview.chromium.org/332033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30201 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/data/reliability/known_crashes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/test') diff --git a/chrome/test/data/reliability/known_crashes.txt b/chrome/test/data/reliability/known_crashes.txt index 9815a3c..d42e610 100644 --- a/chrome/test/data/reliability/known_crashes.txt +++ b/chrome/test/data/reliability/known_crashes.txt @@ -136,5 +136,5 @@ SUBSTRING : webframeloaderclient::dispatchdidchangelocationwithinpage___webcore: # 23281 REGEX : tabcontents::washidden___.*___tabcontents::~tabcontents -# bug 25689 -PREFIX : skia::crashforbitmapallocationfailure___skia::platformcanvas::platformcanvas___webpluginproxy::setwindowlessbuffer___webpluginproxy::updategeometry___webplugindelegatestub +# bug 23780 +PREFIX : v8::internal::mayaccessprecheck -- cgit v1.1