commit | e2f15317e56e80d3fc4c2cad0ce44817410c3e04 | [log] [tgz] |
---|---|---|
author | Tim Judkins <tjudkins@chromium.org> | Wed Mar 09 00:31:16 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 09 00:31:16 2022 |
tree | a47e58d4e6debdd1aabb8e742e03da702f05aa9c | |
parent | 2c9ac430dec4f04f54a1d65a9b1b543fc5361b93 [diff] |
[Extension bindings] Add removeTreeChangeObserver to callback exceptions crrev.com/c/3233175 added logic to APISignature with a list of APIs which contain a trailing function parameter which should not be treated as a callback that is called once on success (i.e. observers). This CL adds automation.removeTreeChangeObserver to that list, which was missed initially when the exception list was added. The basic functionality of this API was also not previously included in the associated API test, so one of the test cases has been expanded to add coverage. Bug: 1302748 Change-Id: I86ebf40285a50227f069ddd6f0d4c4ed66f134ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3500875 Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Commit-Queue: Tim <tjudkins@chromium.org> Cr-Commit-Position: refs/heads/main@{#978986}
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.