Bug 204572 - REGRESSION(r252770): [GTK][WPE] Remote inspector no longer works if debugger is in a different kind of system
Summary: REGRESSION(r252770): [GTK][WPE] Remote inspector no longer works if debugger ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, Regression
Depends on:
Blocks:
 
Reported: 2019-11-25 04:56 PST by Carlos Garcia Campos
Modified: 2019-11-25 06:33 PST (History)
7 users (show)

See Also:


Attachments
Patch (7.78 KB, patch)
2019-11-25 05:02 PST, Carlos Garcia Campos
zan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2019-11-25 04:56:48 PST
We need to send the byte order as part of the message and avoid using size_t to store the size.
Comment 1 Carlos Garcia Campos 2019-11-25 05:02:16 PST
Created attachment 384291 [details]
Patch
Comment 2 Carlos Garcia Campos 2019-11-25 06:33:20 PST
Committed r252855: <https://trac.webkit.org/changeset/252855>