Set Ready For Review
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
document.documentElement.classList.remove('reftest-wait');Do we need this? I thought that if we have the type = camera + mic from the beginning we should not need this
requestAnimationFrame(() => {Ditto, and all other places
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
document.documentElement.classList.remove('reftest-wait');Do we need this? I thought that if we have the type = camera + mic from the beginning we should not need this
The permission_descriptors_ are still set asynchronously. That part of the code can only be made synchronous once we remove the type attribute check from the isLegacy() method.
I want to land this first before making that change.
| 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. |
document.documentElement.classList.remove('reftest-wait');Ravjit UppalDo we need this? I thought that if we have the type = camera + mic from the beginning we should not need this
The permission_descriptors_ are still set asynchronously. That part of the code can only be made synchronous once we remove the type attribute check from the isLegacy() method.
I want to land this first before making that change.
Thanks
requestAnimationFrame(() => {Ditto, and all other places
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |