Skip to content

Commit

Permalink
Bug 1420276: Add uiautomationcore.dll to blocklist; r=Jamie
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: AIYZfyKm20b

--HG--
extra : amend_source : d49b08f20f7aebb05ff40cd0bf13ccbad0a78c5f
  • Loading branch information
dblohm7 committed Nov 23, 2017
1 parent 2914237 commit 04c107e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mozglue/build/WindowsDllBlocklist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,11 @@ static const DllBlockInfo sWindowsDllBlocklist[] = {
// Avecto Privilege Guard causes crashes, bug 1385542
{ "pghook.dll", ALL_VERSIONS },

// Microsoft UI automation causing performance problems on 57+, bug 1420276
#if defined(MOZ_DEV_EDITION) || defined(RELEASE_OR_BETA)
{ "uiautomationcore.dll", ALL_VERSIONS },
#endif // defined(MOZ_DEV_EDITION) || defined(RELEASE_OR_BETA)

{ nullptr, 0 }
};

Expand Down

0 comments on commit 04c107e

Please sign in to comment.