Set Ready For Review
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hello, could you please take a look at these changes.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
// TODO(crbug.com/40092782): Add window-management support on Android.Do we still need it?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// TODO(crbug.com/40092782): Add window-management support on Android.Do we still need it?
Yes, because it is under development and clank doesn't support display topology right now.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// TODO(crbug.com/40092782): Add window-management support on Android.Daniil HrybchukDo we still need it?
Yes, because it is under development and clank doesn't support display topology right now.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
components/resources/android/permissions_resource_id.h lg
| 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. |
window management api: asking permission in Clank
Add icon
(https://fonts.corp.google.com/icons?selected=Google+Material+Icons+Filled:select_window:&icon.query=windows&icon.size=24&icon.color=%231f1f1f&icon.set=Google+Material&icon.style=Filled&icon.platform=android)
and string for permission request.
Remove unnecessary
`ContentSettingPermissionContextBase::UserMadePermissionDecision` call
from `WindowManagementPermissionContext::UserMadePermissionDecision`.
All these changes are guarded by `AndroidWindowManagementWebApi` feature
flag.
DD – go/wm-api-clank-dd.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |