author | David Major <dmajor@mozilla.com> |
Fri, 10 Jan 2014 08:41:22 -0500 | |
changeset 162940 | 12a4941ca4252926679d91190dba782cf516b796 |
parent 162939 | 1da908db059b5d902d3117b98a7a89e70563cd96 |
child 162941 | b7b3afa4c103fe182456043bb6457a9c669698ea |
push id | 25975 |
push user | ryanvm@gmail.com |
push date | Fri, 10 Jan 2014 19:46:47 +0000 |
treeherder | autoland@e89afc241513 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bsmedberg |
bugs | 957258 |
milestone | 29.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/mozglue/build/WindowsDllBlocklist.cpp +++ b/mozglue/build/WindowsDllBlocklist.cpp @@ -102,17 +102,18 @@ static DllBlockInfo sWindowsDllBlocklist // 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)}, // Topcrash with Babylon Toolbar on FF16+ (bug 721264) {"babyfox.dll", ALL_VERSIONS}, - {"sprotector.dll", ALL_VERSIONS, DllBlockInfo::BLOCK_WIN8PLUS_ONLY }, + // sprotector.dll crashes, bug 957258 + {"sprotector.dll", ALL_VERSIONS}, // Topcrash with Websense Endpoint, bug 828184 {"qipcap.dll", MAKE_VERSION(7, 6, 815, 1)}, // leave these two in always for tests { "mozdllblockingtest.dll", ALL_VERSIONS }, { "mozdllblockingtest_versioned.dll", 0x0000000400000000ULL },