1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:37:34 +00:00
serenity/Userland
Brian Gianforcaro 35b06ef1eb UserspaceEmulator: Fix syntax of generated profiles
While trying out `ue --profile` today, I received an invalid json
profile. After poking around at the file it looks like we never close
the `events: [..` array that we generate, and thus end up with an
invalid document.

The fix is straight forward, always emit the closing brace.
2022-02-24 16:12:19 +03:30
..
Applets ClipboardHistory: Add Time column 2022-02-24 08:47:55 +01:00
Applications LibGUI+Apps: Adjust Splitter spacings 2022-02-23 18:56:22 +02:00
Demos LibGUI+Apps: Adjust Splitter spacings 2022-02-23 18:56:22 +02:00
DevTools UserspaceEmulator: Fix syntax of generated profiles 2022-02-24 16:12:19 +03:30
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Libraries LibWeb: Actually query the orientation 2022-02-24 08:04:25 +01:00
Services WindowServer: Mark window frame as invalidated when updating title 2022-02-21 20:34:36 -08:00
Shell Shell: Use an opaque color for SyntaxError 2022-02-23 21:56:16 +00:00
Utilities ls: Add option -1 which lists one file per line 2022-02-19 18:18:13 -08:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00