Tom Schuster
Tom Schuster
I am only using the new Firefox for Android (Beta/Nightly), which only has a limited sub-set of extension so I can't test this.
> https://github.com/soufianesakhi/firefox-search-engines-helper > Entering `https://search.f-droid.org/?q=%s` into Search URL will fill Name with search.f-droid.org and Icon with https://www.google.com/s2/favicons?domain=search.f-droid.org > > Add custom search engine will not set Name with "Please fill...
Okay I don't understand what this is meant to test. All of those dates parse as NaN in Firefox, so we don't seem to have those specific implementation-defined date formats...
Sorry, I am totally confused by this. What are we trying to test here? 1. That Date.parse returns NaN for some strings, which is AFAIK allowed? 2. That some date...
Okay I guess that is fair. I am still not sure why Chrome passes this. They parse a lot more stuff than we do.
@fgmccabe Hi! I am starting to look into implementing this in Firefox, has there been any update here?
As far as I can tell https://webassembly.github.io/spec/js-api/ doesn't include any references to `EnsureCSPDoesNotBlockWasmByteCompilation` yet.
Thank you for investigating this! I certainly assumed it's possible, but had some trouble coming up with a test case myself. What I [came up with](https://gist.github.com/evilpie/fcbf5ea15440462fbbbfffd2c0e1a761) was using setTimeout and...
Special casing arrays vs other iterables seems wrong to me. Is there no room for just optimizing array iterables more? I know SpiderMonkey has a specific [optimization for iterating over...
We haven't fully evaluated this proposal, but we aren't opposed. To me personally this looks good to me without any special casing.