Rob Wu
Rob Wu
Firefox's enterprise policy implementation does something similar, perhaps we can use that logic in web-ext as well? https://searchfox.org/mozilla-central/rev/ce0d41b6033e2a104904327a43edf730245f5241/browser/components/enterprisepolicies/Policies.sys.mjs#2672-2673
I am unable to reproduce your problem. What I did in an attempt to reproduce is as follows: 1. In a fresh Linux environment, I installed web-ext 8.8.0 and latest...
It is indeed DNR. If I check out your mv3-chrome branch and add `--verbose`, I see that `web-ext` detects changes to the file path I mentioned before and reloads Chrome...
Btw, another option is to pass the `--watch-ignored=/full/path/to/src/_metadata` option (do not add a `/`). The parameter will end up being passed to the [watchpack](https://www.npmjs.com/package/watchpack) library at https://github.com/mozilla/web-ext/blob/5ce29deea840f1c594971c345763025561de4711/src/watcher.js#L31 The option accepts...
I discussed this issue with my team, and we are willing to unconditionally ignore the `_metadata/` directory (at least when the target is `chromium`). > > With the latest web-ext...
All webNavigation events support parentFrameId since the beginning of time (well before WebExtensions was ready, at https://searchfox.org/firefox-main/diff/1ba4b05dd93edb4fc2e9489827d5459432021723/toolkit/components/extensions/ext-webNavigation.js#34 ). This logic still exists: https://searchfox.org/firefox-main/rev/ac7d7c131dd65058ad6b7ecfa65dc8f31a0f203e/toolkit/components/extensions/parent/ext-webNavigation.js#138 Oddly, the property is only declared for...
@willdurand to avoid confusion for this common case, WDYT of special casing the situation, to not warn about 140/141 for Android? Firefox users on Android should be relatively up to...
I'm wondering whether it may be due to Librewolf's use of autoconfig. Librewolf sets `devtools.debugger.remote-enabled` to false at https://codeberg.org/librewolf/settings/src/commit/a57df0234fe5e0c6af00d07d71de062c85010521/librewolf.cfg#L483 `pref("devtools.debugger.remote-enabled", false); // default, but subject to branding so keep it`...
@rebloor We settled on renaming the property. Too late for this release, so let's leave the current pathTemplate name undocumented, and document the new property (masqueTemplate) for the next release...
Are you using a recent version of the linter? Support was enabled by default in 8.3.0 : https://github.com/mozilla/addons-linter/releases/tag/8.3.0 The current latest version is 8.4.0