commit | 38b022cdecf97302270ee5cc892274becaf759ef | [log] [tgz] |
---|---|---|
author | Gurmeet Kalra <gurmeetk@google.com> | Wed May 21 14:48:39 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 21 14:48:39 2025 |
tree | 8537f4b66d14474c634b945316870f582d576d6b | |
parent | 8e66d32473ca3e79114227a3ad18a31c237f15d1 [diff] |
[XR][JXR] Code change required to use the JXR alpha04 libraries. Due to the changes in the JXR APIs the .so files are accessed on loading hence the androidx.xr.scenecore.Session class cannot be used directly in the Chrome app as the related .so files are not needed for the app. Replaced androidx.xr.scenecore.Session by using JxrPlatformAdapterAxr class to call the related JXR extension apis. Updated the expectations files due to an addition of a new asset `black_skybox_android_xr_scenecore.exr` between JXR alpha02 and alpha04 releases which is used on initial loading JXR libraries. The release notes for moving from alpha02 to alpha04 are - https://developer.android.com/jetpack/androidx/releases/xr-scenecore#version_10_2. Recording is here https://drive.google.com/file/d/1cCGH5eHyWtLbXLsP-WBDY0g84_3bpVTw/view?usp=drive_link&resourcekey=0-c2TY7mlDtecmP80zlvVs9A. Test: Manually validated all the spatialization related actions works as before. Bug: 416529182 Change-Id: I3808369a0cb20550d3e03580069630fcd36fbf50 Fixed: 416529182 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6564452 Reviewed-by: Sam Maier <smaier@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Gurmeet Kalra <gurmeetk@google.com> Cr-Commit-Position: refs/heads/main@{#1463432}
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.