commit | 2d69cb756819cac8c015b6de7cca21f8c6364955 | [log] [tgz] |
---|---|---|
author | Kramer Ge <fangzhoug@chromium.org> | Wed Oct 14 18:04:48 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 14 18:04:48 2020 |
tree | dd2c0a5fcc2f5a9e362bd8a809f58d735509497d | |
parent | 2de73b1db488594733dca5d1f89a261798f72fca [diff] |
Revert "[Longtasks] Fix buffering before observer" This reverts commit c2d62d3604e218cfd1b62877684c634980aea3f7. Reason for revert: suspect for crbug.com/1138522 Original change's description: > [Longtasks] Fix buffering before observer > > When we shipped longtasks with buffered flag, we forgot to remove a > check that would prevent longtask creation when there's no observer. > This CL fixes this and adds a test for this case. It also moves the > UseCounter to the observe() method. > > Bug: 1131385 > Change-Id: I2911b9ab044db7394bcf64f64b1e599959cbdc37 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463594 > Reviewed-by: Steve Kobes <skobes@chromium.org> > Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> > Cr-Commit-Position: refs/heads/master@{#816664} TBR=skobes@chromium.org,npm@chromium.org Change-Id: I03483b9cc1e8ce03b518d90df16e54e4503f5ffc No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1131385 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472258 Reviewed-by: Kramer Ge <fangzhoug@chromium.org> Commit-Queue: Kramer Ge <fangzhoug@chromium.org> Cr-Commit-Position: refs/heads/master@{#817101}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.