mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Turn off mac stack fixer because it's causing random orange (bug 569981) and soon to be replaced
--HG-- extra : rebase_source : 4f731795bdff2ac10034163baba0d5a2ec735b45
This commit is contained in:
parent
f7f3933724
commit
db961dd470
@ -639,7 +639,7 @@ user_pref("camino.use_system_proxy_settings", false); // Camino-only, harmless t
|
||||
stdout=subprocess.PIPE)
|
||||
logsource = stackFixerProcess.stdout
|
||||
|
||||
if self.IS_DEBUG_BUILD and self.IS_MAC:
|
||||
if self.IS_DEBUG_BUILD and self.IS_MAC and False:
|
||||
# Import fix_macosx_stack.py from utilityPath
|
||||
sys.path.insert(0, utilityPath)
|
||||
import fix_macosx_stack as stackFixerModule
|
||||
|
Loading…
Reference in New Issue
Block a user