Liam Brady

Results 15 issues of Liam Brady

The existing spec results in a fenced frame navigating directly to the `url` stored in a `FencedFrameConfig` IDL object when navigating to a config built with the `FencedFrameConfig(url)` default constructor....

This PR introduces a new algorithm: `Recalculate the untrusted network status of all frames`. This is called whenever a fenced frame marks its network as disabled, and checks to see...

The [navigate](https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate) algorithm has changed since we originally monkey patched it. This PR updates our monkey patch to reference the steps as they currently exist. This also cleans up the...

The navigation algorithm has changed since we last patched it. Our patches now reference steps that are now in different places, or steps that no longer exist since they were...

specification

The default `FencedFrameConfig(url)` constructor does not install a fenced frame config in the spec. `FencedFrameConfig(url)` puts a `url` into the `url` slot, and then we can pass in [either a...

specification