Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

process firefox getStats response in appropriate context #6

Merged
merged 2 commits into from
May 29, 2015

Conversation

agallant
Copy link
Contributor

Fix #4

@@ -40,6 +40,17 @@ var fixChromeStatsResponse = function(response) {
return standardReport;
};

var fixFirefoxStatsResponse = function(response) {
// This doesn't substantively change the response, but processes it here
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably dont need this one of comment.

@willscott
Copy link
Owner

👍

willscott added a commit that referenced this pull request May 29, 2015
process firefox getStats response in appropriate context
@willscott willscott merged commit 7673eb2 into willscott:master May 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

getStats fails in Firefox (freedom integration test)
2 participants