Commit e089589f authored by Kathleen Brade's avatar Kathleen Brade Committed by richard
Browse files

Bug 7494: Create local home page for TBB.

parent 5bea8348
Loading
Loading
Loading
Loading
+0 −0

Empty file added.

+1 −0
Original line number Diff line number Diff line
JAR_MANIFESTS += ["jar.mn"]
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ with Files("controlcenter/**"):
DIRS += [
    "about",
    "aboutlogins",
    "abouttor",
    "attribution",
    "contextualidentity",
    "customizableui",
+1 −1
Original line number Diff line number Diff line
@@ -430,7 +430,7 @@ class BaseAboutNewTabService {
   * the newtab page has no effect on the result of this function.
   */
  get defaultURL() {
    return "about:blank";
    return "about:tor";
  }

  get welcomeURL() {
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
                class="check-home-page-controlled"
                data-preference-related="browser.startup.homepage">
        <menupopup>
          <menuitem value="0" label="&aboutTor.title;" />
          <menuitem value="2" data-l10n-id="home-mode-choice-custom" />
          <menuitem value="1" data-l10n-id="home-mode-choice-blank" />
        </menupopup>
@@ -83,6 +84,7 @@
        Preferences so we need to handle setting the pref manually.-->
      <menulist id="newTabMode" flex="1" data-preference-related="browser.newtabpage.enabled">
        <menupopup>
          <menuitem value="0" label="&aboutTor.title;" />
          <menuitem value="1" data-l10n-id="home-mode-choice-blank" />
        </menupopup>
      </menulist>
Loading