container strict mode feature

This commit is contained in:
Fabian Freund
2026-07-05 16:09:31 +02:00
parent a46bafc189
commit 69f0417c51
24 changed files with 498 additions and 52 deletions
@@ -119,6 +119,10 @@ class ContainerProxyRepository extends _$ContainerProxyRepository {
);
}
Future<void> setStrictContexts(Map<String, List<String>> contexts) {
return _runLocked(body: () => _service.setStrictContexts(contexts));
}
/// Serialises [body] behind the service lock after the underlying Gecko
/// proxy service reports healthy. Replaces the per-method boilerplate that
/// each public mutator used to repeat.
@@ -42,7 +42,7 @@ final class ContainerProxyRepositoryProvider
}
String _$containerProxyRepositoryHash() =>
r'9201bb0cdda570d38adc5fc16d1c7719f3d719a2';
r'9d9190edcb06eb1335318172183e354a66626f57';
abstract class _$ContainerProxyRepository extends $Notifier<void> {
void build();