hrj

Results 194 issues of hrj

Brought to attention by this [blog post](http://bouk.co/blog/hacking-developers/). There are two concerns here: - Ability of remote services to access local services (more precise definition below) - DNS rebinding which allows...

enhancement
need-advice
security
Request Manager

- [ ] Null pointer exception when a frame points to a missing page (404) - [ ] If frame points to a available page, then there is no exception,...

bug

Specifying the body background color in the `userStyleSheet` causes a number of _unrelated_ test failures in grinder. This is because the background is not always drawn to include all children...

For positioned elements, the auto styles need to take care of `top`, `bottom`, `left`, `right` properties as well. Moreover they might need to be processed at a different time in...

layout

affects 83 tests

layout

290 tests and references are affected, and the following sites: ``` https://news.google.com, https://duckduckgo.com/html?q=xkcd, https://slashdot.org, https://duckduckgo.com/html, https://www.xkcd.com/ ```

layout

Affects 285 tests and references, and the following sites: ``` https://news.google.com, https://slashdot.org ```

layout
rendering

Our HTML parser first appends the `style` node to the DOM, then appends its child nodes to the `style` node. The style node gets an "attached-to-DOM" event and then a...

css
optimisation

The problem: - CSS21 tests use `ex` units with Ahem font. - Ahem font's `x` glyph is a full-height square, but it defines `x-height` to `0.8em` in the `OS/2` table...

need-advice
css
layout

Firefox 44 will have `brotli` decoding, for `https` requests only. In order to keep our `Accept` header the same and to benefit from better compression, `gngr` can also support `brotli`.

enhancement
need-code
networking