Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(chromium): Add crashpad handler, enable ldd, add en-US locale to base package, and implement more tests #13921

Merged
merged 8 commits into from
Mar 4, 2024

Conversation

EyeCantCU
Copy link
Member

@EyeCantCU EyeCantCU commented Mar 1, 2024

Fixes: Adds missing crashpad handler, fixes broken libui linking by enabling lld, and adds en-US locale to the base package.

Additionally, a couple tests have been implemented to help ensure Chromium is in a functioning state.

Adds missing crashpad handler for catching exceptions and generating crash reports

Signed-off-by: RJ Sampson <[email protected]>
ajayk
ajayk previously approved these changes Mar 1, 2024
Fixes linking between libraries (namely libui_qt)

Signed-off-by: RJ Sampson <[email protected]>
Without at least one locale, Chromium is no-op out of the box

Signed-off-by: RJ Sampson <[email protected]>
Given the scope of Chromium, it is beneficial to check whether
or not libraries are properly linked

Signed-off-by: RJ Sampson <[email protected]>
Ensures ChromeDriver works

Signed-off-by: RJ Sampson <[email protected]>
@EyeCantCU EyeCantCU force-pushed the chromium-fixes branch 2 times, most recently from 49be840 to d28afec Compare March 4, 2024 15:37
Allows passing startup vars to Chromium via CHROMIUM_USER_FLAGS

Signed-off-by: RJ Sampson <[email protected]>
@ajayk ajayk merged commit 405febd into wolfi-dev:main Mar 4, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants