Verified Commit 371fe997 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃 Committed by ma1
Browse files

fixup! BB 4234: Use the Firefox Update Process for Base Browser.

TB 42720: Show what's new in the about:dialog.

Add a BB_VERSION replacement to the URLFormatter service.
parent 9abdf8f3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -134,6 +134,9 @@ nsURLFormatterService.prototype = {
    DISTRIBUTION_VERSION() {
      return this.distribution.version;
    },
    BB_VERSION() {
      return AppConstants.BASE_BROWSER_VERSION;
    },
  },

  formatURL: function uf_formatURL(aFormat) {