Evan Stade

Results 9 issues of Evan Stade

### WebKittens @annevk ### Title of the spec Storage Buckets ### URL to the spec https://wicg.github.io/storage-buckets/ ### URL to the spec's repository https://github.com/WICG/storage-buckets ### Issue Tracker URL _No response_ ###...

topic: privacy
topic: storage
venue: WICG
from: Google
venue: WHATWG Storage Workstream

WRT https://w3c.github.io/clipboard-apis/#dom-clipboard-read 1. `items` is referenced after it is no longer in scope ("if `items` has size > 0" comes after the scope of "Let `items` [...]" 2. "Set representation’s...

A few related comments: - the `read()` algorithm verifies permissions "in parallel", which is, AFAIU, a deprecated way to describe parallelism. Presumably this should be done on the permissions task...

* In the algorithm to [check clipboard read permission](https://www.w3.org/TR/clipboard-apis/#check-clipboard-read-permission), there is no reference to any [permission](https://www.w3.org/TR/permissions/#dfn-permission) and to avoid confusion the word "permission" should probably not be used in some...

The spec [mentions that the document must have focus](https://www.w3.org/TR/clipboard-apis/#privacy-async) but the read and write algorithms don't mention the focus check, which means it's unspecified when that check is enforced.

Lately, Google icon repo icons have been including this bizarre viewbox: `viewBox="0 -960 960 960"` which can be compensated for by entering a y translate of 960. We should do...

Example input: ` ` Current output (bolded not desirable): CANVAS_DIMENSIONS, 24, **NEW_PATH, NEW_PATH,** MOVE_TO, 12, 3, LINE_TO, 4, 9, R_V_LINE_TO, 12, R_H_LINE_TO, 16, V_LINE_TO, 9, R_LINE_TO, -8, -6, CLOSE, R_MOVE_TO,...

This is a prospective fix for the crash described in crbug.com/326566884. Inspection of the crash dump suggests that `Add()` is failing, but the compaction routine is continuing to run. While...

perfetto is not compatible with newer protobuf, for at least one reason: its overrides of `google::protobuf::compiler::MultiFileErrorCollector` are no longer functional; see [this change](https://github.com/protocolbuffers/protobuf/commit/d538808032d66366364e410200246c236e275e0f) and [this change](https://github.com/protocolbuffers/protobuf/commit/543fbcdbd9496de9d93a6eb4645640cb47a5514b). In Chromium this forces...