diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-06-22 13:03:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-22 13:03:45 +0200 |
commit | 5f5523bffd09c2caa5de5a08758db9574cb5978b (patch) | |
tree | 78273646952793ba3d80ca8d270edf485c235cc6 /application/basilisk/base/content/browser-context.inc | |
parent | 4b65237d5d6e6f84a69571435e7b9fa5b36f444f (diff) | |
parent | e3719ec517645a17224d2f3e5d3320ea77952719 (diff) | |
download | UXP-5f5523bffd09c2caa5de5a08758db9574cb5978b.tar UXP-5f5523bffd09c2caa5de5a08758db9574cb5978b.tar.gz UXP-5f5523bffd09c2caa5de5a08758db9574cb5978b.tar.lz UXP-5f5523bffd09c2caa5de5a08758db9574cb5978b.tar.xz UXP-5f5523bffd09c2caa5de5a08758db9574cb5978b.zip |
Merge pull request #528 from g4jc/remove_browser_ui_telemetry
backport mozbug 1453667: Remove BrowserUITelemetry from Basilisk application
Diffstat (limited to 'application/basilisk/base/content/browser-context.inc')
-rw-r--r-- | application/basilisk/base/content/browser-context.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/application/basilisk/base/content/browser-context.inc b/application/basilisk/base/content/browser-context.inc index 9fa90b11c..36e0478af 100644 --- a/application/basilisk/base/content/browser-context.inc +++ b/application/basilisk/base/content/browser-context.inc @@ -3,9 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -# NB: IF YOU ADD ITEMS TO THIS FILE, PLEASE UPDATE THE WHITELIST IN -# BrowserUITelemetry.jsm. SEE BUG 991757 FOR DETAILS. - <menugroup id="context-navigation"> <menuitem id="context-back" class="menuitem-iconic" |