[Webkit-unassigned] [Bug 277856] [GTK][WPE] Inspector not working

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 13 02:22:50 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=277856

--- Comment #1 from Miguel Gomez <magomez at igalia.com> ---
After some investigation, I found there are 2 different errors with the inspector.

The first one is related to the normal inspector on GTK, whose window doesn't show at all. Clicking on the inspect option doesn't do anything.
I bisected this problem to https://commits.webkit.org/281966@main.

The second one is related with the HTTP inspector that exists only on WPE. By using this version, the previous error doesn't show, but we get instead the one related to the undefined Float16Array.
It seems that the Float16Array definition is missing from the WebInspectorUI for some reason, and I've confirmed that this was introduced by https://commits.webkit.org/281870@main.

I'll use this bug to track the second issue, and open a new one to track the first one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240813/eadd96a4/attachment.htm>


More information about the webkit-unassigned mailing list