sppmacd

Results 7 issues of sppmacd

In the frontend, users don't see any credentials that allows them to authenticate, everything is done under the hood using cookies. They don't have any way to actually give the...

**SystemMonitor: Add Command column to ProcessModel** This column shows full command line of a process, or empty line if an error occures when reading it. The command is not escaped...

👀 pr-needs-review

Reproduce: ```html * { border: 1px solid black; } aaaa ``` Firefox: ![image](https://github.com/SerenityOS/serenity/assets/42967349/c943d03b-31a2-4013-941d-d9ab7d010357) Ladybird: ![image](https://github.com/SerenityOS/serenity/assets/42967349/b789cdd2-5bbe-49ae-8b6b-eb36e4c16ffb) Layout & paint trees show that the span is there but has height 0: ```...

bug

Serenity PR: https://github.com/SerenityOS/serenity/pull/16371

Reproduce: Set both min and max color to the same value. ![image](https://github.com/tlecomte/friture/assets/42967349/661b3ee9-ee27-4518-aa2d-846a975031fc) ``` Traceback (most recent call last): File "friture/spectrogram.py", line 146, in handle_new_data File "friture/imageplot.py", line 225, in addData...

Bug report

Reproduce: ```html ``` Firefox: ![image](https://github.com/LadybirdBrowser/ladybird/assets/42967349/1119c20e-8245-460b-a937-a039f2ad7a88) Ladybird: ![image](https://github.com/LadybirdBrowser/ladybird/assets/42967349/a9a3e152-5514-459a-a40e-06babec4339e) See also https://github.com/SerenityOS/serenity/issues/19909

bug
reduction of web content
has repro
layout

Reproduce: ```html span:hover { text-shadow: 0 0 3px #58a1e6; } Hover over this span ``` - hover over the text, then stop hovering - the shadow doesn't disappear - you...