| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Everywhere this was set to 0,0,0,0.Even if it is 0 in the current set of devices, is that universal? Why did we have inset support in the first place?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Everywhere this was set to 0,0,0,0.Even if it is 0 in the current set of devices, is that universal? Why did we have inset support in the first place?
This used to be part of the image that were inlayed on top of the image to imitate Android. Try emulation with Nexus 5 as example.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Everywhere this was set to 0,0,0,0.Nikolay VitkovEven if it is 0 in the current set of devices, is that universal? Why did we have inset support in the first place?
This used to be part of the image that were inlayed on top of the image to imitate Android. Try emulation with Nexus 5 as example.
https://crbug.com/40718410 includes work on VK emulation. Maybe double check whether that was relying on these insets in any capacity or whether it's really purely based on safe-area-insets.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Everywhere this was set to 0,0,0,0.Nikolay VitkovEven if it is 0 in the current set of devices, is that universal? Why did we have inset support in the first place?
Philip PfaffeThis used to be part of the image that were inlayed on top of the image to imitate Android. Try emulation with Nexus 5 as example.
https://crbug.com/40718410 includes work on VK emulation. Maybe double check whether that was relying on these insets in any capacity or whether it's really purely based on safe-area-insets.
Confirmed — it's purely `safe-area-insets` / `cutout` / VK-geometry, never `mode.insets` (its only reader was `currentInsets()`, feeding the generic device-metrics override), so safe to remove for what's landed. Full breakdown in crbug.com/40718410#comment65.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Everywhere this was set to 0,0,0,0.Nikolay VitkovEven if it is 0 in the current set of devices, is that universal? Why did we have inset support in the first place?
Philip PfaffeThis used to be part of the image that were inlayed on top of the image to imitate Android. Try emulation with Nexus 5 as example.
Guangyue Xuhttps://crbug.com/40718410 includes work on VK emulation. Maybe double check whether that was relying on these insets in any capacity or whether it's really purely based on safe-area-insets.
Confirmed — it's purely `safe-area-insets` / `cutout` / VK-geometry, never `mode.insets` (its only reader was `currentInsets()`, feeding the generic device-metrics override), so safe to remove for what's landed. Full breakdown in crbug.com/40718410#comment65.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Remove insets as they always defaulted
Everywhere this was set to 0,0,0,0.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |