commit | 00b44ff60356aad499a2ee49d5b513cb98bb63e7 | [log] [tgz] |
---|---|---|
author | Dave Tapuska <dtapuska@chromium.org> | Fri Jan 19 20:03:28 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 19 20:03:28 2024 |
tree | b1423e3a316a908b3f16584cabe8364a8e4e8281 | |
parent | bdf5e559f3bcecdfc16f47f31df9ce2e74041e02 [diff] |
Modify codelab to have an intermediate unassociated remote Show that the separate Remote does not propagate the ChannelProxy's scheduling behavior with respect to AssociatedInterfaces. In this new example (04) the DoA, DoB requests are frozen until the task queue unblocks because they are associated with a remote that is frozen. However in example (03) we see that DoA, DoB execute right away even though their associated receiver is frozen. Change-Id: Ieb7257d0195d69f12b349e40d546990468c35dd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038359 Reviewed-by: Dominic Farolino <dom@chromium.org> Commit-Queue: Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/main@{#1249454}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.