1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:17:44 +00:00

Ladybird+WebContent: Add chrome command line and exe path passing

This commit is contained in:
Bastiaan van der Plaat 2024-01-16 18:55:40 +01:00 committed by Andreas Kling
parent c94fc7d3b0
commit dc2233ef7a
9 changed files with 54 additions and 8 deletions

View file

@ -25,7 +25,7 @@
<table>
<tr>
<th>Version:</th>
<td>@browser_version@ <!-- FIXME: Add build commit hash --></td>
<td>@browser_version@</td>
</tr>
<tr>
<th>Arch:</th>
@ -39,15 +39,14 @@
<th>User Agent:</th>
<td>@user_agent@</td>
</tr>
<!-- FIXME: Add these fields
<tr>
<th>Command Line:</th>
<td></td>
<td>@command_line@</td>
</tr>
<tr>
<th>Executable Path:</th>
<td></td>
</tr> -->
<td>@executable_path@</td>
</tr>
</table>
</body>
</html>