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

Update for Firefox 58. #900

Closed
wants to merge 1 commit into from
Closed

Conversation

kevincox
Copy link
Contributor

(This allows running in Firefox 58 with legacy extensions enabled.)

It appears that the complex pref API was removed, throwing an error on
use. This changes the code to use setCharPref which is ASCII only. I
don't know if there is a better solution at the moment.

(This allows running in Firefox 58 with legacy extensions enabled.)

It appears that the complex pref API was removed, throwing an error on
use. This changes the code to use setCharPref which is ASCII only. I
don't know if there is a better solution at the moment.
@lilydjwg
Copy link
Contributor

You can use the new setStringPref. See #901.

@lydell
Copy link
Collaborator

lydell commented Nov 19, 2017

Closing in favor of #901.

@lydell lydell closed this Nov 19, 2017
@kevincox
Copy link
Contributor Author

Thanks @lilydjwg and @lydell.

@kevincox kevincox deleted the char-pref branch November 19, 2017 23:42
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.

3 participants