Bug 201301

Summary: [WPE][Qt] loadingChanged signal parameter is unusable
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WPE WebKitAssignee: Philippe Normand <pnormand>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia, ews-watchlist, glenn
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch cgarcia: review+

Description Philippe Normand 2019-08-29 06:53:30 PDT
The WPEQtView class can't rely on the readability/parameter_name rule,
because omitting parameter names for QML signals leads to runtime
errors.
Comment 1 Philippe Normand 2019-08-29 06:56:50 PDT
Created attachment 377578 [details]
Patch
Comment 2 Philippe Normand 2019-08-30 01:29:58 PDT
Committed r249318: <https://trac.webkit.org/changeset/249318>