hastur icon indicating copy to clipboard operation
hastur copied to clipboard

A web browser.

Results 46 hastur issues
Sort by recently updated
recently updated
newest added

This validation code assumes we're doing a separate validation pass, and not validating as we parse.

Needed for `Content-Encoding: zstd` https://datatracker.ietf.org/doc/html/rfc8878

c-enhancement
m-archive

This is needed both for GIF decoding and `Content-Encoding: compress`.

c-enhancement
m-archive

Implement fingerprint randomization and protection. https://brave.com/privacy-updates/3-fingerprint-randomization/ https://dl.acm.org/doi/abs/10.1145/2736277.2741090 https://inria.hal.science/hal-01527580/document https://coveryourtracks.eff.org

c-enhancement

https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors Needed for variable lookup on github.com as the color variables are set up like ```css [data-color-mode="auto"][data-light-theme="light"] { --somevar: #123; } ```

c-enhancement
m-style

This is needed for https://github.com support.

m-style
m-css

`test` will currently navigate you to the url `#test` instead of scrolling to the matching ID (or doing nothing if no such ID exists).

c-enhancement
m-browser
m-uri

https://developer.mozilla.org/en-US/docs/WebAssembly/Understanding_the_text_format Having this would make checking that our parsing agrees with the wasm-compiler easier. See e.g. #551 for an example program + its wat.

c-enhancement
m-wasm