servo/support
Mukilan Thiyagarajan 114cf9a1cc
ohos: avoid passing some cli arguments to servo (#34237)
These following four OHOS specific arguments are being passed by the
OHOS runtime to the EntryAbility, which then passess them on to Servo's
argument parsing logic:

* `--debugApp=false`
* `--send_to_erms_targetAppDistType=os_integration`
* `--send_to_erms_targetAppProvisionType=release`
* `--send_to_erms_targetBundleType=0`

When Servo's argument parsing logic encounters an unrecognized argument,
it terminates the process after logging an error to stderr (which is not
visible in hilog).

This patch simply filters out these arguments so the parsing logic
doesn't fail.

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
2024-11-13 12:50:40 +00:00
..
android Conversion to Gradle KTS (#33772) 2024-11-01 08:04:28 +00:00
arm32 Update MPL license to https (part 1) 2018-11-19 14:46:43 +01:00
arm64 Update MPL license to https (part 1) 2018-11-19 14:46:43 +01:00
crown Exclude crown from the root Cargo workspace (#34173) 2024-11-08 10:08:49 +00:00
macos Bootstrap pkg-config and cmake on MacOS (#30497) 2023-10-05 01:12:29 +00:00
openharmony ohos: avoid passing some cli arguments to servo (#34237) 2024-11-13 12:50:40 +00:00
rust-task_info Add rust-version to all Cargo.toml files (#33483) 2024-09-17 16:39:07 +00:00
windows Attempt to link to MPL-2.0 license page in Windows installer (#33711) 2024-10-08 09:24:23 +00:00
suppressed_leaks_for_asan.txt Fix a memory leak in components/script/script_runtime.rs and add more leak suppressions (#33175) 2024-08-26 07:33:23 +00:00