Skip to content

Reimplement Firefox onInstall logic#15

Merged
leakymemory merged 1 commit into
masterfrom
feature/reimplement-oninstalled-for-firefox
Sep 6, 2016
Merged

Reimplement Firefox onInstall logic#15
leakymemory merged 1 commit into
masterfrom
feature/reimplement-oninstalled-for-firefox

Conversation

@mttwc
Copy link
Copy Markdown
Contributor

@mttwc mttwc commented Sep 2, 2016

Firefox's implementation of WebExtensions currently does not include onInstall() (i.e., the method is undefined). We have some logic for FRE where if the user does not have a clipperId, we assume it's a new user. WebExtensions does not use this as we use onInstall instead (which does not work for Firefox). Ported Firefox onInstall logic back to this old way of doing it. Fixes #14

@leakymemory
Copy link
Copy Markdown
Contributor

Looks good.

@leakymemory leakymemory merged commit e66cbde into master Sep 6, 2016
@leakymemory leakymemory deleted the feature/reimplement-oninstalled-for-firefox branch September 6, 2016 18:45
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.

2 participants