mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Issue #1643 - Part 2: Implement ResizeObserver API
Implements ResizeObserver, ResizeObserverEntry and ResizeObservation
This commit is contained in:
parent
d883c3ef98
commit
abb3630983
7 changed files with 618 additions and 0 deletions
|
|
@ -2652,6 +2652,9 @@ pref("layout.css.font-loading-api.enabled", true);
|
|||
// Should stray control characters be rendered visibly?
|
||||
pref("layout.css.control-characters.visible", false);
|
||||
|
||||
// Is support for ResizeObservers enabled?
|
||||
pref("layout.css.resizeobserver.enabled", true);
|
||||
|
||||
// pref for which side vertical scrollbars should be on
|
||||
// 0 = end-side in UI direction
|
||||
// 1 = end-side in document/content direction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue