Bug 306105

Summary: REGRESSION(299620@main): [WPE] Building from tarball fails due to missing resources
Product: WebKit Reporter: Adrian Perez <aperez>
Component: Tools / TestsAssignee: Adrian Perez <aperez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=208869

Adrian Perez
Reported 2026-01-23 04:39:18 PST
In particular Source/WebKit/PlatformWPE.cmake lists the following, some of which were added in 299620@main: <file alias='css/wpe-theme.css'>wpe-theme.css</file> <file alias='images/missingImage@2x'>missingImage@2x.png</file> <file alias='images/missingImage@3x'>missingImage@3x.png</file> <file alias='images/missingImage'>missingImage.png</file> <file alias='images/panIcon'>panIcon.png</file> <file alias='images/textAreaResizeCorner@2x'>textAreaResizeCorner@2x.png</file> <file alias='images/textAreaResizeCorner'>textAreaResizeCorner.png</file> <file alias=\"audio/Composite\">Composite.wav</file> but then Tools/wpe/manifest.txt.in file Source/WebCore/Resources/missingImage.png file Source/WebCore/Resources/missingImage@2x.png file Source/WebCore/Resources/panIcon.png file Source/WebCore/Resources/textAreaResizeCorner.png file Source/WebCore/Resources/textAreaResizeCorner@2x.png file Source/WebCore/platform/audio/resources/Composite.wav ...which means we are missing at least wpe-theme.css and missingImage@3x.png.
Attachments
Adrian Perez
Comment 1 2026-01-23 04:48:40 PST
EWS
Comment 2 2026-01-23 05:58:09 PST
Committed 306084@main (22614a4e2ba8): <https://commits.webkit.org/306084@main> Reviewed commits have been landed. Closing PR #57120 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2026-01-23 05:59:12 PST
Note You need to log in before you can comment on or make changes to this bug.