Luca Greco

Results 130 comments of Luca Greco

> The npm audit issues are pre-existing. I think that @rpl or @willdurand was going to address that. yes, I was the one that was meant to followup on that....

We discussed about this in the triage meeting and we agreed to move forward with merging this PR but also update the README.md file to clarify what `Note: There is...

> I added a note to the readme, does that look good? In comment https://github.com/mozilla/web-ext/pull/3250#issuecomment-2462207299 I was referring to expanding/rewording the existing `**Note:** There is limited support for this API`...

We discussed briefly about this enhancement request and we agreed that we would be willing to consider a contributed pull request that introduce that kind of support, as long as...

@whimboo here is a list of the Firefox RDP methods web-ext is using: - addons RDP actor `listAddons`: (https://github.com/mozilla/web-ext/blob/c8bb14245ffd943e83946b91ff998d4fd9a54db7/src/firefox/remote.js#L130) - addons RDP actor `installTemporaryAddon` (https://github.com/mozilla/web-ext/blob/c8bb14245ffd943e83946b91ff998d4fd9a54db7/src/firefox/remote.js#L115) - addon RDP actor `reload`...

The webdriver classic/bidi internals in Firefox use this `"termsofuse.bypassNotification"` boolean pref to flip this off: https://searchfox.org/mozilla-central/rev/ce0d41b6033e2a104904327a43edf730245f5241/remote/shared/RecommendedPreferences.sys.mjs#377-378 @Juraj-Masiar setting this pref through `web-ext run --pref="..."` did bypass the dialog for me...

@hueychen27 we are not sure if librewolf have made any change to the command line options that could prevent it from listening on the port that gets passed to it....

> [@rpl](https://github.com/rpl) What is expected to happen as I debug? @hueychen27 actually try out this additional web-ext run options to set prefs that should make librewolf remote debugger server to...

@hueychen27 thanks, unfortunately the logs that librewolf emitted doesn't show any additional detail that would help us to determine the underlying issue. Nonetheless, what @Rob--W mentioned in https://github.com/mozilla/web-ext/issues/3473#issuecomment-3188543244 seems a...

We triaged this issue during out triage meeting today and we agreed that applying changes to the linter to make sure the default config is applied by default (and additional...