Josh Matthews

Results 343 issues of Josh Matthews

```html .first { width: 100%; } .cell { display: table-cell; border: 1px solid black; } first second ``` Firefox: Servo:

C-has-manual-testcase
A-layout/table
A-layout/2020

``` $ ./mach run --dev http://www.dota2.com/items/ Can't read file: Os { code: 24, kind: Uncategorized, message: "Too many open files" } (thread Script(1,1), at ports/servoshell/resources.rs:80) 0: backtrace::backtrace::libunwind::trace at /Users/jdm/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/src/backtrace/libunwind.rs:116:5 backtrace::backtrace::trace_unsynchronized...

A-platform/fonts
I-panic

```html table { border-collapse: collapse; } tr { border: 1px solid black; } column ``` Firefox: Servo:

C-has-manual-testcase
A-layout/table
A-layout/2020

https://github.com/servo/servo/pull/16348 introduced a way to cache external JS scripts, make them easier to read, and https://github.com/servo/servo/pull/26711 added support for using the cached versions instead of fetching them from the network....

A-content/css
E-more-complex
C-assigned

```html ``` Firefox: Servo:

A-layout/inline
C-has-manual-testcase
A-layout/2020

Minimal testcase reduced from https://gist.github.com/jdm/01da62182b9a5f8c3a850342bdac410f: ```html .ui-root__ui-dialog__2TY9Y { height: 100%; flex-direction: column; display: flex; justify-content: flex-end; align-items: center; } .ui-root__ui-dialog-box-contents__3XWtl { background-color: #AAAAAA; width: 100%; max-width: 600px; min-height: 250px; }...

C-has-manual-testcase
A-layout/flex
A-layout/2020

#16348 introduced a way to cache external JS scripts, make them easier to read, and https://github.com/servo/servo/pull/26711 added support for using the cached versions instead of fetching them from the network....

A-content/parsers
E-more-complex

Sample capture of Firefox network requests: ``` Actor: server1.conn0.watcher38 { "array": [ [ "network-event", [ { "actor": "server1.conn0.netEvent45", "browsingContextID": 6442450945, "cause": { "loadingDocumentUri": "https://www.youtube.com/embed/RdtlD_7JAs8", "type": "xhr" }, "chromeContext": false, "innerWindowId":...

A-devtools

Steps to reproduce: 1. Visit docs.google.com in a release build 2. Wait for a long time (10 seconds?) before the page contents appear 3. Try to type your email into...

I-perf-slow
A-layout/flex
A-layout/2020

Based on the prior work from #21371 and the recent discussion in #1799, I have come up with a design that works for all of Servo's current WebIDL interfaces. I...