| 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 |
input::NativeWebKeyboardEvent arrowDownKeyDown(base::apple::OwnedNSEvent(Previously this test would create new events (create new objects) for each call to SendNativeKeyEvent() and now it sends the exact same value. I don't know if there are potentially any differences / issues with that.
event1.SetTimeStamp(base::TimeTicks::Now());This is fine for now, but especially since this is our code, would be good to consolidate how we similate input with shared helpers across similar perf timeline tests (eventually).
// If this trips in a unittest, you may need to set the timestamps on theSweet!
| 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. |
| Commit-Queue | +0 |
input::NativeWebKeyboardEvent arrowDownKeyDown(base::apple::OwnedNSEvent(Previously this test would create new events (create new objects) for each call to SendNativeKeyEvent() and now it sends the exact same value. I don't know if there are potentially any differences / issues with that.
| 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. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[soft navs] CHECK(!TimeOrigin().is_null()) for any SoftNavigationContext
This fixes the remaining tests that create input events that don't
have a timestamp by calling SetTimeStamp(base::TimeTicks::Now()), and
adds a CHECK statement to the constructor of SoftNavigationContext.
| 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. |