| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| 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. |
pending_finish_notification_ ||Can likely fix the failing unit test in compositor_animations_test.cc by adding a call to perform a microtask checkpoint in SimulateFrame() after the call to Update(). This will ensure that he pending_finish_notification_ flag is cleared before the GC call in the test. This checkpoint was called in version of SimulateFrame() in animation_test.cc by was missing from compositor_animations_test.cc.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Failure in EffectStackTest looks like it can be resolved in a similar manner to the composited animations test.
In effect_stack_test.cc:
```
void UpdateTimeline(base::TimeDelta time) {
GetDocument().GetAnimationClock().UpdateTime(
GetDocument().Timeline().CalculateZeroTime() + time);
timeline->ServiceAnimations(kTimingUpdateForAnimationFrame);
// <--- insert a call to perform a microtask checkpoint here.
}
```
| 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. |
| Code-Review | +1 |
| 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. |
[input mode] Enable by default on Chromium side
Doc here: https://docs.google.com/document/d/1_j6a4dEmYHLYEYSE7qDLpD7jcisMYg4GrSvvzIi4N6I/edit?tab=t.0
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |