Tom Schuster

Results 164 comments of Tom Schuster

We already check for installed search engines using the [`search.get`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/search/get) API. However as far as I remember this doesn't include removed search engines, which still prevent the name from being...

Rust does have the advantage compared to C code (including xz) that the build system is a lot more sane and it's harder to hide some nefarious instructions in there....

I think Step 17.6. of [StructuredSerializeInternal](https://html.spec.whatwg.org/multipage/structured-data.html#structuredserializeinternal) explicitly allows us to serialize additional data: > User agents should attach a serialized representation of any interesting accompanying data which are not yet...

This is still buggy. In normal Flash even in fullscreen mode the actual flash content doesn't stretch to the whole screen and stays in a playable size. Additionally Flash seems...

I am not going to use docker for compiling so this is just superfluous noise for me.

Can you remove the AIR argv handling from this PR? I think we shouldn't combine it.

This PR is huge and does a lot of different stuff in one commit. @Mesteery if you split it up it will be easier and quicker to review. Please add...

I [added](https://bugzilla.mozilla.org/show_bug.cgi?id=1955578) some telemetry to Firefox 140, the following results are for Beta however. I am going to update this with the release numbers in a week or so. Overall...

Here are the results for Firefox release. | property | # pageloads | | -------------- | ------- | | hidden | 437,947 | | body | 210,672 | | links...

> [@mozfreddyb](https://github.com/mozfreddyb) The change in Nightly is blocking shadowing of all properties, right? Not only `currentScript`? This is basically correct. For now, I basically just decided to block the clobbering...