perf(app): gate payloadless surfaces on app imports

This commit is contained in:
2026-05-16 03:17:45 -04:00
parent dbfcbdb377
commit 54fcce29f3
8 changed files with 748 additions and 430 deletions
@@ -23,9 +23,11 @@ pub(super) enum LiveRequest {
hover_y: Option<u32>,
typed_text: Option<String>,
site_permissions: Vec<ServoLiveSitePermission>,
ready_surface_ids: Vec<u64>,
},
Poll {
tab_id: String,
ready_surface_ids: Vec<u64>,
},
Close {
tab_id: String,