[Webkit-unassigned] [Bug 242418] New: REGRESSION (r221177): Redundant icon fetching in the web process for file inputs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 6 20:14:33 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=242418
Bug ID: 242418
Summary: REGRESSION (r221177): Redundant icon fetching in the
web process for file inputs
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Forms
Assignee: webkit-unassigned at lists.webkit.org
Reporter: simon.fraser at apple.com
CC: cdumez at apple.com, wenson_hsieh at apple.com
In r221177 there was an inadvertent switching from `icon ? RequestIcon::No : RequestIcon::Yes` to `icon ? RequestIcon::Yes : RequestIcon::No` in what is now FileInputType::didCreateFileList(), which results in a redundant fetch of the file icon in the web process when the UI process already did this and supplied the icon.
--
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/20220707/1e594e34/attachment.htm>
More information about the webkit-unassigned
mailing list