Skip to content
#

mozilla-firefox

firefox logo

Firefox is a free and open source web browser developed by Mozilla Foundation. First released in 2002 under the name Phoenix. It's available for most operating systems including Windows, macOS, Linux and most phones and tablets.

Here are 105 public repositories matching this topic...

klahnakoski
klahnakoski commented Jan 7, 2020

The links to revisions can take a different form, depending on the repository it is found in:

    const revisionURL = record.meta.repo === 'mozilla-central'
      ? `https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=${record.revision}`
      : `https://github.com/mozilla-mobile/fenix/commit/${record.revision}`;

Ensure we have this these URL templates in the config file

You can’t perform that action at this time.