Merge pull request #299 from mozilla/master

Merge 1.0.4 to production to deploy to Test Pilot
This commit is contained in:
luke crouch 2017-03-01 09:37:19 -06:00 committed by GitHub
commit 5afd70de1b
3 changed files with 3 additions and 3 deletions

View file

@ -972,7 +972,7 @@ const ContainerService = {
},
_refreshNeeded() {
return this.configureWindows();
return this._configureWindows();
},
_hideAllPanels() {

View file

@ -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.0.3",
"version": "1.0.4",
"author": "Andrea Marchesini, Luke Crouch and Jonathan Kingston",
"bugs": {
"url": "https://github.com/mozilla/testpilot-containers/issues"

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Containers Experiment",
"version": "1.0.3",
"version": "1.0.4",
"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": {