Add CEF runtime to Linux builds (#494)

This commit is contained in:
Gregory Schier
2026-07-03 14:22:47 -07:00
committed by GitHub
parent 1206d5889d
commit cc05fec59d
21 changed files with 1410 additions and 210 deletions
+1 -5
View File
@@ -470,11 +470,7 @@ async fn build_plugin_reply(
}
};
let names = cookie_jar
.cookies
.into_iter()
.map(|c| c.name)
.collect();
let names = cookie_jar.cookies.into_iter().map(|c| c.name).collect();
Some(InternalEventPayload::ListCookieNamesResponse(ListCookieNamesResponse {
names,