Skip to content

stoically/temporary-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Oğuz Ersen
Feb 28, 2022
cbb39f7 · Feb 28, 2022
Nov 24, 2019
Feb 28, 2022
Oct 12, 2020
Nov 27, 2019
Nov 27, 2019
Sep 15, 2020
Nov 3, 2019
Nov 8, 2020
Mar 21, 2018
May 3, 2020
Nov 3, 2019
Nov 3, 2019
Feb 21, 2020
Aug 6, 2020
Aug 6, 2020
Jun 8, 2020
Feb 21, 2020
Feb 21, 2020
Jun 8, 2020

Repository files navigation

Temporary Containers Firefox Add-on

Build Status Temporary Containers Matrix room #tmp:mozilla.org

Detailed information about the Add-on can be found in the wiki. There's also this long-form article.

Development

Requirements

  • Clone the repository
  • npm install
  • npm run dev

Run in Firefox

  • npx web-ext run -s dist
    • starts the default system Firefox with a temporary profile, loads the Add-on and watches for changes
    • append -p profilename to start Firefox with a specific profile

or

  • Open about:debugging and Load Temporary Add-on which is located in the dist directory

Check about:debugging and click Inspect to the right of Temporary Containers to see the console.

Run the tests

  • Once: npm test
    • Shows a coverage summary and generates a detailed report in the coverage directory
  • Watcher: npm run watch:test

Release

AMO and GitHub

  • Bump manifest version
  • Commit, tag and push
  • Upload zip web-ext-artifact to AMO
  • Download published AMO xpi
  • Create and publish GitHub release with AMO xpi

Pre-Release on GitHub

  • Bump manifest version
  • Commit and push
  • git tag v1.0beta1
  • git push origin v1.0beta1
  • git log $(git tag --sort=-version:refname | sed -n 2p)..HEAD --pretty=format:%s
  • Add release notes and publish

Libraries

Vue.js and SemanticUI are used for the preferences & popup UI.

License

MIT