-
Notifications
You must be signed in to change notification settings - Fork 108
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
Adding notary from URL doesn't work #171
Comments
For me the problem was in invalid number of arguments passed to nsIWebBrowserPersist.saveURI in I've pushed this one fix to fix_adding_notaries_from_url branch - you might want to try running that, but not sure if it's an upstreamable solution as it'll probably break older FF versions (which worked with originial call). |
Now it works, thanks. |
Was probably a bit unclear (sorry) in "pushed this one fix to ... branch" - that branch is in my fork, so I think it's still a valid issue in this repo, thus might be worth keeping it open (i.e. reopening) in case someone else stumbles upon it and/or @moxie0 (or whatever valid comitters) find time to look at it here. |
OK, reopening :-) |
Steps to reproduce:
Expected result:
New notary is added.
Actual result:
Nothing happens.
Versions:
Firefox 19.0.2 and 20.0
Convergence 0.09 vanilla and patched with patch from #170.
The text was updated successfully, but these errors were encountered: