Daniel Vogelheim

Results 22 comments of Daniel Vogelheim

I'd prefer if API + HTML parser + CSS naming rules would become more aligned, rather than less, so I think newly allowed character sets should be the same across...

My context on 'binary AST' is a bit outdated, but my understanding is: - There is not (and cannot be) a 1:1 mapping between source and "binary AST". E.g., the...

@Yoric Currently, in Chrome/Chromium, the hashes are checked once, after the network has delivered the last byte to the renderer, just before the resource is being used. There is a...

Has this discussion reached consensus? I'm presently looking into implementing this. My proposal would be a read-only attribute isRequiredForScript, since that's what we ended up calling the CSP directive that...

> Enabling report-only mode should be a no-op, adding this feature means that now enabling report-only mode can break you application. Ah, I see. So, if report-only should be a...

Well... last paragraph of "The Proposal" does describe this. No longer sure there's something left to do, though. Please close if there's not much to add.

> > I wonder how intrusive it would be to make the WPT helpers trusted type compliant? > > Don't know. Presumably the only way to find out is to...

> Since existing tests suffer from the same problem (e.g. #44348), the proper fix would be to either rewrite all of those tests or fix the testharness. The existing tests...

The time to build the results table (with this patch) for html/dom/reflection-text.text (with indeed >10k entries) took ~800ms (my machine; current version of Chrome). That was the total build time;...

> Could we move this patch into github, please? Although we generally support syncing with vendor repos, for infra changes it's quite hard to be sure that they work correctly...