shanehandley

Results 7 issues of shanehandley

The following errors are reported when hitting the application in the browser after executing `npm start`. The browser console reports: ``` Loading failed for the with source “http://127.0.0.1:8081/src/components/pwa-helpers/connect-mixin.js”. 127.0.0.1:8081:1 Loading...

## What kind of change does this PR introduce? This is a proposed fix for the typings for the `options` argument provided when constructing a client via `createBrowserClient()`. The `options`...

**Describe the bug:** It's possible to prevent Servo from shutting down cleanly by defining an infinite loop in javascript based on event listeners. Example: ```html Servo HashChange loop window.onhashchange =...

C-untriaged

**Describe the bug:** Servo crashes while rendering https://html.spec.whatwg.org/ ``` assertion `left == right` failed left: 776.0166666666667px right: 776px (thread Script(1,1), at components/layout_2020/flow/float.rs:279) 0: ::fmt 1: core::fmt::write 2: std::io::Write::write_fmt 3: servoshell::backtrace::print...

A-layout/floats
C-has-manual-testcase
I-panic
C-untriaged

**Describe the bug:** When hovering over a link in the minibrowser, the status bar shows the href. When the link has a very long href, the status bar grows very...

C-untriaged

Implements the IDL attribute / behaviour for `outerText` as well as some basic layout code. I haven't previously made any changes to anything related to layout code, so I thought...

**Describe the bug:** While investigating [WPT failures related to form submission](https://wpt.fyi/results/html/semantics/forms/form-submission-0/multipart-formdata.window.html?label=master&product=servo&aligned), I noticed that there were several warnings in the logs related to closed pipelines along the lines of "Loaded...

C-untriaged