Skip to content

Convergence doesn't work on Firefox Aurora 22 #175

@DavidBruant

Description

@DavidBruant

Steps:

It seems that for each attemptto do an HTTPS connection, the console (Ctrl+Shift+J) prints:

proxyService.resolve is not a function
[localdir]/convergence@extension.thoughtcrime.org/components/Convergence.js ->
[localdir]/convergence@extension.thoughtcrime.org/chrome/content/ssl/PhysicalNotary.js
Ligne : 93
PhysicalNotary.prototype.getProxiesForNotary = function() {
  /* bla bla bla */
  // line 93 below:
  var httpProxy           = proxyService.resolve(httpUri, null);

Might have to do with changes (removal?) of nsIProtocolProxyService. See:

You might consider moving from resolve to asyncResolve as that's what changed in the interface apparently

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions