Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Merge M69] [MessageLoop] Do not schedule sleeps > 1 day
Some platforms don't like timeouts > 100,000,000 seconds. Note: I tried just banning long delays but it didn't work (https://bugs.chromium.org/p/chromium/issues/detail?id=850450#c4). And while we could control delays posted by our codebase (and we should still try to address that), we can't control those set from Javascript. TBR=[email protected] Bug: 850450 Change-Id: Iaf1b983b7af1954412518ed049f6cd0a3f78ba2a Reviewed-on: https://chromium-review.googlesource.com/1142602 Commit-Queue: Gabriel Charette <[email protected]> Reviewed-by: kylechar <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#576857}(cherry picked from commit 5bd9b57) Reviewed-on: https://chromium-review.googlesource.com/1150581 Reviewed-by: Gabriel Charette <[email protected]> Cr-Commit-Position: refs/branch-heads/3497@{#84} Cr-Branched-From: 271eaf5-refs/heads/master@{#576753}
- Loading branch information