diff options
author | Gregory Terzian <2792687+gterzian@users.noreply.github.com> | 2024-06-18 00:44:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 16:44:07 +0000 |
commit | 3d78d60619cb1eda22f4473c91c45cc6a7907244 (patch) | |
tree | da2072a41d0956187c55f0d456d8046d8d794114 /components/config | |
parent | 3c1c395dfc60ca202834f9c708fffda71606bf1a (diff) | |
download | servo-3d78d60619cb1eda22f4473c91c45cc6a7907244.tar.gz servo-3d78d60619cb1eda22f4473c91c45cc6a7907244.zip |
implement basic infra for ResizeObserver (#31108)
Diffstat (limited to 'components/config')
-rw-r--r-- | components/config/prefs.rs | 3 |
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, }, |