Commit 4b0669b4 authored by Alex Catarineu's avatar Alex Catarineu Committed by Matthew Finkel
Browse files

Bug 26345: Hide tracking protection UI

parent e09426c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -847,10 +847,10 @@ var gIdentityHandler = {

    this._refreshPermissionIcons();

    // Hide the shield icon if it is a chrome page.
    // Bug 26345: Hide tracking protection UI.
    gProtectionsHandler._trackingProtectionIconContainer.classList.toggle(
      "chromeUI",
      this._isSecureInternalUI
      true
    );
  },

+0 −4
Original line number Diff line number Diff line
@@ -114,10 +114,6 @@ static const RedirEntry kRedirMap[] = {
     nsIAboutModule::URI_MUST_LOAD_IN_CHILD |
         nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
         nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::HIDE_FROM_ABOUTABOUT},
    {"protections", "chrome://browser/content/protections.html",
     nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
         nsIAboutModule::URI_MUST_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT |
         nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS},
    {"pioneer", "chrome://browser/content/pioneer.html",
     nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::HIDE_FROM_ABOUTABOUT},
#ifdef TOR_BROWSER_UPDATE
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ pages = [
    'policies',
    'preferences',
    'privatebrowsing',
    'protections',
    'profiling',
    'reader',
    'restartrequired',
+2 −2
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@
                        oncommand="gSync.toggleAccountPanel('PanelUI-fxa', this, event)"/>
        </toolbaritem>
        <toolbarseparator class="sync-ui-item"/>
        <toolbaritem>
        <toolbaritem hidden="true">
          <toolbarbutton id="appMenu-protection-report-button"
               class="subviewbutton subviewbutton-iconic"
               oncommand="gProtectionsHandler.openProtections(); gProtectionsHandler.recordClick('open_full_report', null, 'app_menu');">
@@ -255,7 +255,7 @@
            </label>
          </toolbarbutton>
        </toolbaritem>
        <toolbarseparator id="appMenu-tp-separator"/>
        <toolbarseparator hidden="true" id="appMenu-tp-separator"/>
        <toolbarbutton id="appMenu-new-window-button"
                       class="subviewbutton subviewbutton-iconic"
                       label="&newNavigatorCmd.label;"
+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ DIRS += [
    'preferences',
    'privatebrowsing',
    'prompts',
    'protections',
    'protocolhandler',
    'resistfingerprinting',
    'search',
Loading