mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
![Makoto Kato](/assets/img/avatar_default.png)
Since safe area insets uses on content, we need send it from chrome process to content process. SafeAreaInsetsChanged will be called per window position/size change (Next patch is Android implementation for it), we have to calculate safe area insets on widget/window per change. Current implementation is that this value is top level document only like Blink since https://github.com/w3c/csswg-drafts/issues/4670 isn't resolved yet. Differential Revision: https://phabricator.services.mozilla.com/D55084 --HG-- extra : moz-landing-system : lando