Rob Wu
Rob Wu
The language name for `oc` is incorrect, according to the report at https://github.com/mdn/content/issues/11868 Currently, https://addons.thunderbird.net/en-us/thunderbird/language-tools/ shows: - Occitan (Lengadocian) occitan (lengadocian) (oc-es) [Download Dictionary](https://addons.thunderbird.net/en-us/thunderbird/addon/aranese-spell-checker/) (2.2 MiB) - Occitan (Lengadocian) occitan...
web-ext sets many prefs that makes the browser not match reality. E.g. when I visit `about:config`, I noticed changes to security.fileuri.strict_origin_policy / security.fileuri.origin_policy, which results in an unrealistic same-origin policy...
Firefox 128 introduced support for optional_host_permissions (https://bugzilla.mozilla.org/show_bug.cgi?id=1766026), which removes the need for optional_permissions. Chrome does not support origins in optional_permissions. There may still be some value in the use of...
Should update MIME types, to at least include "mjs" (as text/javascript) in https://github.com/Rob--W/crxviewer/blob/942b02fa871ff4ef6a29cf18b266711725314e86/src/lib/zip.js/mime-types.js#L49
The customPrefs alias was introduced in #1039 as a direct alias, but changed to a shallow copy in #2436 because the object was modified. These changes have been dropped in...
Browsers are adding a new key to the `partitionKey`, to be exposed through the cookies extension API as `partitionKey.hasCrossSiteAncestor`. Spec: https://github.com/w3c/webextensions/blob/main/proposals/hasCrossSiteAncestor.md Implementations: - https://bugzilla.mozilla.org/show_bug.cgi?id=1873418 (pending code review, by me, will...
Our most recent schema imports (#5385, #5386) were delayed because these are manual tasks and it fell through the cracks while we were busy. We should automatically create the issue...
The chrome-launcher implementation assumes that prefs are a flat dictionary-like object. - Type definition: https://github.com/GoogleChrome/chrome-launcher/blob/v1.1.1/src/chrome-launcher.ts#L34 - Unit tests: https://github.com/GoogleChrome/chrome-launcher/blob/v1.1.1/test/chrome-launcher-test.ts#L73-L96 - Implementation merges `prefs` with existing Preferences with a top-level merge:...
## PR Checklist - [x] Addresses an existing open issue: fixes #5078 / #5048 / others (the `ERROR: null` part of it) - [x] That issue was marked as [`status:...
- Node 21.7.3: All tests pass - Node 22.16.0: Test failures: - `provides help message on load failure due to .js ESM config file and no package` - `provides help...