Removal of upgrade process from install. Bump version to 1.1.3.
This commit is contained in:
parent
6518b00354
commit
7499c4a4c1
3 changed files with 4 additions and 4 deletions
4
index.js
4
index.js
|
@ -1553,8 +1553,8 @@ ContainerWindow.prototype = {
|
|||
exports.main = function (options) {
|
||||
const installation = options.loadReason === "install" ||
|
||||
options.loadReason === "downgrade" ||
|
||||
options.loadReason === "enable" ||
|
||||
options.loadReason === "upgrade";
|
||||
options.loadReason === "enable";
|
||||
// TODO check if we need this also options.loadReason === "upgrade";
|
||||
|
||||
// Let's start :)
|
||||
ContainerService.init(installation);
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "testpilot-containers",
|
||||
"title": "Containers Experiment",
|
||||
"description": "Containers works by isolating cookie jars using separate origin-attributes defined visually by colored ‘Container Tabs’. This add-on is a modified version of the containers feature for Firefox Test Pilot.",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"author": "Andrea Marchesini, Luke Crouch and Jonathan Kingston",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mozilla/testpilot-containers/issues"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Containers Experiment",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
|
||||
"description": "Containers works by isolating cookie jars using separate origin-attributes defined visually by colored ‘Container Tabs’. This add-on is a modified version of the containers feature for Firefox Test Pilot.",
|
||||
"icons": {
|
||||
|
|
Loading…
Add table
Reference in a new issue