aboutsummaryrefslogtreecommitdiffstats
path: root/components/config
diff options
context:
space:
mode:
authorGregory Terzian <2792687+gterzian@users.noreply.github.com>2024-06-18 00:44:07 +0800
committerGitHub <noreply@github.com>2024-06-17 16:44:07 +0000
commit3d78d60619cb1eda22f4473c91c45cc6a7907244 (patch)
treeda2072a41d0956187c55f0d456d8046d8d794114 /components/config
parent3c1c395dfc60ca202834f9c708fffda71606bf1a (diff)
downloadservo-3d78d60619cb1eda22f4473c91c45cc6a7907244.tar.gz
servo-3d78d60619cb1eda22f4473c91c45cc6a7907244.zip
implement basic infra for ResizeObserver (#31108)
Diffstat (limited to 'components/config')
-rw-r--r--components/config/prefs.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/config/prefs.rs b/components/config/prefs.rs
index 7bae20b721f..b48b6954914 100644
--- a/components/config/prefs.rs
+++ b/components/config/prefs.rs
@@ -268,6 +268,9 @@ mod gen {
allowed_in_nonsecure_contexts: bool,
}
},
+ resize_observer: {
+ enabled: bool,
+ },
script: {
asynch: bool,
},