Reilly Grant

Results 192 comments of Reilly Grant

The Window Controls Overlay feature is being enabled by default in Chrome 104. Please consider re-opening this issue.

I think you need to remove the stale tag to prevent the bot from closing the issue again.

The concrete motivation for this is based on some internal details about how a couple of APIs in Chromium that provide an `UnderlyingSource` are implemented. For example, when an HTTP...

This has also come up when implementing interfaces like `SerialPort`, `HIDDevice` and `BluetoothRemoteGattCharacteristic`. Basically any time there is an `EventTarget` which is not a DOM element and so isn't referenced...

In Blink this concept is embodied by the `ActiveScriptWrappable` interface, which has a `HasPendingActivity()` method that can return `true` to indicate that the object shouldn't be garbage collected even if...

I think this is good enough in that respect because in the Chromium implementation of the Web Serial API the copying of bytes from the chunk happens on the same...

This proposal could also improve the UI for things like protocol handlers, which currently look like permissions but similarly don't quite fit that model.

I'm still mulling over precise definitions but I think the distinction I would like to draw is that a permission represents the user's control over the _capabilities_ of an web...

> We plan on moving toward this direction of controlling Run on OS Login through site settings as soon as more details on these new site settings APIs (`navigator.siteSettings.get()` and...

Before considering whether we should require code signing for APIs like WebUSB we should explore how a code signing mechanism could work on the web in general. This shouldn't be...