From 2f273a85fa2482ee7cbe6912da5806fa954025be Mon Sep 17 00:00:00 2001 From: Alex Keybl Date: Sat, 19 Nov 2011 03:33:30 -0500 Subject: [PATCH] Bug 699134, block Roboform <= ver 7.6.1, r=jonas a=akeybl CLOSED TREE --HG-- extra : transplant_source : %E5%D3mu%E2%5B%1F%C2%93%5E%23%C4%CB%9B%8B.%25%3E3%CC --- toolkit/xre/nsWindowsDllBlocklist.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/toolkit/xre/nsWindowsDllBlocklist.cpp b/toolkit/xre/nsWindowsDllBlocklist.cpp index aec54835bf4..f6cfe62bd96 100644 --- a/toolkit/xre/nsWindowsDllBlocklist.cpp +++ b/toolkit/xre/nsWindowsDllBlocklist.cpp @@ -129,7 +129,11 @@ static DllBlockInfo sWindowsDllBlocklist[] = { // Topcrash in Firefox 4 betas (bug 618899) {"accelerator.dll", MAKE_VERSION(3,2,1,6)}, - + + // Topcrash with Roboform in Firefox 8 (bug 699134) + {"rf-firefox.dll", MAKE_VERSION(7,6,1,0)}, + {"roboform.dll", MAKE_VERSION(7,6,1,0)}, + // leave these two in always for tests { "mozdllblockingtest.dll", ALL_VERSIONS }, { "mozdllblockingtest_versioned.dll", 0x0000000400000000ULL },