Rob Wu
Rob Wu
The copy of Oxygen icons from the repo was retrieved in september 2013, [allegedly dual-licensed](https://web.archive.org/web/20130820064823/http://www.oxygen-icons.org/?page_id=4) under [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) and [LGPL](https://www.gnu.org/licenses/lgpl.html). The original site (oxygen-icons dot org) is now taken...
Currently I have set strict_min_version: 57a0 in the add-on metadata. This is because the new version behaves differently than the original version. Should the strict minimum version be dropped, so...
https://github.com/spasche/openinbrowser/issues/23#issuecomment-331705887 > Another thing I observed after trying out @Rob--W 's extension is that when I restart firefox, the windows are now much smaller, having the same size as the...
Even after patching #130 (with #463), I am unable to launch Firefox 123.0 because it crashes. After bisecting libfaketime, I found that the regression is caused by #422. This patch...
Could you index extensions by manifest keys (e.g. `permissions` / `optional_permissions`, `content_scripts`), and add the ability to search through the source code of extensions that match the query? For example,...
The current specified API lacks the ability to put images on the clipboard. This seems to be motivated by the concern for exploitation of security vulnerabilities in external applications (e.g....
### Describe the problem and steps to reproduce it: A developer reached out to me that their add-on is blocked for an unknown reason, and they couldn't find relevant (review)...
MV3 extensions originally developed for Chrome often use the `service_worker` key. Firefox does not support `background.service_worker` yet, and the lack of support for that is often a surprise (e.g. https://github.com/mozilla/web-ext/issues/3045)....
See https://bugzilla.mozilla.org/show_bug.cgi?id=1876924 for context. `incognito: "split"` is not supported in Firefox, only in Chrome. In Firefox, `incognito: "spanning"` is the only supported value that enables users to opt in to...
addons-linter was patched before to emit only a warning when `background.service_worker` is used without scripts/page (https://github.com/mozilla/addons-linter/issues/5152). The warnings are still not very helpful. Instead of a generic "/background/service_worker" is not...