Nico Weber

Results 83 issues of Nico Weber

The attached file is a jp2 with rgb and a channels. (I made it in Photoshop and saved it using its "Save a Copy…" feature, which under the hood seems...

``` % out/gn/Ladybird.app/Contents/MacOS/headless-browser --resources $PWD/out/gn/Ladybird.app/Contents/Resources --dump-failed-ref-tests --run-tests $PWD/Tests/LibWeb -f Tests/LibWeb/Text/input/usvstring-url-reflection.html ProcessManager::add_process(SQLServer, 84656) ProcessManager::add_process(RequestServer, 84657) 1100223.277 RequestServer(84657): Loaded 145 of 145 (100%) provided CA Certificates Running 1 tests... 1/1: Text/input/usvstring-url-reflection.htmlProcessManager::add_process(WebContent, 84658)...

We'll probably need something like https://github.com/SerenityOS/serenity/commit/549f5fe374a7713762b76a80a4645dfe80d1c643 for Userland/Applications/Browser too. Tab.{h,cpp} currently has `RefPtr m_select_dropdown` and that has to move to the view impl. However, as far as I can tell,...

`pro https://wpt.live/svg/painting/parsing/stroke-dasharray-valid.svg` => ``` 110.953 pro(58): started request with id 0 111.905 RequestServer(59:60): Job: Failed to read response: Not connected (errno=63) 111.905 [RequestServer(59:60)]: CRASH: CPU #0 General protection fault in...

#20532 added support for `BidirectionalClass` to LibUnicode. Much longer ago, #6613 added some support for bidi text to LibGfx, with its own `BidirectionalClass` enum in LibGfx. We should make LibGfx...

LibWeb has decent support for find-in-page, but it's not hooked up in Browser. Need to do something similar to https://github.com/SerenityOS/serenity/pull/25053 in Userland/Applications/Browser.

Repro: 1. Download this input file: [ref.zip](https://github.com/user-attachments/files/18630971/ref.zip) It contains ref.bmp. It looks like so (in png form, for github's preview): ![Image](https://github.com/user-attachments/assets/fb7aed3d-8fbe-4ce2-9dff-f621584a39c8) 2. Download osx-arm64 version from https://github.com/uclouvain/openjpeg/releases/tag/v2.5.3, fix up the...

Also replace a smart quote encoded in ISO-8859-1 with a regular ANSI quote, to make github not complain that editing this file will transcode it to UTF-8. No behavior change.

* Fix off-by-one as discussed here: https://github.com/SerenityOS/serenity/pull/26430#discussion_r2565300913 * Add clustered dot screen dithering method

👀 pr-needs-review

--- I'm not actually sure if that's the best way to do this. It's based on #23333. I haven't found a way to run, say, both TestImageWriter and TestImageDecoder and...

stale
👀 pr-needs-review