| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Sorry about the delay in my review. I may need another day or two before I can work through this.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Sorry about the delay in my review. I may need another day or two before I can work through this.
Sorry again about the long delay. Please resolve the merge conflicts and then I should have time to take a look.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Rebased and fixed CQ failure, PTAL whenever possible. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I added a couple of initial comments, but it will probably take me a few passes to fully understand this change. Also adding Hongchan for an additional point of view.
I know we discussed that this change isn't really possible to split up, but if we could find even some small things to break off as pre-work CLs it would make the review easier.
.DeprecatedDefaultTaskRunner();We should probably not add new usages of deprecated APIs. It it possible to use an execution context or non-JS-capable thread scheduler instead?
if (!weak_this) {
return;Is this pattern checking if this object has been destructed during the loop?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Michael WilsonSorry about the delay in my review. I may need another day or two before I can work through this.
Sorry again about the long delay. Please resolve the merge conflicts and then I should have time to take a look.
Done