diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-09-29 17:26:59 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-09-29 17:26:59 -0400 |
commit | e6a41e9a7c90f8a0d1178ce00a49886b74da58d8 (patch) | |
tree | d7aa135b957d3ca39e80bc9fdf1fd0bf8d750733 /modules | |
parent | 55f39e2becee937e9da6790051c63acd88e645a2 (diff) | |
download | iceweasel-uxp-e6a41e9a7c90f8a0d1178ce00a49886b74da58d8.tar.gz |
backport UXP Issue #1124: Remove Dev Edition
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ProcessHangMonitor.jsm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/ProcessHangMonitor.jsm b/modules/ProcessHangMonitor.jsm index e048f5b..474c7c0 100644 --- a/modules/ProcessHangMonitor.jsm +++ b/modules/ProcessHangMonitor.jsm @@ -304,16 +304,6 @@ var ProcessHangMonitor = { } }]; - if (AppConstants.MOZ_DEV_EDITION && report.hangType == report.SLOW_SCRIPT) { - buttons.push({ - label: bundle.getString("processHang.button_debug.label"), - accessKey: bundle.getString("processHang.button_debug.accessKey"), - callback: function() { - ProcessHangMonitor.debugScript(win); - } - }); - } - nb.appendNotification(bundle.getString("processHang.label"), "process-hang", "chrome://browser/content/aboutRobots-icon.png", |