Martin Robinson

Results 90 issues of Martin Robinson

Every `ImageCache` should be assigned a `Pipeline` and a `WebView`, so that it knows what WebRender instance to create image keys in. This change accomplishes that by splitting the `ImageCache`...

S-awaiting-review

``` TIMEOUT [expected OK] /cookies/value/value-ctl.html ``` ``` TIMEOUT [expected OK] /cookies/name/name-ctl.html ```

I-intermittent

``` TIMEOUT [expected CRASH] /html/semantics/embedded-content/media-elements/preserves-pitch.html FAIL [expected PASS] subtest: Test that preservesPitch is present and unprefixed. assert_true: expected true got false FAIL [expected PASS] subtest: Test that preservesPitch is on...

I-intermittent

``` OK [expected ERROR] /html/user-activation/no-activation-thru-escape-key.html ```

I-intermittent

``` TIMEOUT [expected CRASH] /fetch/metadata/window-open.https.sub.html PASS [expected TIMEOUT] subtest: Same-origin window, user-activated ```

I-intermittent

``` TIMEOUT [expected PASS] subtest: HTMLMediaElement.srcObject blob Test timed out ```

I-intermittent

``` CRASH [expected OK] /fetch/metadata/generated/element-iframe.https.sub.html ```

I-intermittent

Some tests such as `/html/select/options-length-too-large.html` run their test cases as part of document loading when run with WebDriver. The default page load timeout is [300 seconds]( https://w3c.github.io/webdriver/#dfn-timeouts-configuration). This test uses...

A-webdriver

Instead of passing a `damage` variable around during a single layout, have the damage update flags immediately on the `LayoutImpl`. This ensure that damage from a restyle are not lost...

S-awaiting-merge