diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-08-14 17:19:40 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-08-14 17:19:40 +0200 |
commit | 9f7b943c1de5e9ae010ff839ee7e601a081d42e1 (patch) | |
tree | 9d8574bff09f9f29d38edc9d0886ff1f4f27355f /application/basilisk/modules/ProcessHangMonitor.jsm | |
parent | 0cd0854ba88e1a5f4e2e9694113299b5e2e0bc25 (diff) | |
download | UXP-9f7b943c1de5e9ae010ff839ee7e601a081d42e1.tar UXP-9f7b943c1de5e9ae010ff839ee7e601a081d42e1.tar.gz UXP-9f7b943c1de5e9ae010ff839ee7e601a081d42e1.tar.lz UXP-9f7b943c1de5e9ae010ff839ee7e601a081d42e1.tar.xz UXP-9f7b943c1de5e9ae010ff839ee7e601a081d42e1.zip |
Issue #1124: Remove Firefox Developer Edition code.
Removes all occurrences of MOZ_DEV_EDITION code and some helpers.
Diffstat (limited to 'application/basilisk/modules/ProcessHangMonitor.jsm')
-rw-r--r-- | application/basilisk/modules/ProcessHangMonitor.jsm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/application/basilisk/modules/ProcessHangMonitor.jsm b/application/basilisk/modules/ProcessHangMonitor.jsm index b1f6f2a97..80c506ac7 100644 --- a/application/basilisk/modules/ProcessHangMonitor.jsm +++ b/application/basilisk/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/skin/slowStartup-16.png", |