fergald
fergald
Currently we get no information about where the rejection occurred. This makes developing promise_tests painful. With this change the stack is logged to the console. An alternative is to insert...
The following code fails to compile when the `#include` is present ```cpp #include "ssd1306.h" void setup() { Serial.println(std::numeric_limits::max()); } void loop() { } ``` The error is ``` sketch_may15a:4:52: error:...
Forking off from #7252. I don't think this is urgently needed, just trying to gather all the info in one place. > > If we all agreed that FF"s behaviour...
Forking this off from #5744 and #5879. Looking for feedback. I'm not sure if this is something we would try to spec or not but it's something that could increase...
Maybe this is working as intended but I have a few duplicate feeds and so I poked around my gpodder account and found e.g. |gpodder|rss| |-|-| |https://gpodder.net/podcast/crypto-gram-security-podcast-2|http://dhenage.libsyn.com/rss| |https://gpodder.net/podcast/crypto-gram-security-podcast-4|https://dhenage.libsyn.com/rss| these differ...
URL: https://github.com/GoogleChrome/developer.chrome.com//blob/main/site/en/docs/privacy-sandbox/permissions-policy/index.md The example `[FEATURE]=([ORIGIN(s)])` text makes it seem like you can apply a policy to specific origins without applying it to the frame itself. So e.g. if the main...
In order to produce accurate BFCache hit-rate stats a page must be able to tell whether a navigation was even eligible for BFCache in the first place. Currently there is...
According to https://w3c.github.io/sensors/#permission-api a page that wants to access orientation, must be allowed gyroscope and accelerometer. Relative orientation is not sensitive data, linear acceleration is but I cannot specify a...
This PR is not at the point where it can be accepted and is currently for reference only. Add `unload` as a feature controlled by `Permissions-Policy`. Unload events are not...
## Introduction We (chromium) would like to propose an [`unload` permissions policy](https://github.com/fergald/docs/blob/master/explainers/permissions-policy-unload.md) to help sites migrate away from use of unload handlers. TL;DR this header allows disabling firing the unload...