Bug 306105
| Summary: | REGRESSION(299620@main): [WPE] Building from tarball fails due to missing resources | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | Tools / Tests | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/57120
EWS
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
<rdar://problem/168755283>