asamuzaK (Kazz)
asamuzaK (Kazz)
In deepAssign(), properties are copied without guarding against prototype pollution.
### Is this a bug or feature request? feature ### What is the current behavior? `web-ext build` command creates zip file including version string, for example `myextension-1.0.0.zip`. (If this is...
When I ran `npm test`: ``` ERROR: --compilers is DEPRECATED and no longer supported. See https://git.io/vdcSr for migration information. ```
Depends on [1332447 - WebExtension API to hide the tabstrip](https://bugzilla.mozilla.org/show_bug.cgi?id=1332447 "1332447 - WebExtension API to hide the tabstrip")
Depends on [1376251 - Allow sidebar extensions access to native tab context menu](https://bugzilla.mozilla.org/show_bug.cgi?id=1376251 "1376251 - Allow sidebar extensions access to native tab context menu")
According to the spec: [The Language Pseudo-class: :lang()](https://drafts.csswg.org/selectors/#the-lang-pseudo) > Each language range in :lang() must be a valid CSS <ident> or <string>. (Thus language ranges containing asterisks, for example, must...
### Basic info: - **Node.js version:** v20.10.0 - **jsdom version:** 23.1.0 ### Minimal reproduction case ```js const { JSDOM } = require("jsdom"); const domstr = ` #target1 { color: green;...
Currently, support for CSS colors is very limited. The [css-color](https://github.com/asamuzaK/cssColor) module covers most of the colors in CSS color module level 4. However, when converting colors, they are first converted...
* Gecko: * [ ] [1803950 - Dynamic import fails in content script in MV3 extension](https://bugzilla.mozilla.org/show_bug.cgi?id=1803950) * [ ] [1687778 - MV3 in-memory storage API (storage.session)](https://bugzilla.mozilla.org/show_bug.cgi?id=1687778) * Blink: * [...
Most of the issue reports over the past year, e.g. #82, #83, #88, #89, #90, #95, #99, #100, #103 etc. indicate that the regular expressions used in v2.2.3 and later...