Timothy Flynn
9214322129
UI/Qt: Do not make assumptions about autocomplete response types
...
For example, we expect a JSON array from Google. Let's not crash if we
get a JSON object or some other unexpected type.
2025-03-20 10:50:24 +01:00
Timothy Flynn
8847079d8a
UI/Qt: Invert check for DuckDuckGo autocomplete parse results
2025-03-20 10:50:24 +01:00
Timothy Flynn
86a93b9b47
UI/Qt: Prevent UAF while parsing autocomplete response data
...
JsonParser only holds a view into the provided string, the caller must
keep it alive. Though we can actually just use JsonValue::from_string
here instead.
2025-03-20 10:50:24 +01:00
Timothy Flynn
bc54c0cdfb
AK+Everywhere: Store JSON strings as String
2025-02-20 19:27:51 -05:00
Timothy Flynn
db47cc41f8
Everywhere: Move the Ladybird folder to UI
2024-11-10 12:50:45 +01:00