Tag Archives: firefox

Running ESLint on commit for mozilla-central (Git & Mercurial)

A while ago, Dave Townsend wrote a commit hook for Mercurial for ESLint. I’ve just extended the code to create a commit hook for Git users. To install the Git hook, go into the top-level of your mozilla-central Git repository, … Continue reading

Posted in Mozilla | Tagged , , , , , | Comments Off on Running ESLint on commit for mozilla-central (Git & Mercurial)

WebExtensions: An Example Add-on Repository with Test Harnesses

I’ve created an example repository for how you might set up tools to help development of a WebExtension. Whilst there are others around, I’ve not heard of one that includes examples of tools for testing and auditing your extension. It … Continue reading

Posted in Mozilla | Tagged , , , , , | Comments Off on WebExtensions: An Example Add-on Repository with Test Harnesses

Firefox Hello Desktop: Behind the Scenes – Flux and React

This is the first of a few posts that I’m planning regarding discussion about how we implement and work on the desktop and standalone parts of Firefox Hello. We’ve been doing some things in different ways, which we have found … Continue reading

Posted in Firefox Hello, Mozilla | Tagged , , , , , | 2 Comments