Luca Greco

Results 130 comments of Luca Greco

@Rob--W I'm sure that you may already noticed it, but I think that it still worth to point it out here: the actual signing feature is implemented by the sign-addon...

@rebloor I just closed [Bug 1593504](https://bugzilla.mozilla.org/show_bug.cgi?id=1593504) as invalid because this behavior is expected, but we should also fix the window-manipulator example accordingly, see: - https://bugzilla.mozilla.org/show_bug.cgi?id=1593504#c2 - https://bugzilla.mozilla.org/show_bug.cgi?id=1593504#c3

@willdurand no need to rush on this, but I looked into it and so I updated this PR to apply the tweaks needed to successfully run flow >= 0.185.0 The...

@andymckay @kumar303 I think that this is likely to be related to the Firefox preferences that are implicitly set internally by the firefox-profile-js dependency, in particular this line: - https://github.com/saadtazi/firefox-profile-js/blob/b5821e92f7614c6f8ff6a4a0c93ff5264990ddb3/lib/firefox_profile.js#L32...

We briefly discussed about this in our last triage meeting, the enhancement request seems reasonable but not a priority and so we would be ok with reviewing a contributed pull...

I took a quick look into this and based on the documentation related to the CDP protocol support in Firefox: https://firefox-source-docs.mozilla.org/remote/Usage.html it seems that: - there are separate command line...

@manthony9 the change in sign addon made it to v3.7, but there are still changes on the web-ext side to leverage that new sign-addon option, are you interested to look...

> @rpl would you be assigning the issue to me or should I start working on it as it is. I'm sorry I am not sure what the best approach...

@manthony9 you can find the relevant code (the one that calls the sign-addon dependency, which is where we should by the new option to disable the progress bar) is here:...

@manthony9 what are the steps that you are using to test that change? I tried to add `disableProgressBar: true` locally and it seems to be disabling the progress bar as...