commit | 709a3f1ba0fe9395333dcb39ce305b9df962ce8c | [log] [tgz] |
---|---|---|
author | Maksim Ivanov <emaxx@chromium.org> | Thu May 05 10:53:42 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 05 10:53:42 2022 |
tree | 58283ec55ef6e5bacc8dcfdb358763bd8a7ece3a | |
parent | a0cbcea751dde24b54f8e818a386eeffd689be1a [diff] |
Add integration JS test for device_api in Guest Add one more regression test for the bug of navigator.managed.getManagedConfiguration() crashes in Guest Mode. This new test, unlike previously existing unit/browser tests, actually calls the JS API in the context of a web page, instead of taking shortcut to the implementation class. Note that the test only verifies the Guest Mode case, in which case the API throws an error. The successful scenarios in regular user sessions are yet to be tested. Bug: b:231283325 Change-Id: Ie8254fd6f3bd85102afe17376edd4817af70a102 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3625481 Auto-Submit: Maksim Ivanov <emaxx@chromium.org> Reviewed-by: Ben Franz <bfranz@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/main@{#999825}
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.